| Commit message (Expand) | Author | Age | Files | Lines |
* | ac3enc: move extract_exponents inner loop to ac3dsp | Mans Rullgard | 2011-04-04 | 3 | -18/+28 |
* | aacenc: reduce the number of loop index variables | Young Han Lee | 2011-04-04 | 1 | -8/+8 |
* | ac3enc: select bandwidth based on bit rate, sample rate, and number of | Justin Ruggles | 2011-04-03 | 1 | -3/+31 |
* | ARM: NEON fixed-point forward MDCT | Mans Rullgard | 2011-04-03 | 3 | -0/+206 |
* | ARM: NEON fixed-point FFT | Mans Rullgard | 2011-04-03 | 5 | -0/+300 |
* | ac3enc: use generic fixed-point mdct | Mans Rullgard | 2011-04-03 | 5 | -422/+21 |
* | lavc: deprecate AVCodecContext.antialias_algo | Anton Khirnov | 2011-04-03 | 3 | -1/+9 |
* | lavc: mark mb_qmin/mb_qmax for removal on next major bump. | Anton Khirnov | 2011-04-03 | 3 | -2/+9 |
* | Fixed-point MDCT with 32-bit unscaled output | Mans Rullgard | 2011-04-02 | 4 | -3/+63 |
* | lavc: deprecate rate_emu | Anton Khirnov | 2011-04-02 | 3 | -1/+8 |
* | lavc: mark hurry_up for removal on next major bump | Anton Khirnov | 2011-04-02 | 14 | -10/+61 |
* | parser: mark av_parser_parse() for removal on next major bump | Anton Khirnov | 2011-04-02 | 1 | -0/+2 |
* | lavc: add missing audioconvert includes | Anton Khirnov | 2011-04-02 | 2 | -0/+2 |
* | jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEY | Anton Khirnov | 2011-04-02 | 1 | -1/+1 |
* | ac3enc: ARM optimised ac3_compute_matissa_size | Mans Rullgard | 2011-04-01 | 3 | -1/+59 |
* | ac3: armv6 optimised bit_alloc_calc_bap | Mans Rullgard | 2011-04-01 | 3 | -0/+94 |
* | FFT: simplify fft8() | Mans Rullgard | 2011-04-01 | 1 | -9/+4 |
* | Fixed-point support in fft-test | Mans Rullgard | 2011-04-01 | 3 | -23/+72 |
* | Fixed-point FFT and MDCT | Mans Rullgard | 2011-03-31 | 10 | -52/+257 |
* | ac3enc: simplify sym_quant() | Mans Rullgard | 2011-03-31 | 1 | -1/+1 |
* | mlp_parse.c: set AVCodecContext channel_layout | John Stebbins | 2011-03-30 | 1 | -2/+57 |
* | Add MxPEG decoder | anatoly | 2011-03-30 | 4 | -1/+343 |
* | Add support for picture_ptr field in MJpegDecodeContext | anatoly | 2011-03-30 | 4 | -27/+30 |
* | Move MJPEG's input buffer preprocessing in separate public function | anatoly | 2011-03-30 | 2 | -32/+55 |
* | Support reference picture defined by bitmask in MJPEG's SOS decoder | anatoly | 2011-03-30 | 3 | -16/+73 |
* | ac3enc: move compute_mantissa_size() to ac3dsp | Mans Rullgard | 2011-03-30 | 3 | -26/+29 |
* | ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContext | Mans Rullgard | 2011-03-30 | 1 | -8/+7 |
* | ac3enc: NEON optimised float_to_fixed24 | Mans Rullgard | 2011-03-29 | 2 | -0/+16 |
* | ac3: move ff_ac3_bit_alloc_calc_bap to ac3dsp | Mans Rullgard | 2011-03-29 | 8 | -56/+70 |
* | dfa: protect pointer range checks against overflows. | Ronald S. Bultje | 2011-03-29 | 1 | -3/+3 |
* | mimic: implement multithreading. | Alexander Strange | 2011-03-28 | 1 | -11/+49 |
* | ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by using | Justin Ruggles | 2011-03-28 | 1 | -17/+17 |
* | Chronomaster DFA decoder | Kostya Shishkov | 2011-03-28 | 5 | -1/+399 |
* | ac3enc: Add codec-specific options for writing AC-3 metadata. | Justin Ruggles | 2011-03-27 | 5 | -18/+446 |
* | dsputil: allow to skip drawing of top/bottom edges. | Alexander Strange | 2011-03-26 | 5 | -52/+70 |
* | Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parser | Justin Ruggles | 2011-03-25 | 8 | -3/+29 |
* | Add audio_service_type field to AVCodecContext for encoding and reporting | Justin Ruggles | 2011-03-25 | 3 | -1/+31 |
* | aacenc: indentation | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
* | aacenc: fix the side calculation in search_for_ms | Young Han Lee | 2011-03-24 | 1 | -1/+1 |
* | vp8.c: rename EDGE_* to VP8_EDGE_*. | Alexander Strange | 2011-03-24 | 1 | -5/+5 |
* | ARM: fix ff_apply_window_int16_neon() prototype | Mans Rullgard | 2011-03-24 | 1 | -1/+1 |
* | ARM: NEON optimised apply_window_int16() | Mans Rullgard | 2011-03-24 | 2 | -0/+28 |
* | ac3enc: NEON optimised shift functions | Mans Rullgard | 2011-03-24 | 2 | -0/+25 |
* | ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_min | Mans Rullgard | 2011-03-24 | 5 | -0/+100 |
* | mpeg12.c: fix slice threading for mpeg2 field picture mode. | Ronald S. Bultje | 2011-03-24 | 1 | -1/+13 |
* | lavc: move the version macros to a new installed header. | Anton Khirnov | 2011-03-22 | 3 | -52/+77 |
* | Add apply_window_int16() to DSPContext with x86-optimized versions and use it | Justin Ruggles | 2011-03-22 | 8 | -14/+198 |
* | Fix an infinite loop when RoQ encoded generated a frame with a size greater t... | Vitor Sessak | 2011-03-22 | 1 | -3/+14 |
* | Add kbdwin.o to AC3 decoder | Kieran Kunhya | 2011-03-22 | 1 | -1/+1 |
* | Detect byte-swapped AC-3 and support decoding it directly. | Reimar Döffinger | 2011-03-22 | 1 | -0/+5 |