summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
...
* 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
* indentMichael Niedermayer2009-11-10
* Cosmetics: Fix indentation after r20505.Carl Eugen Hoyos2009-11-10
* Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete testCarl Eugen Hoyos2009-11-10
* Try to fix has_b_frame calculation for open gop files.Michael Niedermayer2009-11-10
* Remove casts that are useless since the argument is void *.Reimar Döffinger2009-10-06
* Cosmetics: Fix typo.Carl Eugen Hoyos2009-09-23
* Check num_units_in_tick/time_scale to be valid and within the range we support.Michael Niedermayer2009-09-23
* Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and labelRamiro Polla2009-09-06
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-26
* H.264: Check the return value of decode_vui_parameters()Alexander Strange2009-07-04
* H.264: Don't set data_partitioning for invalid NAL_DPA.Alexander Strange2009-07-03
* Fix nalsize check to avoid an integer overflow that made the checkReimar Döffinger2009-06-30
* Improve wording: s/reseted/resetHaruhiko Yamagata2009-06-24
* Fix H.264 picture reordering, 2nd try.Haruhiko Yamagata2009-06-23
* Revert r19239: It broke four conformance tests.Carl Eugen Hoyos2009-06-20
* Fix H.264 picture reordering.Haruhiko Yamagata2009-06-20
* H.264: Fix memory leaks with multithreading.Alexander Strange2009-06-16
* Add field prev_interlaced_frame to H264Context to be able to flag soft telecineHaruhiko Yamagata2009-06-09
* Fix sei_ct_type check so it does not mistreat ct_type= unknown.Michael Niedermayer2009-06-03
* Print ct_type and pic_struct.Michael Niedermayer2009-06-03
* remove unused hack which set AVCodecContext frame_number to pic timestampBaptiste Coudurier2009-05-30
* H264: Don't deblock if alpha or beta is 0.Haruhiko Yamagata2009-05-24
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Support broken avc nal encapsulation.Michael Niedermayer2009-04-16
* Fix 2 access units in a packet mp4s.Michael Niedermayer2009-04-12
* Get rid of the non sensical idea of using the current picture for missingMichael Niedermayer2009-04-12
* Factorize field_end() out.Michael Niedermayer2009-04-12
* Assert that the first list1 entry is a reference frame.Michael Niedermayer2009-04-12
* Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger2009-04-12
* Loop up to MAX_THREADS instead of h->s.avctx->thread_count to free the threadReimar Döffinger2009-04-10
* Add forgotten void return type to ff_h264_free_contextReimar Döffinger2009-04-10