13227 Commits (6dc7d80de7236d04a6ee30f0e4cd03f055893bcf)

Author SHA1 Message Date
Mans Rullgard 79997def65 ac3enc: use generic fixed-point mdct 14 years ago
Anton Khirnov 4e3945fd28 lavc: deprecate AVCodecContext.antialias_algo 14 years ago
Anton Khirnov 4a49d2d59c lavc: mark mb_qmin/mb_qmax for removal on next major bump. 14 years ago
Mans Rullgard bc154882e1 Fixed-point MDCT with 32-bit unscaled output 14 years ago
Anton Khirnov ed5fcd60b2 lavc: deprecate rate_emu 14 years ago
Anton Khirnov 8ed2ae09a2 lavc: mark hurry_up for removal on next major bump 14 years ago
Anton Khirnov 9073ca6c6e parser: mark av_parser_parse() for removal on next major bump 14 years ago
Anton Khirnov 6f3d3eacf6 lavc: add missing audioconvert includes 14 years ago
Anton Khirnov b4b167ecbf jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY 14 years ago
Mans Rullgard aa05f2126e ac3enc: ARM optimised ac3_compute_matissa_size 14 years ago
Mans Rullgard 182826c884 ac3: armv6 optimised bit_alloc_calc_bap 14 years ago
Mans Rullgard 41327cca61 FFT: simplify fft8() 14 years ago
Mans Rullgard 6efe6028ed Fixed-point support in fft-test 14 years ago
Mans Rullgard 7087ce08c8 Fixed-point FFT and MDCT 14 years ago
Mans Rullgard 7f6e05cdfd ac3enc: simplify sym_quant() 14 years ago
John Stebbins 4b6f097b21 mlp_parse.c: set AVCodecContext channel_layout 14 years ago
anatoly ce02f9becf Add MxPEG decoder 14 years ago
anatoly e0e3b8b297 Add support for picture_ptr field in MJpegDecodeContext 14 years ago
anatoly f16055eedf Move MJPEG's input buffer preprocessing in separate public function 14 years ago
anatoly 8f0bd2c07d Support reference picture defined by bitmask in MJPEG's SOS decoder 14 years ago
Mans Rullgard 52fd16a264 ac3enc: move compute_mantissa_size() to ac3dsp 14 years ago
Mans Rullgard 6f718471ea ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext 14 years ago
Mans Rullgard d782bca415 ac3enc: NEON optimised float_to_fixed24 14 years ago
Mans Rullgard 6d9f52b2cd ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp 14 years ago
Ronald S. Bultje d38345878c dfa: protect pointer range checks against overflows. 14 years ago
Alexander Strange a75529e81e mimic: implement multithreading. 14 years ago
Justin Ruggles c4549bd66a ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using 14 years ago
Kostya Shishkov 42315dabce Chronomaster DFA decoder 14 years ago
Justin Ruggles 991f3de1bb ac3enc: Add codec-specific options for writing AC-3 metadata. 14 years ago
Alexander Strange 1500be13f2 dsputil: allow to skip drawing of top/bottom edges. 14 years ago
Justin Ruggles be18738801 Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser 14 years ago
Justin Ruggles 34b47d7cbc Add audio_service_type field to AVCodecContext for encoding and reporting 14 years ago
Young Han Lee 00f0b4b92e aacenc: indentation 14 years ago
Young Han Lee 92efa2bdd9 aacenc: fix the side calculation in search_for_ms 14 years ago
Alexander Strange 66f608a6aa vp8.c: rename EDGE_* to VP8_EDGE_*. 14 years ago
Mans Rullgard d743065e18 ARM: fix ff_apply_window_int16_neon() prototype 14 years ago
Mans Rullgard 2d3b21ffb9 ARM: NEON optimised apply_window_int16() 14 years ago
Mans Rullgard 245c78313f ac3enc: NEON optimised shift functions 14 years ago
Mans Rullgard f4855a904e ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min 14 years ago
Ronald S. Bultje f711424969 mpeg12.c: fix slice threading for mpeg2 field picture mode. 14 years ago
Anton Khirnov 3dd851c46b lavc: move the version macros to a new installed header. 14 years ago
Justin Ruggles e6e9823488 Add apply_window_int16() to DSPContext with x86-optimized versions and use it 14 years ago
Vitor Sessak ee26abf2a4 Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. 14 years ago
Kieran Kunhya a6d2227bc8 Add kbdwin.o to AC3 decoder 14 years ago
Reimar Döffinger 4c886d613d Detect byte-swapped AC-3 and support decoding it directly. 14 years ago
Justin Ruggles 40728b5169 cosmetics: indentation 14 years ago
Justin Ruggles 67fc8652b9 Always copy input data for AC3 decoder. 14 years ago
Justin Ruggles 85ab290470 ac3enc: make sym_quant() branch-free 14 years ago
Ronald S. Bultje c47d383502 vc1: make P-frame deblock filter bit-exact. 14 years ago
Ronald S. Bultje f44d6445b7 vc1: slice support. 14 years ago