aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2011-04-04aacenc: reduce the number of loop index variablesYoung Han Lee
2011-04-03ac3enc: select bandwidth based on bit rate, sample rate, and number ofJustin Ruggles
2011-04-03ARM: NEON fixed-point forward MDCTMans Rullgard
2011-04-03ARM: NEON fixed-point FFTMans Rullgard
2011-04-03ac3enc: use generic fixed-point mdctMans Rullgard
2011-04-03lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov
2011-04-03lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov
2011-04-02Fixed-point MDCT with 32-bit unscaled outputMans Rullgard
2011-04-02lavc: deprecate rate_emuAnton Khirnov
2011-04-02lavc: mark hurry_up for removal on next major bumpAnton Khirnov
2011-04-02parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov
2011-04-02lavc: add missing audioconvert includesAnton Khirnov
2011-04-02jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov
2011-04-01ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard
2011-04-01ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard
2011-04-01FFT: simplify fft8()Mans Rullgard
2011-04-01Fixed-point support in fft-testMans Rullgard
2011-03-31Fixed-point FFT and MDCTMans Rullgard
2011-03-31ac3enc: simplify sym_quant()Mans Rullgard
2011-03-30mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins
2011-03-30Add MxPEG decoderanatoly
2011-03-30Add support for picture_ptr field in MJpegDecodeContextanatoly
2011-03-30Move MJPEG's input buffer preprocessing in separate public functionanatoly
2011-03-30Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly
2011-03-30ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard
2011-03-30ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContextMans Rullgard
2011-03-29ac3enc: NEON optimised float_to_fixed24Mans Rullgard
2011-03-29ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard
2011-03-29dfa: protect pointer range checks against overflows.Ronald S. Bultje
2011-03-28mimic: implement multithreading.Alexander Strange
2011-03-28ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles
2011-03-28Chronomaster DFA decoderKostya Shishkov
2011-03-27ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles
2011-03-26dsputil: allow to skip drawing of top/bottom edges.Alexander Strange
2011-03-25Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles
2011-03-25Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles
2011-03-24aacenc: indentationYoung Han Lee
2011-03-24aacenc: fix the side calculation in search_for_msYoung Han Lee
2011-03-24vp8.c: rename EDGE_* to VP8_EDGE_*.Alexander Strange
2011-03-24ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard
2011-03-24ARM: NEON optimised apply_window_int16()Mans Rullgard
2011-03-24ac3enc: NEON optimised shift functionsMans Rullgard
2011-03-24ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard
2011-03-24mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje
2011-03-22lavc: move the version macros to a new installed header.Anton Khirnov
2011-03-22Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles
2011-03-22Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak
2011-03-22Add kbdwin.o to AC3 decoderKieran Kunhya
2011-03-22Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger
2011-03-22cosmetics: indentationJustin Ruggles