]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
Export H264 profile and level in AVCodecContext.
[ffmpeg] / libavcodec / h264.c
2010-01-28 Rafaël CarréExport H264 profile and level in AVCodecContext.
2010-01-27 Rafaël CarréFix svq3_* function declarations.
2010-01-26 Michael Niedermayer100l typo fix, mixed up +-1 forcing the loop filter...
2010-01-25 Alexander Strange100l, correct wrong H.264+adaptive MBAFF decoding
2010-01-25 Alexander StrangeH.264: Use 64-/128-bit write-combining macros for copies
2010-01-24 Michael NiedermayerRemove is_complex from loop_filter() its useless there...
2010-01-24 Laurent AimarAdded a missing const to ff_h264_get_slice_type().
2010-01-24 Michael NiedermayerRemove all uses of slice_type* from the loop filter...
2010-01-23 Michael NiedermayerMove +52 from the loop filter to the alpha/beta offsets...
2010-01-18 Michael NiedermayerCosmetic, get rid of &x[0]
2010-01-18 Michael NiedermayerFix compilation with -O0.
2010-01-18 Michael NiedermayerFix 10l segfault with threads.
2010-01-18 Michael NiedermayerPerform reference remapping at fill_cache() time instea...
2010-01-18 Michael NiedermayerMove the qp check to skip the loop filter up.
2010-01-17 Michael NiedermayerSplit fill_caches() between filter and decoder.
2010-01-17 Michael NiedermayerRearchitecturing the stiched up goose part 1
2010-01-16 Michael NiedermayerConsider slice_beta_offet in qp_thresh.
2010-01-16 Michael NiedermayerAvoid wasting 4 cpu cycles per MB in redundantly calcul...
2010-01-13 Michael Niedermayerremove unused variable
2010-01-13 Michael NiedermayerSplit cabac decoding code out of h264.c.
2010-01-13 Michael NiedermayerSplit cavlc out of h264.c.
2010-01-12 Michael NiedermayerSplit motion vector prediction off h264.c/h.
2010-01-12 Michael NiedermayerMove check_intra4x4_pred_mode() back from h264.h to...
2010-01-12 Michael NiedermayerSplit all the reference picture handling off h264.c.
2010-01-12 Michael NiedermayerSplit (picture|seq) parameter set decoding out of h264.c.
2010-01-12 Michael NiedermayerSplit SEI code off h264.c.
2010-01-12 Michael NiedermayerSplit direct mode (macro)block decoding off h264.c.
2010-01-12 Michael NiedermayerSplit h264 loop filter off h264.c.
2010-01-12 Michael NiedermayerGet rid of #include "svq3.c"
2010-01-11 David ConradExport fullrange flag and color information for h.264
2010-01-09 Laurent AimarExport get_slice_type() as ff_h264_get_slice_type().
2010-01-09 Laurent AimarAlways initialize bit_depth_luma and bit_depth_chroma...
2010-01-08 Andreas ÖmanLog unknown NAL code from correct context
2009-12-09 Michael NiedermayerEnd startcode prefix search at the end of a AVC unit.
2009-12-08 Michael NiedermayerReduce warnings about too few consumed bytes to debug...
2009-11-24 Reimar DöffingerCall ff_find_hwaccel() after calling avcodec_set_dimens...
2009-11-23 Michael NiedermayerUse avcodec_set_dimensions()
2009-11-16 Ronald S. BultjeUse get_bits_left() instead of size_in_bits - get_bits_...
2009-11-13 Mike ScheutzowReset rbsp buffer size when freeing its data buffer.
2009-11-10 Michael Niedermayerindent
2009-11-10 Carl Eugen HoyosCosmetics: Fix indentation after r20505.
2009-11-10 Carl Eugen HoyosAdd .pix_fmts to H264 VDPAU decoder declaration and...
2009-11-10 Michael NiedermayerTry to fix has_b_frame calculation for open gop files.
2009-10-06 Reimar DöffingerRemove casts that are useless since the argument is...
2009-09-23 Carl Eugen HoyosCosmetics: Fix typo.
2009-09-23 Michael NiedermayerCheck num_units_in_tick/time_scale to be valid and...
2009-09-06 Ramiro PollaRename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and...
2009-07-26 Måns RullgårdReplace WORDS_BIGENDIAN with HAVE_BIGENDIAN
2009-07-04 Alexander StrangeH.264: Check the return value of decode_vui_parameters()
2009-07-03 Alexander StrangeH.264: Don't set data_partitioning for invalid NAL_DPA.
2009-06-30 Reimar DöffingerFix nalsize check to avoid an integer overflow that...
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.
next