1153 Commits (f3fea5bab1e165ea5076b27335feb60d77cdae01)

Author SHA1 Message Date
Michael Niedermayer fb4e434cfb h264: log debug output for slightly truncated streams 13 years ago
Michael Niedermayer cd0f9f00a2 h264: try to better handle h264 streams that are slightly truncated 13 years ago
Michael Niedermayer 7cb8663362 h264: Fail on DPC its not fully implemented 13 years ago
Michael Niedermayer b7d1488393 h264: move q0 scan tables into context 13 years ago
Ronald S. Bultje 732f9fcfe5 h264: additional protection against unsupported size/bitdepth changes. 13 years ago
Michael Niedermayer 8201092241 h264: reset current_slice on context reinit 13 years ago
Dale Curtis 309a931a38 Fix memory leaks on failed ff_h264_decode_init() 13 years ago
Diego Biurrun 0becb07842 h264: Factorize declaration of mb_sizes array. 13 years ago
Anton Mitrofanov 14af74e9a0 h264: fix 4:2:2 PCM-macroblocks decoding 13 years ago
Diego Biurrun 3dde147ff9 cosmetics: Consistently place static, inline and av_cold attributes/keywords. 13 years ago
Michael Niedermayer 3c480f8a6c h264: fix incompatible pointer type warnings. 13 years ago
Diego Biurrun b691fd7a4d h264: drop ff_h264_ prefix from static function ff_h264_decode_rbsp_trailing() 13 years ago
Diego Biurrun 9ad80ef3db h264: Make ff_h264_decode_end() static, it is not used externally. 13 years ago
Michael Niedermayer 28a613b09b h264: dont mess with chroma planes for grayscale h264. 13 years ago
Michael Niedermayer 9a57a37b70 h264: move resolution change check further up. 13 years ago
Michael Niedermayer e8f2c0ca2e h264: print the pps_id when its invalid. 13 years ago
Ronald S. Bultje 1e26a48fa2 h264: fix deadlocks on incomplete reference frame decoding. 13 years ago
Diego Biurrun e5d403720e h264: K&R formatting cosmetics 13 years ago
Ronald S. Bultje e0febda22d h264: stricter reference limit enforcement. 13 years ago
Michael Niedermayer 3aa661ec56 h264: improve parsing of broken AVC SPS 13 years ago
Janne Grunau 8a6037c390 Revert "h264: clear trailing bits in partially parsed NAL units" 13 years ago
Michael Niedermayer 5e6514e24f h264 Fix: "warning: assigning to 'uint8_t *' (aka 'unsigned char *') from 'const uint8_t *' (aka 'const unsigned char *') discards qualifiers" 13 years ago
Michael Niedermayer 902bdf706f h264: fix warning about "uint8_t *p" and const 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Diego Biurrun 47c0ac96aa Replace AVFrame pointer casts by proper struct member accesses. 13 years ago
Ronald S. Bultje 0ce4fe482c h264: error out on invalid bitdepth. 13 years ago
Michael Niedermayer e98a76d3c2 h264: use av_fast_padded_malloc() 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Michael Niedermayer f900d60178 h264: Mark previous field as done before throwing it away. 13 years ago
Ronald S. Bultje 45b7bd7c53 h264: disallow constrained intra prediction modes for luma. 13 years ago
Michael Niedermayer 05ebe51e00 mpeg/h264: update thread context even if it is not initialized. 13 years ago
Michael Niedermayer e4a714f65a h264: Return the correct number of bytes for mid strea, extradata. 13 years ago
Diego Biurrun 631f96f959 h264: Split h264-test off into a separate file - golomb-test.c. 13 years ago
Diego Biurrun 4ff46af039 h264-test: cleanup: drop timer invocations, commented out code and other cruft 13 years ago
Diego Biurrun 3856a2aaa6 h264-test: Remove unused DSP and AVCodec contexts and related init calls. 13 years ago
Michael Niedermayer beb19a0444 h264: Disallow w/h/pixfmt changes for frame threads. 13 years ago
Diego Biurrun 55b9ef18e4 cabac: split cabac.h into declarations and function definitions 13 years ago
Diego Biurrun a7e3cb9d32 h264-test: Initialize AVCodecContext.av_class. 13 years ago
Diego Biurrun 301fb92131 h264: Only use symbols from the SVQ3 decoder under proper conditionals. 13 years ago
Ronald S. Bultje 400ba1d735 h264: return index in buffer on end-of-sequence. 13 years ago
Diego Biurrun 54e68fb3b8 Merge some declarations and initializations. 13 years ago
Janne Grunau 881a5e047d mpegenc: use avctx->slices as number of slices 13 years ago
Michael Niedermayer 9ba43e50ef h264: Fix frame sync / random access handling. 13 years ago
Michael Niedermayer fba6777363 h264: Fix recovery_frame initialization when recovery_frame is -1 13 years ago
Michael Niedermayer 36fa781bd6 h264: reset picture->sync on allocation. 13 years ago
Michael Niedermayer ecb14b8af7 h264: add forgotten \n to "Invalid mix of idr and non-idr slices" 13 years ago
Michael Niedermayer 393253b4b3 h264: Print pass in NAL debug output 13 years ago
Michael Niedermayer 099d6813c2 svq3: Fix memory corruption introduced by automatic thread_count. 13 years ago