]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/h264.c
Add a chroma_sample_location field to define positioning of chroma samples
[frescor/ffmpeg.git] / libavcodec / h264.c
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.
2008-12-22 michaelSimplify decode_cabac_mb_ref() a little bit, 2 cpu...
2008-12-22 michaelIndent
2008-12-22 michaelinline decode_cabac_mb_type for I & P frames, 9 cycles...
2008-12-22 michaelNegate 2 more variables, 1 cpu cycle faster on pentium...
2008-12-22 michaelSimplify if/else, no speed change
2008-12-22 michaelNegate a few variables, this simplifies the code and...
2008-12-22 michaelSimplify ifs(), 8 cpu cycles faster on pentium dual
2008-12-22 michaelSimplify if(), 3 cpu cycles faster in pentium dual.
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-22 diegoRemove a bunch of unused variables.
2008-12-21 michaelRemove useless code.
2008-12-21 michaelOnly execute clear_blocks() when needed.
2008-12-20 michaelOptimize get_dct8x8_allowed().
2008-12-19 darkshikariH.264 loopfilter speed tweaks
2008-12-19 michaelFix decoding with the plain C idcts of
2008-12-19 michaelReplace /2 by >>1 in decode_cabac_mb_dqp()
2008-12-19 michaelSimplify ctx update in decode_cabac_mb_dqp().
2008-12-19 michaelSimplify ctx calculation in decode_cabac_mb_dqp()
2008-12-19 astrangeClear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end...
2008-12-19 darkshikariMove filter_luma_intra into dsputil for later addition...
2008-12-19 darkshikariSimplify chroma AC in CABAC residual decoding.
2008-12-19 michaelOptimize ctx calculation in decode_cabac_mb_mvd(),...
next