746 Commits (864a0742134187260257396d9de3c8c06d5d1122)

Author SHA1 Message Date
Michael Niedermayer 0cd73b6c30 remove unused variable 15 years ago
Michael Niedermayer cc51b28299 Split cabac decoding code out of h264.c. 15 years ago
Michael Niedermayer e1e949026e Split cavlc out of h264.c. 15 years ago
Michael Niedermayer 188d3c510d Split motion vector prediction off h264.c/h. 15 years ago
Michael Niedermayer 2bedc0e854 Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just 15 years ago
Michael Niedermayer ea6f00c448 Split all the reference picture handling off h264.c. 15 years ago
Michael Niedermayer 889fce8e30 Split (picture|seq) parameter set decoding out of h264.c. 15 years ago
Michael Niedermayer 9c09546352 Split SEI code off h264.c. 15 years ago
Michael Niedermayer 943f69a6ea Split direct mode (macro)block decoding off h264.c. 15 years ago
Michael Niedermayer 082cf97106 Split h264 loop filter off h264.c. 15 years ago
Michael Niedermayer 903d58f631 Get rid of #include "svq3.c" 15 years ago
David Conrad c4dffe7e36 Export fullrange flag and color information for h.264 15 years ago
Laurent Aimar 75dd693840 Export get_slice_type() as ff_h264_get_slice_type(). 15 years ago
Laurent Aimar b090930d43 Always initialize bit_depth_luma and bit_depth_chroma in the H264 15 years ago
Andreas Öman 4ad04da214 Log unknown NAL code from correct context 15 years ago
Michael Niedermayer 52255d1746 End startcode prefix search at the end of a AVC unit. 15 years ago
Michael Niedermayer e262365d7c Reduce warnings about too few consumed bytes to debug level. 15 years ago
Reimar Döffinger f3bdc3da15 Call ff_find_hwaccel() after calling avcodec_set_dimensions(). 15 years ago
Michael Niedermayer 4c66e8849b Use avcodec_set_dimensions() 15 years ago
Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
Mike Scheutzow eda4ea4e2e Reset rbsp buffer size when freeing its data buffer. 15 years ago
Michael Niedermayer 67e362ca45 indent 15 years ago
Carl Eugen Hoyos de9bc64df4 Cosmetics: Fix indentation after r20505. 15 years ago
Carl Eugen Hoyos 602dd2d359 Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test 15 years ago
Michael Niedermayer 44be1d6478 Try to fix has_b_frame calculation for open gop files. 15 years ago
Reimar Döffinger 01418506a2 Remove casts that are useless since the argument is void *. 15 years ago
Carl Eugen Hoyos 14600807bb Cosmetics: Fix typo. 15 years ago
Michael Niedermayer 7bf3d0c44e Check num_units_in_tick/time_scale to be valid and within the range we support. 15 years ago
Ramiro Polla d31dbec374 Rename CHECKED_ALLOC(Z) to FF_ALLOC(Z)_OR_GOTO and add context and label 15 years ago
Måns Rullgård 63613fe615 Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN 16 years ago
Alexander Strange e5f61b94a1 H.264: Check the return value of decode_vui_parameters() 16 years ago
Alexander Strange 0410ee8f86 H.264: Don't set data_partitioning for invalid NAL_DPA. 16 years ago
Reimar Döffinger 8d8409ca9f Fix nalsize check to avoid an integer overflow that made the check 16 years ago
Haruhiko Yamagata c173a0881f Improve wording: s/reseted/reset 16 years ago
Haruhiko Yamagata 2722c3a30d Fix H.264 picture reordering, 2nd try. 16 years ago
Carl Eugen Hoyos df028e8c6a Revert r19239: It broke four conformance tests. 16 years ago
Haruhiko Yamagata 6ee0eb38c0 Fix H.264 picture reordering. 16 years ago
Alexander Strange d2d5e06735 H.264: Fix memory leaks with multithreading. 16 years ago
Haruhiko Yamagata b19d493f2b Add field prev_interlaced_frame to H264Context to be able to flag soft telecine 16 years ago
Michael Niedermayer f4ebb334be Fix sei_ct_type check so it does not mistreat ct_type= unknown. 16 years ago
Michael Niedermayer 4d95ae1882 Print ct_type and pic_struct. 16 years ago
Baptiste Coudurier 87e302bfd8 remove unused hack which set AVCodecContext frame_number to pic timestamp 16 years ago
Haruhiko Yamagata 86b0e9948b H264: Don't deblock if alpha or beta is 0. 16 years ago
David Conrad 580a7465fb Add a chroma_sample_location field to define positioning of chroma samples 16 years ago
Michael Niedermayer 74b14aacfa Support broken avc nal encapsulation. 16 years ago
Michael Niedermayer d225a1e248 Fix 2 access units in a packet mp4s. 16 years ago
Michael Niedermayer ead793358a Get rid of the non sensical idea of using the current picture for missing 16 years ago
Michael Niedermayer 256299d302 Factorize field_end() out. 16 years ago
Michael Niedermayer 7824b129a0 Assert that the first list1 entry is a reference frame. 16 years ago
Reimar Döffinger 238ef6dadd Add a av_fast_malloc function and replace several uses of av_fast_realloc, 16 years ago