19810 Commits (f7e0c1854950b072dce4aa21053c1a344bf76c72)

Author SHA1 Message Date
Justin Ruggles d9837434a9 alac: limit the rice param before passing to decode_scalar() 13 years ago
Justin Ruggles 6e91f62256 alac: reduce the number of parameters to bastardized_rice_decompress() 13 years ago
Justin Ruggles 836e8b9ba0 alac: cosmetics: rename some ALACContext parameters 13 years ago
Justin Ruggles 2ac1737583 alac: clean up and update comments leftover from reverse-engineering 13 years ago
Clément Bœsch 55ed91c856 threads: fix a potential race spotted by helgrind. 13 years ago
Michael Niedermayer e03cd1049e Fix misspellings of FFmpeg 13 years ago
Mans Rullgard bf1cf4d5a5 flacdec: reverse lpc coeff order, simplify filter 13 years ago
Diego Biurrun 9f97af2688 x86: dsputil: drop some unused CPU flag debug code 13 years ago
Michael Niedermayer 31a192f387 imgconvert: favor pixel formats without resolution loss 13 years ago
Michael Niedermayer 60f3291086 mlpdec: switch to av_assert 13 years ago
Mans Rullgard ffdd93a25e ppc: fix build with altivec disabled 13 years ago
Mans Rullgard 28f9ab7029 vp3: move idct and loop filter pointers to new vp3dsp context 13 years ago
Mans Rullgard ab9f987661 build: add CONFIG_VP3DSP, reduce repetition in OBJS lists 13 years ago
Kostya Shishkov 4cfb0d871d tscc2: do not add/subtract 128 bias during DCT 13 years ago
Kostya Shishkov 3c6c19184c tscc2: fix typo in DCT 13 years ago
Paul B Mahol 0b74b8f649 ptx: correct decoding 13 years ago
Michael Bradshaw 453c02f971 libopenjpeg: introduce encoding support 13 years ago
Michael Bradshaw b43a7bb4f9 libopenjpeg: rename decoder source file. 13 years ago
chinshou 81dd908c6e Fix libilbc compilation. 13 years ago
Carl Eugen Hoyos 7f5fae1e48 mpeg4videodec: Add two missing format specifiers for debug output. 13 years ago
Carl Eugen Hoyos 34aa61a36d mpeg4videodec: Use format specifier PRId64 for int64_t. 13 years ago
Kostya Shishkov 0b40153d20 tscc2: DCT output should not be clipped 13 years ago
Paul B Mahol 3071af6cf2 tiff: read more tags of type string 13 years ago
Paul B Mahol 292850b634 tiff: add smarter checks if there is enough data left 13 years ago
Paul B Mahol 1ec83d9a9e tiff: port to bytestream2 13 years ago
Michael Niedermayer b45a313e97 ffv1dec: fix error concealment for gop>1 13 years ago
Nick Brereton e03077c432 Fix DCA-XXCH extension scaling for embedded downmixes. 13 years ago
Nick Brereton 73154feec1 Fix ordering of XXCH downmix coefficients. 13 years ago
Michael Niedermayer ac9389a663 ffv1dec: detect errors in bytestream end mismatches for EC 13 years ago
Michael Niedermayer b0d674ec10 ffv1dec: set the first slices bytestream end correctly 13 years ago
Michael Niedermayer f5af3568f6 ffv1dec: keep track of errors in slice headers for EC 13 years ago
Michael Niedermayer 094845aad8 ffv1dec: add simple error concealment in case of CRC errors on slices. 13 years ago
Michael Niedermayer 371d37fcf5 ffv1: keep last_frame (to be used for error concealment) 13 years ago
Paul B Mahol 7543fd80e5 exr: check size of uncompressed buffer returned by uncompress() 13 years ago
Mohammad Alsaleh c37c383e59 libfdk-aac: Check if cutoff value is valid 13 years ago
Carl Eugen Hoyos a1e52c9441 Simplify ptx decoding on big-endian. 13 years ago
Piotr Bandurski 96e2507363 isom: add "NO16" FourCC 13 years ago
Michael Niedermayer 209f92d94a lavc: add seperate AVCodec for CODEC_ID_H263P so demuxers can use that id. 13 years ago
Mashiat Sarker Shakkhar 082829520e vc1dec: Do not use random pred_flag if motion vector data is skipped 13 years ago
Martin Storsjö 25f056e6d4 vp8: Enclose pthread function calls in ifdefs 13 years ago
Paul B Mahol 2c31ed3330 exr: make channel_offsets int instead of int8_t 13 years ago
Paul B Mahol 1463bd902a cosmetics: reindent after d3abbb1d1 13 years ago
Paul B Mahol a8f6df8a4f libfdk-aacenc: remove redundant log message if ff_alloc_packet2 fails 13 years ago
Ronald S. Bultje c44091a9f7 snow: refactor code to work around a compiler bug in MSVC. 13 years ago
Martin Storsjö a794600c00 vp8: Include the thread headers before using the pthread types 13 years ago
Paul B Mahol 6ad4560031 mss1: improve check if decoded pivot is invalid 13 years ago
Philip Langdale 2c501ae82b movtextdec: 3GPP TS 26.245 Timed Text Decoder. 13 years ago
Daniel Kang 951455c1c1 vp8: implement sliced threading 13 years ago
Daniel Kang 17343e3952 vp8: move data from VP8Context->VP8Macroblock 13 years ago
Daniel Kang 337ade52de vp8: refactor decoding a single mb_row 13 years ago