]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
Rewrite doxy for av_strtod().
[ffmpeg] / libavcodec / h264.c
2009-06-24 Haruhiko YamagataImprove wording: s/reseted/reset
2009-06-23 Haruhiko YamagataFix H.264 picture reordering, 2nd try.
2009-06-20 Carl Eugen HoyosRevert r19239: It broke four conformance tests.
2009-06-20 Haruhiko YamagataFix H.264 picture reordering.
2009-06-16 Alexander StrangeH.264: Fix memory leaks with multithreading.
2009-06-09 Haruhiko YamagataAdd field prev_interlaced_frame to H264Context to be...
2009-06-03 Michael NiedermayerFix sei_ct_type check so it does not mistreat ct_type...
2009-06-03 Michael NiedermayerPrint ct_type and pic_struct.
2009-05-30 Baptiste Coudurierremove unused hack which set AVCodecContext frame_numbe...
2009-05-24 Haruhiko YamagataH264: Don't deblock if alpha or beta is 0.
2009-05-11 David ConradAdd a chroma_sample_location field to define positionin...
2009-04-16 Michael NiedermayerSupport broken avc nal encapsulation.
2009-04-12 Michael NiedermayerFix 2 access units in a packet mp4s.
2009-04-12 Michael NiedermayerGet rid of the non sensical idea of using the current...
2009-04-12 Michael NiedermayerFactorize field_end() out.
2009-04-12 Michael NiedermayerAssert that the first list1 entry is a reference frame.
2009-04-12 Reimar DöffingerAdd a av_fast_malloc function and replace several uses...
2009-04-10 Reimar DöffingerLoop up to MAX_THREADS instead of h->s.avctx->thread_co...
2009-04-10 Reimar DöffingerAdd forgotten void return type to ff_h264_free_context
2009-04-10 Reimar DöffingerAdd a ff_h264_free_context function and call it from...
2009-04-07 Thilo BorgmannImplement avcodec_decode_video2(), _audio3() and _subti...
2009-03-13 Michael NiedermayerPrint timing_info on -debug 1.
2009-03-05 Diego BiurrunMark variables "j" and "structure" in execute_ref_pic_m...
2009-03-04 Ivan SchreterAdd support for ct_type to correctly detect interlaced...
2009-03-04 Vitor SessakAdd more correct bound checking in filter_mb().
2009-03-03 Panagiotis IssarisWhen a H.264 stream references a PPS or SPS id which...
2009-03-03 Alex ConverseH.264: Simplify decode_residual()
2009-03-01 Michael NiedermayerDo not set low_delay if has_b_frames has been set befor...
2009-02-28 Michael NiedermayerAdjust time_base exactly when changing ticks_per_frame...
2009-02-27 Ivan SchreterCorrectly reset SEI variables.
2009-02-27 Gwenole BeauchesneAdd hardware acceleration hooks to H.264.
2009-02-27 Michael NiedermayerFix SVQ3 regression since ticks_per_frame=2.
2009-02-26 Michael NiedermayerAdd ticks_per_frame, this should hopefully fix the...
2009-02-26 Michael NiedermayerHalf user provided time_base once during the first...
2009-02-25 Michael NiedermayerAdd hwaccel->decode_slice() call for avhwaccel by Gweno...
2009-02-24 Ivan SchreterCorrect time_base of H.264 and repeat_pict.
2009-02-24 Michael Niedermayeradd ff_find_hwaccel() by Gwenole Beauchesne
2009-02-24 Michael NiedermayerAdd and use ff_pixfmt_list_420.
2009-02-24 Diego BiurrunMark two variables with av_uninit to avoid false positi...
2009-02-23 Gwenole BeauchesneMore approved hunks for VAAPI & our new and cleaner...
2009-02-22 Reimar DöffingerCheck return value of frame_start(), this avoids a...
2009-02-21 Ivan SchreterMake the following H264 functions available to the...
2009-02-20 Ivan SchreterUse last decoded SPS as current SPS in order to parse...
2009-02-19 Ivan SchreterSilence two warnings:
2009-02-18 Ivan SchreterParse buffering period (H.264, D.1.1).
2009-02-18 Ivan SchreterStore CPB count in the context.
2009-02-18 Ivan SchreterParse cbp_removal_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse dpb_output_delay in SEI picture structure.
2009-02-18 Ivan SchreterParse initial_cpb_removal_delay_length.
2009-02-17 Gwenole BeauchesneMove initialization of {luma,chroma}_weight_flag[] up,
2009-02-17 Diego Biurruncosmetics: 'void/int inline' --> 'inline void/int'...
2009-02-15 Carl Eugen HoyosSilence following warning if only zeros were not consumed:
2009-02-11 Alexander StrangeH264: Change left_block_options to uint8_t from int...
2009-02-09 Ivan SchreterAdd SEI recovery point frame counter to H264Context...
2009-02-08 Ivan SchreterReplace hard-coded SEI type constants with symbolic...
2009-02-04 Måns RullgårdRemove CONFIG_H264_ENCODER references
2009-02-03 Gwenole BeauchesneAdd fields to H264Context and SPS for upcoming VA API...
2009-02-02 Diego BiurrunAdd av_unused to conditionally used variable, fixes...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-29 Gwenole Beauchesnecosmetics: Add empty line for consistent formatting.
2009-01-24 Stefan Gehrerremove zigzag_scan8x8, it is the same as ff_zigzag_direct
2009-01-18 Aurelien Jacobsmoves mid_pred() into mathops.h (with arch specific...
2009-01-17 Carl Eugen HoyosRemove CODEC_ID_H264_VDPAU.
2009-01-14 Aurelien Jacobsreplace all occurrence of ENABLE_ by the corresponding...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-11 Carl Eugen HoyosRemove H264Context from vdpau_internal.h.
2009-01-10 Carl Eugen HoyosCosmetics: Rename ff_vdpau_h264_add_data_chunk as ff_vd...
2009-01-10 Carl Eugen HoyosUse only MpegEncContext in ff_vdpau_h264_add_data_chunk.
2009-01-10 Carl Eugen HoyosMove vdpau_h264_set_reference_frames() call from vdpauv...
2009-01-09 Carl Eugen HoyosMove VDPAU check, make future VDPAU patches smaller.
2009-01-07 Carl Eugen HoyosRename ff_VDPAU as ff_vdpau.
2009-01-07 Diego BiurrunOnly #include svq3.c if the SVQ3 decoder is enabled.
2009-01-07 Diego BiurrunDisable SVQ3 checks if SVQ3 support is not compiled in.
2009-01-05 Jason Garrett-Glaser50l: Reenable error resilience for H264 (Patch by Dark...
2009-01-05 Carl Eugen HoyosCosmetics: Fix indentation.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2008-12-24 Michael Niedermayerexport refs
2008-12-24 Michael NiedermayerOptimize pred_pskip_motion()
2008-12-23 Michael NiedermayerIndent
2008-12-23 Michael NiedermayerIntegrate get_te0_golomb() calls into the code, this...
2008-12-23 Michael NiedermayerUse get_ue_golomb_31() where possible, almost all are...
2008-12-23 Michael Niedermayerindent
2008-12-23 Michael NiedermayerUse the new VLC table for the first non trailing coeff...
2008-12-23 Michael NiedermayerOptimize esc removal code.
2008-12-23 Michael NiedermayerIndent
2008-12-23 Michael Niedermayerunified CAVLC level decoding LUT.
2008-12-23 Michael Niedermayer100l, I broke H.264 again, forgot one hunk.
2008-12-23 Michael NiedermayerOptimize 0 0 0-3 search, 45% faster on pentium dual.
2008-12-22 Michael NiedermayerSimplify decode_cabac_mb_ref() a little bit, 2 cpu...
2008-12-22 Michael NiedermayerIndent
2008-12-22 Michael Niedermayerinline decode_cabac_mb_type for I & P frames, 9 cycles...
2008-12-22 Michael NiedermayerNegate 2 more variables, 1 cpu cycle faster on pentium...
2008-12-22 Michael NiedermayerSimplify if/else, no speed change
2008-12-22 Michael NiedermayerNegate a few variables, this simplifies the code and...
2008-12-22 Michael NiedermayerSimplify ifs(), 8 cpu cycles faster on pentium dual
2008-12-22 Michael NiedermayerSimplify if(), 3 cpu cycles faster in pentium dual.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-22 Diego BiurrunRemove a bunch of unused variables.
2008-12-21 Michael NiedermayerRemove useless code.
2008-12-21 Michael NiedermayerOnly execute clear_blocks() when needed.
next