summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* H264: use alias-safe macrosMåns Rullgård2010-02-18
* Simplify deblock_left/top condition for deblocking_filter=2Michael Niedermayer2010-02-18
* Move predict_field_decoding_flag() from h264.h to .c as its only used there a...Michael Niedermayer2010-02-17
* Move check for and call of predict_field_decoding_flag() from the mb code toMichael Niedermayer2010-02-17
* Merge decode_cabac_mb_dqp() with surronding code.Michael Niedermayer2010-02-14
* Drop if(0) code.Michael Niedermayer2010-02-14
* h264: Remove unused variables.Alexander Strange2010-02-13
* Dont drop B frames without last_picture.Michael Niedermayer2010-02-12
* Try to support truncated h264 frames mixed with mpeg pes headers in mkv.Michael Niedermayer2010-02-12
* Set x264_build so that checks are simpler.Michael Niedermayer2010-02-08
* Fix large timebases.Michael Niedermayer2010-02-04
* Export H264 profile and level in AVCodecContext.Rafaël Carré2010-01-28
* Fix svq3_* function declarations.Rafaël Carré2010-01-27
* 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip.Michael Niedermayer2010-01-26
* 100l, correct wrong H.264+adaptive MBAFF decodingAlexander Strange2010-01-25
* H.264: Use 64-/128-bit write-combining macros for copiesAlexander Strange2010-01-25
* Remove is_complex from loop_filter() its useless there in its current form.Michael Niedermayer2010-01-24
* Added a missing const to ff_h264_get_slice_type().Laurent Aimar2010-01-24
* Remove all uses of slice_type* from the loop filter, also remove itsMichael Niedermayer2010-01-24
* Move +52 from the loop filter to the alpha/beta offsets in the context.Michael Niedermayer2010-01-23
* Cosmetic, get rid of &x[0]Michael Niedermayer2010-01-18
* Fix compilation with -O0.Michael Niedermayer2010-01-18
* Fix 10l segfault with threads.Michael Niedermayer2010-01-18
* Perform reference remapping at fill_cache() time instead of in theMichael Niedermayer2010-01-18
* Move the qp check to skip the loop filter up.Michael Niedermayer2010-01-18
* Split fill_caches() between filter and decoder.Michael Niedermayer2010-01-17
* Rearchitecturing the stiched up goose part 1Michael Niedermayer2010-01-17
* Consider slice_beta_offet in qp_thresh.Michael Niedermayer2010-01-16
* Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh.Michael Niedermayer2010-01-16
* remove unused variableMichael Niedermayer2010-01-13
* Split cabac decoding code out of h264.c.Michael Niedermayer2010-01-13
* Split cavlc out of h264.c.Michael Niedermayer2010-01-13
* Split motion vector prediction off h264.c/h.Michael Niedermayer2010-01-12
* Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is justMichael Niedermayer2010-01-12
* Split all the reference picture handling off h264.c.Michael Niedermayer2010-01-12
* Split (picture|seq) parameter set decoding out of h264.c.Michael Niedermayer2010-01-12
* Split SEI code off h264.c.Michael Niedermayer2010-01-12
* Split direct mode (macro)block decoding off h264.c.Michael Niedermayer2010-01-12
* Split h264 loop filter off h264.c.Michael Niedermayer2010-01-12
* Get rid of #include "svq3.c"Michael Niedermayer2010-01-12
* Export fullrange flag and color information for h.264David Conrad2010-01-11
* Export get_slice_type() as ff_h264_get_slice_type().Laurent Aimar2010-01-09
* Always initialize bit_depth_luma and bit_depth_chroma in the H264Laurent Aimar2010-01-09
* Log unknown NAL code from correct contextAndreas Öman2010-01-08
* End startcode prefix search at the end of a AVC unit.Michael Niedermayer2009-12-09
* Reduce warnings about too few consumed bytes to debug level.Michael Niedermayer2009-12-08
* Call ff_find_hwaccel() after calling avcodec_set_dimensions().Reimar Döffinger2009-11-24
* Use avcodec_set_dimensions()Michael Niedermayer2009-11-23
* Use get_bits_left() instead of size_in_bits - get_bits_count().Ronald S. Bultje2009-11-16
* Reset rbsp buffer size when freeing its data buffer.Mike Scheutzow2009-11-13