]> git.sesse.net Git - ffmpeg/history - libavcodec/h264.c
DCA: ARM/NEON optimised lfe_fir
[ffmpeg] / libavcodec / h264.c
2010-03-31 Alexander StrangeH264: Copy h264dsp when creating new slice threads
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-30 Michael NiedermayerFix implicit weight for b frames in mbaff.
2010-03-30 Stephen WarrenSet VDPAU H264 picture parameter field_order_cnt and...
2010-03-23 Diego BiurrunRemove unused variable, fixes the warning:
2010-03-18 Janusz KrzysztofikReinitialize the h264 decoder context on every valid...
2010-03-16 Måns RullgårdMove H264 dsputil functions into their own struct
2010-03-12 Michael NiedermayerFix indention
2010-03-12 Michael NiedermayerAlways reset slice_table.
2010-03-03 Michael NiedermayerReorder indexes in weight tables.
2010-03-03 Michael Niedermayercosmetic addition of {}
2010-03-03 Michael NiedermayerMerge weight & offset tables, 15 cpu cycles faster.
2010-03-03 Michael NiedermayerSimplify implicit_weight table init.
2010-03-02 Michael NiedermayerFix a bunch of bugs ive introduced recently that broke...
2010-03-01 Aurelien Jacobsrevert r22112 which broke playback of cathedral-beta2...
2010-02-28 Janusz KrzysztofikProcess picture aspect ratio changes in H.264.
2010-02-26 Michael NiedermayerMove init of right side of ref_cache from fill_caches...
2010-02-25 Michael NiedermayerGet rid of mb2b8_xy and b8_stride, change arrays organi...
2010-02-25 Michael NiedermayerDont allocate direct_table 8 times too large.
2010-02-25 Michael NiedermayerReorder intra4x4_pred_mode so that we can read/write...
2010-02-25 Michael NiedermayerStore intra4x4_pred_mode per row only.
2010-02-25 Michael NiedermayerCut the size of mvd_table by yet another factor of 2.
2010-02-25 Michael NiedermayerKeep mvd_table values of only 2 mb rows.
2010-02-24 Michael NiedermayerChange mvd_cache & mvd_table to 8bit, this is overall...
2010-02-23 Michael NiedermayerTry to set has_b_frames in codec init if we know everyt...
2010-02-23 Michael NiedermayerMove extradata reading code into codec init instead...
2010-02-21 avcoderRemove unused variable mb_xy.
2010-02-18 Måns RullgårdH264: use alias-safe macros
2010-02-18 Michael NiedermayerSimplify deblock_left/top condition for deblocking_filter=2
2010-02-17 Michael NiedermayerMove predict_field_decoding_flag() from h264.h to ...
2010-02-17 Michael NiedermayerMove check for and call of predict_field_decoding_flag...
2010-02-14 Michael NiedermayerMerge decode_cabac_mb_dqp() with surronding code.
2010-02-14 Michael NiedermayerDrop if(0) code.
2010-02-13 Alexander Strangeh264: Remove unused variables.
2010-02-12 Michael NiedermayerDont drop B frames without last_picture.
2010-02-12 Michael NiedermayerTry to support truncated h264 frames mixed with mpeg...
2010-02-08 Michael NiedermayerSet x264_build so that checks are simpler.
2010-02-04 Michael NiedermayerFix large timebases.
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...
next