1073 Commits (a2eeed619de3bb257e82f0e06d1a580101bce54c)

Author SHA1 Message Date
Michael Niedermayer 69a28f3e2b Move predict_field_decoding_flag() from h264.h to .c as its only used there and belongs 15 years ago
Michael Niedermayer 69cc31832f Move check for and call of predict_field_decoding_flag() from the mb code to 15 years ago
Michael Niedermayer f4b8b82514 Merge decode_cabac_mb_dqp() with surronding code. 15 years ago
Michael Niedermayer 94cb599443 Drop if(0) code. 15 years ago
Alexander Strange 78998bf217 h264: Remove unused variables. 15 years ago
Michael Niedermayer 02e8c5f0a5 Dont drop B frames without last_picture. 15 years ago
Michael Niedermayer 3566042a0d Try to support truncated h264 frames mixed with mpeg pes headers in mkv. 15 years ago
Michael Niedermayer 055a6aa76a Set x264_build so that checks are simpler. 15 years ago
Michael Niedermayer 3102d180bb Fix large timebases. 15 years ago
Rafaël Carré dd0cd3d273 Export H264 profile and level in AVCodecContext. 15 years ago
Rafaël Carré 881b5b80da Fix svq3_* function declarations. 15 years ago
Michael Niedermayer aaa995d7f2 100l typo fix, mixed up +-1 forcing the loop filter skip to never skip. 15 years ago
Alexander Strange 1e4f1c56d7 100l, correct wrong H.264+adaptive MBAFF decoding 15 years ago
Alexander Strange 0b69d6254f H.264: Use 64-/128-bit write-combining macros for copies 15 years ago
Michael Niedermayer 77d40dce93 Remove is_complex from loop_filter() its useless there in its current form. 15 years ago
Laurent Aimar 0dc343d4cb Added a missing const to ff_h264_get_slice_type(). 15 years ago
Michael Niedermayer 50eb40a799 Remove all uses of slice_type* from the loop filter, also remove its 15 years ago
Michael Niedermayer 0c32e19d58 Move +52 from the loop filter to the alpha/beta offsets in the context. 15 years ago
Michael Niedermayer 7231ccf4d5 Cosmetic, get rid of &x[0] 15 years ago
Michael Niedermayer 2b3649f656 Fix compilation with -O0. 15 years ago
Michael Niedermayer fb823b7791 Fix 10l segfault with threads. 15 years ago
Michael Niedermayer 6d7e6b2657 Perform reference remapping at fill_cache() time instead of in the 15 years ago
Michael Niedermayer 44a5e7b64c Move the qp check to skip the loop filter up. 15 years ago
Michael Niedermayer f432b43b08 Split fill_caches() between filter and decoder. 15 years ago
Michael Niedermayer c988f97566 Rearchitecturing the stiched up goose part 1 15 years ago
Michael Niedermayer 4c568cbcac Consider slice_beta_offet in qp_thresh. 15 years ago
Michael Niedermayer 2e36c931f0 Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. 15 years ago
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