23524 Commits (580a0600efbb374ec2228ff4c0ac44528259cde3)

Author SHA1 Message Date
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Martin Storsjö 75644335b9 lavc: Move start code finding to utils.c 12 years ago
Michael Niedermayer ea7b96af96 avcodec/x86/dsputil_qns_template: use av_assert 12 years ago
Kostya Shishkov 613a37eca4 ape: 3.80-3.92 decoding support 12 years ago
Michael Niedermayer 67607e20e8 xxan: make code independent of sizeof(AVFrame) 12 years ago
Michael Niedermayer 8097e5b212 yop: Fix return type 12 years ago
Martin Storsjö ccd349e555 h264: Remove an unused variable 12 years ago
Michael Niedermayer afdfff485b avcodec/gifdec: Add av_log() to workaround gcc 4.2 miscompiling the code 12 years ago
Michael Niedermayer ad438f450b xan: make decoder independent of sizeof(AVFrame) 12 years ago
James Almer 45013b365e lavc/flacdec: Propagate and return meaningful error codes 12 years ago
Janne Grunau e5c2794a71 x86: consistently use unaligned movs in the unaligned bswap 12 years ago
Michael Niedermayer 01df2a13c3 avcodec/utils: initialize pixel buffer pool 12 years ago
Michael Niedermayer e2b30194bb h264/field_end move progress report code after error concealment. 12 years ago
Martin Storsjö 285ff14413 x86: Change a missed occurrance of int to ptrdiff_t for strides 12 years ago
Michael Niedermayer 8e062fd169 rawdec: fix memleak 12 years ago
Michael Niedermayer d6f9610853 yop: use reget_buffer() as the previous contents are used 12 years ago
Martin Storsjö 352dbdb96c x86: Remove win64 xmm clobbering wrappers for the now removed avcodec_encode_video function 12 years ago
Michael Niedermayer 644092c8e8 h264: dont report rows as finished after a missing slice 12 years ago
Bojan Zivkovic e54eb8db9c mips: Optimization of AAC psychoacoustic model functions 12 years ago
Piotr Bandurski e26b066cd8 libspeex: support ZygoAudio (quality 10 mode) 12 years ago
Clément Bœsch 859f7da543 lavc/prores: restore pict_type and key_frame setting. 12 years ago
Michael Niedermayer b3e9f266e8 x86/mpegvideo: switch to av_assert 12 years ago
Michael Niedermayer cdbf8409ef x86/h264_qpel: switch to av_assert 12 years ago
Anton Khirnov 4e33582a0b tscc2: allocate AVFrame properly. 12 years ago
Michael Niedermayer 428e9dafab h263dec: switch to av_assert() 12 years ago
Michael Niedermayer 076c1c956c vp8: WebP decoding support 12 years ago
Carl Eugen Hoyos d98a5318fd Fix compilation with --disable-mmx. 12 years ago
Carl Eugen Hoyos ac9b056ddb Do not fail in get_buffer_internal() if pix_fmt planes == 0. 12 years ago
Michael Niedermayer 21a5f5ea5d error_resilience: fix const correctness, silence warnings 12 years ago
Michael Niedermayer 732b2fde1c vdpau.h: change vdpau_render_state layout to match fork if AV_HAVE_INCOMPATIBLE_FORK_ABI 12 years ago
Andrew Euell f8217daa8e vda_h264: fix for VDA compile 12 years ago
Michael Niedermayer 4aa8503399 sonicdec: update to new buffer API 12 years ago
Michael Niedermayer 85d7f54662 sonicenc: fix mono decorrelation 12 years ago
Michael Niedermayer 6ec037c5a9 sonicdec: fix frame size 12 years ago
Michael Niedermayer 1426291eb8 sonicdec: check decorrelation 12 years ago
Michael Niedermayer 8251c05320 g729dec: switch to buffer refs style 12 years ago
Michael Niedermayer a728a28dac v308dec: remove unneeded self assignment 12 years ago
Michael Niedermayer f3980b75f8 h264: remove unused variable 12 years ago
Michael Niedermayer de8049d27c h264: add an argument to CHROMA for consistency 12 years ago
Michael Niedermayer 82f95d7fd7 h264: drop special case for 9bit chroma422 12 years ago
Anton Khirnov fcf75022d7 h264: remove redundant freeing of DPB in h264_decode_end 12 years ago
Anton Khirnov 23e85be58f h264: add a parameter to the CHROMA444 macro. 12 years ago
Anton Khirnov e962bd08ee h264: add a parameter to the CHROMA422 macro. 12 years ago
Anton Khirnov 6d2b6f21eb h264: add a parameter to the CABAC macro. 12 years ago
Anton Khirnov a6931d8ece h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro. 12 years ago
Anton Khirnov 7fa00653a5 h264: add a parameter to the FIELD_PICTURE macro. 12 years ago
Anton Khirnov 7bece9b22f h264: add a parameter to the FRAME_MBAFF macro. 12 years ago
Anton Khirnov da6be8fcec h264: add a parameter to the MB_FIELD macro. 12 years ago
Anton Khirnov 82313eaa34 h264: add a parameter to the MB_MBAFF macro. 12 years ago
Anton Khirnov 48d0fd2d62 h264: merge common_init() into ff_h264_decode_init. 12 years ago