]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h264.c
Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig...
[frescor/ffmpeg.git] / libavcodec / h264.c
2009-11-10 michaelindent
2009-11-10 cehoyosCosmetics: Fix indentation after r20505.
2009-11-10 cehoyosAdd .pix_fmts to H264 VDPAU decoder declaration and...
2009-11-10 michaelTry to fix has_b_frame calculation for open gop files.
2009-10-06 reimarRemove casts that are useless since the argument is...
2009-09-23 cehoyosCosmetics: Fix typo.
2009-09-23 michaelCheck num_units_in_tick/time_scale to be valid and...
2009-09-06 ramiroRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-07-26 mruReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-04 astrangeH.264: Check the return value of decode_vui_parameters()
2009-07-03 astrangeH.264: Don't set data_partitioning for invalid NAL_DPA.
2009-06-30 reimarFix nalsize check to avoid an integer overflow that...
2009-06-24 cehoyosImprove wording: s/reseted/reset
2009-06-23 cehoyosFix H.264 picture reordering, 2nd try.
2009-06-20 cehoyosRevert r19239: It broke four conformance tests.
2009-06-20 cehoyosFix H.264 picture reordering.
2009-06-16 astrangeH.264: Fix memory leaks with multithreading.
2009-06-09 cehoyosAdd field prev_interlaced_frame to H264Context to be...
2009-06-03 michaelFix sei_ct_type check so it does not mistreat ct_type...
2009-06-03 michaelPrint ct_type and pic_struct.
2009-05-30 bcoudurierremove unused hack which set AVCodecContext frame_numbe...
2009-05-24 conradH264: Don't deblock if alpha or beta is 0.
2009-05-11 conradAdd a chroma_sample_location field to define positionin...
2009-04-16 michaelSupport broken avc nal encapsulation.
2009-04-12 michaelFix 2 access units in a packet mp4s.
2009-04-12 michaelGet rid of the non sensical idea of using the current...
2009-04-12 michaelFactorize field_end() out.
2009-04-12 michaelAssert that the first list1 entry is a reference frame.
2009-04-12 reimarAdd a av_fast_malloc function and replace several uses...
2009-04-10 reimarLoop up to MAX_THREADS instead of h->s.avctx->thread_co...
2009-04-10 reimarAdd forgotten void return type to ff_h264_free_context
2009-04-10 reimarAdd a ff_h264_free_context function and call it from...
2009-04-07 rbultjeImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-13 michaelPrint timing_info on -debug 1.
2009-03-05 diegoMark variables "j" and "structure" in execute_ref_pic_m...
2009-03-04 schreterAdd support for ct_type to correctly detect interlaced...
2009-03-04 vitorAdd more correct bound checking in filter_mb().
2009-03-03 takisWhen a H.264 stream references a PPS or SPS id which...
2009-03-03 alexcH.264: Simplify decode_residual()
2009-03-01 michaelDo not set low_delay if has_b_frames has been set befor...
2009-02-28 michaelAdjust time_base exactly when changing ticks_per_frame...
2009-02-27 cehoyosCorrectly reset SEI variables.
2009-02-27 benoitAdd hardware acceleration hooks to H.264.
2009-02-27 michaelFix SVQ3 regression since ticks_per_frame=2.
2009-02-26 michaelAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 michaelHalf user provided time_base once during the first...
2009-02-25 michaelAdd hwaccel->decode_slice() call for avhwaccel by Gweno...
2009-02-24 cehoyosCorrect time_base of H.264 and repeat_pict.
2009-02-24 michaeladd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-24 michaelAdd and use ff_pixfmt_list_420.
2009-02-24 diegoMark two variables with av_uninit to avoid false positi...
2009-02-23 michaelMore approved hunks for VAAPI & our new and cleaner...
2009-02-22 reimarCheck return value of frame_start(), this avoids a...
2009-02-21 cehoyosMake the following H264 functions available to the...
2009-02-20 cehoyosUse last decoded SPS as current SPS in order to parse...
2009-02-19 cehoyosSilence two warnings:
2009-02-18 cehoyosParse buffering period (H.264, D.1.1).
2009-02-18 cehoyosStore CPB count in the context.
2009-02-18 cehoyosParse cbp_removal_delay in SEI picture structure.
2009-02-18 cehoyosParse dpb_output_delay in SEI picture structure.
2009-02-18 cehoyosParse initial_cpb_removal_delay_length.
2009-02-17 benoitMove initialization of {luma,chroma}_weight_flag[] up,
2009-02-17 diegocosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-15 cehoyosSilence following warning if only zeros were not consumed:
2009-02-11 astrangeH264: Change left_block_options to uint8_t from int...
2009-02-09 cehoyosAdd SEI recovery point frame counter to H264Context...
2009-02-08 superdumpReplace hard-coded SEI type constants with symbolic...
2009-02-04 mruRemove CONFIG_H264_ENCODER references
2009-02-03 cehoyosAdd fields to H264Context and SPS for upcoming VA API...
2009-02-02 diegoAdd av_unused to conditionally used variable, fixes...
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-29 diegocosmetics: Add empty line for consistent formatting.
2009-01-24 stefangremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 cehoyosRemove CODEC_ID_H264_VDPAU.
2009-01-14 aurelreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 cehoyosRemove H264Context from vdpau_internal.h.
2009-01-10 cehoyosCosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd...
2009-01-10 cehoyosUse only MpegEncContext in ff_vdpau_h264_add_data_chunk.
2009-01-10 cehoyosMove vdpau_h264_set_reference_frames() call from vdpauv...
2009-01-09 cehoyosMove VDPAU check, make future VDPAU patches smaller.
2009-01-07 cehoyosRename ff_VDPAU as ff_vdpau.
2009-01-07 diegoOnly #include svq3.c if the SVQ3 decoder is enabled.
2009-01-07 diegoDisable SVQ3 checks if SVQ3 support is not compiled in.
2009-01-05 cehoyos50l: Reenable error resilience for H264 (Patch by Dark...
2009-01-05 cehoyosCosmetics: Fix indentation.
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-24 michaelexport refs
2008-12-24 michaelOptimize pred_pskip_motion()
2008-12-23 michaelIndent
2008-12-23 michaelIntegrate get_te0_golomb() calls into the code, this...
2008-12-23 michaelUse get_ue_golomb_31() where possible, almost all are...
2008-12-23 michaelindent
2008-12-23 michaelUse the new VLC table for the first non trailing coeff...
2008-12-23 michaelOptimize esc removial code.
2008-12-23 michaelIndent
2008-12-23 michaelunified CAVLC level decoding LUT.
2008-12-23 michael100l, I broke H.264 again, forgot one hunk.
2008-12-23 michaelOptimize 0 0 0-3 search, 45% faster on pentium dual.
next