13496 Commits (4515f9b58a51eb0af81c1ed1fd99889fcdc5ae91)

Author SHA1 Message Date
Martin Storsjö f502ff3f61 Add support for AMR-WB encoding via libvo-amrwbenc 14 years ago
Martin Storsjö d89e738a0c Add an AAC encoder by using the libvo-aacenc library 14 years ago
Martin Storsjö 029f966c3a g722: Return 8 bits per sample for g722 in av_get_bits_per_sample 14 years ago
Alberto Delmás 768c525114 Parse sprite data for WMVP and WVP2, and decode sprites for the latter 14 years ago
Alexander Strange cf39b461d3 pthread: validate_thread_parameters() ignored slice-threading being intentionally off 14 years ago
Reimar Döffinger f82163cf1c Use consistent condition for whether to run slice-threading execute function. 14 years ago
Gwenole Beauchesne da21440d46 vaapi: cope with VA-API 0.32, i.e. fix VC-1 decoding on Sandy Bridge. 14 years ago
Gwenole Beauchesne 09ce846206 vaapi: filter out DELAYED_PIC_REF flag to determine field. 14 years ago
Anton Khirnov 9f5ddd1e46 lavc: add a FF_API_REQUEST_CHANNELS deprecation macro 14 years ago
Brad 1f6265e011 Fix parser: mark av_parser_parse() for removal on next major bump 14 years ago
Nathan Caldwell 5371803dd5 psymodel: extend API to include PE and bit allocation. 14 years ago
Alexander Strange ba9ef8d04e Remove unnecessary parameter from ff_thread_init() and fix behavior 14 years ago
Janne Grunau d6f66edd65 Revert "aac_latm_dec: use aac context and aac m4ac" 14 years ago
Mans Rullgard 5f2e6c0fd1 ac3enc: NEON optimised extract_exponents 14 years ago
Mans Rullgard 2310ee4b1c ac3enc: move extract_exponents inner loop to ac3dsp 14 years ago
Young Han Lee 57cc1ad35f aacenc: reduce the number of loop index variables 14 years ago
Justin Ruggles e05a3ac713 ac3enc: select bandwidth based on bit rate, sample rate, and number of 14 years ago
Mans Rullgard f7653904c8 ARM: NEON fixed-point forward MDCT 14 years ago
Mans Rullgard dba9852935 ARM: NEON fixed-point FFT 14 years ago
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