21913 Commits (fb3f28ee289b9ea5106d5a7fa00a1018eb379e65)

Author SHA1 Message Date
Carl Eugen Hoyos 2ddf7c88d1 ZeroCodec: Flip output 12 years ago
Paul B Mahol a354839bfa build: update mxf muxer dependencies 12 years ago
Paul B Mahol d880c34408 lavc: fix typo and avrn build dependencies 12 years ago
Michael Niedermayer ddbf0702c5 dsputil_mmx: switch to av_assert2() 12 years ago
Paul B Mahol 4c7515286b takdec: silence/fix warning for undefined behavior 12 years ago
Michael Niedermayer 4a5289ade3 mips: disable ac3 downmix, until its updated to the new data layout. 12 years ago
Peter Ross e044cd4123 codec_desc: AV_CODEC_ID_SMPTE_KLV is data 12 years ago
Mans Rullgard f9e493c6f5 sh4: dsputil: remove duplicate of ff_gmc_c() 12 years ago
Michael Niedermayer 7aabeea9ba ac3dec: fix bugs in direct buffer use. 12 years ago
Mans Rullgard 2dd95bd7cf dsputil: remove unused macro WRAPPER8_16 12 years ago
Paul B Mahol cef28b5602 tak: reduce difference with qatar 12 years ago
Stefano Sabatini 461b5bf4ab lavc/avcodec: extend/clarify/fix documentation for avcodec_fill_audio_frame() 12 years ago
Michael Niedermayer 0af7ccd9e2 mpeg12: move current_picture_ptr reset to the end of decode_frame. 12 years ago
Martin Storsjö 774e6fc9ed libvpxenc: Support forcing keyframes 12 years ago
Peter Ross 9282fbb9ad mpegts: demux asynchronous SMPTE 336M Key-Length-Value (KLV) metadata 12 years ago
Michael Niedermayer 3193a5cdbf arm: put prefetch under matching #ifdef as the actual code 12 years ago
Mans Rullgard 30b3916425 ac3dec: make downmix() take array of pointers to channel data 12 years ago
Mans Rullgard b8f3ab8e6a ac3dec: output planar float only 12 years ago
Mans Rullgard ec5da7aee2 ac3dec: decode directly into output buffers 12 years ago
Janne Grunau 288bb3da16 svq3: make slice type value unsigned to match svq3_get_ue_golomb return type 12 years ago
Diego Biurrun ba0c898120 cosmetics: Fix dropable --> droppable typo 12 years ago
Carl Eugen Hoyos 66dc3ba356 Flip zerocodec output. 12 years ago
Michael Niedermayer e8ca7cfa4f h264: avoid calling idr() twice 12 years ago
Clément Bœsch 4c554c967f lavc/libcelt: add missing internal.h include. 12 years ago
Paul B Mahol 92f630eaf2 add forgotten AV_ prefix to some CODEC_IDs 12 years ago
Piotr Bandurski 7f01247572 tiff: support zlib with invertedFillOrder 12 years ago
Piotr Bandurski e5550c0d09 mjpegdec: support more pix_fmt_ids for grayscale 12 years ago
Michael Niedermayer 0110108a7c sbr_hf_gen_sse: Optimize code a bit more. 12 years ago
Janne Grunau 6a1aa5cb26 mjpeg: initialize input padding after unescaped buffer to zero 12 years ago
Ronald S. Bultje ddd7559ad9 h264: check for invalid zeros_left before writing 12 years ago
Michael Niedermayer 7efee140d7 get_bits: rename get_bits_longlong to get_bits64 12 years ago
Janne Grunau 9a2e79116d golomb: use unsigned arithmetics in svq3_get_ue_golomb() 12 years ago
Nicolas George e6701d51e1 lavc/mlpdec: reset layout when channels change. 12 years ago
Paul B Mahol 3fd60d8049 gifdec: port to bytestream2 API 12 years ago
Josh Allmann b3deec3253 takdec: fix initialisation of LOCAL_ALIGNED array 12 years ago
Mans Rullgard cd71af90a9 takdec: fix initialisation of LOCAL_ALIGNED array 12 years ago
Michael Niedermayer 419ade4b61 lavc: check dimensions for video encoders 12 years ago
Paul B Mahol 57231e4d5b tak: demuxer, parser, and decoder 12 years ago
Michael Niedermayer 096abfa150 parser: fix large overreads 12 years ago
Michael Niedermayer 41540b36a1 bitstream: add get_bits64() to support reading more than 32 bits at once 12 years ago
Mans Rullgard b326755989 arm: rename ARMVFP config symbol to VFP 12 years ago
Mans Rullgard a7831d509f arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation 12 years ago
Mans Rullgard c29d49c1b3 dct-test: arm: indicate required cpu features for optimised funcs 12 years ago
Anton Khirnov 380232fac3 snow: fix build after 594d4d5df3 12 years ago
Paul B Mahol 6777aa6387 lavc/takdec: s/get_b/get_bits_esc4 12 years ago
Martin Storsjö 4ed0c35c40 avcodec: Fix a typo in an option description 12 years ago
Paul B Mahol 1c779854b5 lavc/takdec: simplify code 12 years ago
Mans Rullgard 92dad6687f arm: fix use of uninitialised value in ff_fft_fixed_init_arm() 12 years ago
Michael Niedermayer ea6da80cb4 diracdec: check dimensions against chroma format. 12 years ago
Martin Storsjö 2c96392277 avpicture: Don't assume a valid pix fmt in avpicture_get_size 12 years ago