summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: deprecate AVCodecContext.antialias_algoAnton Khirnov2011-04-033-1/+9
* lavc: mark mb_qmin/mb_qmax for removal on next major bump.Anton Khirnov2011-04-033-2/+9
* Fixed-point MDCT with 32-bit unscaled outputMans Rullgard2011-04-024-3/+63
* lavc: deprecate rate_emuAnton Khirnov2011-04-023-1/+8
* lavc: mark hurry_up for removal on next major bumpAnton Khirnov2011-04-0214-10/+61
* parser: mark av_parser_parse() for removal on next major bumpAnton Khirnov2011-04-021-0/+2
* lavc: add missing audioconvert includesAnton Khirnov2011-04-022-0/+2
* jvdec: don't use deprecated CODEC_TYPE_*/PKT_FLAG_KEYAnton Khirnov2011-04-021-1/+1
* ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard2011-04-013-1/+59
* ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard2011-04-013-0/+94
* FFT: simplify fft8()Mans Rullgard2011-04-011-9/+4
* Fixed-point support in fft-testMans Rullgard2011-04-013-23/+72
* Fixed-point FFT and MDCTMans Rullgard2011-03-3110-52/+257
* ac3enc: simplify sym_quant()Mans Rullgard2011-03-311-1/+1
* mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins2011-03-301-2/+57
* Add MxPEG decoderanatoly2011-03-304-1/+343
* Add support for picture_ptr field in MJpegDecodeContextanatoly2011-03-304-27/+30
* Move MJPEG's input buffer preprocessing in separate public functionanatoly2011-03-302-32/+55
* Support reference picture defined by bitmask in MJPEG's SOS decoderanatoly2011-03-303-16/+73
* ac3enc: move compute_mantissa_size() to ac3dspMans Rullgard2011-03-303-26/+29
* ac3enc: move mant*_cnt and qmant*_ptr out of AC3EncodeContextMans Rullgard2011-03-301-8/+7
* ac3enc: NEON optimised float_to_fixed24Mans Rullgard2011-03-292-0/+16
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-298-56/+70
* dfa: protect pointer range checks against overflows.Ronald S. Bultje2011-03-291-3/+3
* mimic: implement multithreading.Alexander Strange2011-03-281-11/+49
* ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles2011-03-281-17/+17
* Chronomaster DFA decoderKostya Shishkov2011-03-285-1/+399
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-275-18/+446
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-265-52/+70
* Get audio_service_type for AC-3 based on bitstream mode in the AC-3 parserJustin Ruggles2011-03-258-3/+29
* Add audio_service_type field to AVCodecContext for encoding and reportingJustin Ruggles2011-03-253-1/+31
* aacenc: indentationYoung Han Lee2011-03-241-1/+1
* aacenc: fix the side calculation in search_for_msYoung Han Lee2011-03-241-1/+1
* vp8.c: rename EDGE_* to VP8_EDGE_*.Alexander Strange2011-03-241-5/+5
* ARM: fix ff_apply_window_int16_neon() prototypeMans Rullgard2011-03-241-1/+1
* ARM: NEON optimised apply_window_int16()Mans Rullgard2011-03-242-0/+28
* ac3enc: NEON optimised shift functionsMans Rullgard2011-03-242-0/+25
* ac3enc: NEON optimised ac3_max_msb_abs_int16 and ac3_exponent_minMans Rullgard2011-03-245-0/+100
* mpeg12.c: fix slice threading for mpeg2 field picture mode.Ronald S. Bultje2011-03-241-1/+13
* lavc: move the version macros to a new installed header.Anton Khirnov2011-03-223-52/+77
* Add apply_window_int16() to DSPContext with x86-optimized versions and use itJustin Ruggles2011-03-228-14/+198
* Fix an infinite loop when RoQ encoded generated a frame with a size greater t...Vitor Sessak2011-03-221-3/+14
* Add kbdwin.o to AC3 decoderKieran Kunhya2011-03-221-1/+1
* Detect byte-swapped AC-3 and support decoding it directly.Reimar Döffinger2011-03-221-0/+5
* cosmetics: indentationJustin Ruggles2011-03-221-3/+3
* Always copy input data for AC3 decoder.Justin Ruggles2011-03-221-7/+2
* ac3enc: make sym_quant() branch-freeJustin Ruggles2011-03-221-11/+1
* vc1: make P-frame deblock filter bit-exact.Ronald S. Bultje2011-03-212-94/+206
* vc1: slice support.Ronald S. Bultje2011-03-211-24/+57
* vc1: fix up memleaks in the error codepath.Ronald S. Bultje2011-03-211-22/+19
OpenPOWER on IntegriCloud