summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-022-5/+5
* ac3enc: ARM optimised ac3_compute_matissa_sizeMans Rullgard2011-04-013-1/+59
* ac3: armv6 optimised bit_alloc_calc_bapMans Rullgard2011-04-013-0/+94
* fate: simplify fft test rulesMans Rullgard2011-04-011-32/+14
* avio: document avio_alloc_context.Anton Khirnov2011-04-011-0/+16
* lavf: make compute_chapters_end less picky.Anton Khirnov2011-04-011-13/+14
* sierravmd: fix Indeo3 videosMatthew Hoops2011-04-011-2/+2
* FFT: simplify fft8()Mans Rullgard2011-04-011-9/+4
* fate: add fixed-point fft/mdct testsMans Rullgard2011-04-011-0/+14
* Fixed-point support in fft-testMans Rullgard2011-04-013-23/+72
* ape: check that number of seektable entries is equal to number of framesKostya Shishkov2011-04-011-0/+5
* mpegts: propagate avio EOF in read_packet()Jindrich Makovicka2011-03-311-1/+1
* configure: Initial support for --target-os=symbianMartin Storsjö2011-03-311-1/+6
* Fixed-point FFT and MDCTMans Rullgard2011-03-3110-52/+257
* Include dependencies for test programsMans Rullgard2011-03-311-2/+2
* ac3enc: simplify sym_quant()Mans Rullgard2011-03-311-1/+1
* flvdec: read index stored in the 'keyframes' tag.Kharkov Alexander2011-03-311-0/+66
* mov: Add support for zero-sized stsc runs.Alex Converse2011-03-311-1/+1
* rtsp: Use GET_PARAMETER for keep-alive for generic RTSP serversMartin Storsjö2011-03-301-1/+1
* mlp_parse.c: set AVCodecContext channel_layoutJohn Stebbins2011-03-301-2/+57
* APIChanges: mark the place where 0.6 was branched.Anton Khirnov2011-03-301-0/+6
* avio: make get_checksum() internal.Anton Khirnov2011-03-306-14/+18
* avio: move ff_crc04C11DB7_update() from avio.h -> avio_internal.hAnton Khirnov2011-03-302-2/+2
* avio: make init_checksum() internal.Anton Khirnov2011-03-306-10/+21
* Add MxPEG decoderanatoly2011-03-306-1/+345
* 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
* sndio bug fixBrad2011-03-291-1/+1
* 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
* Remove support for stripping executablesMans Rullgard2011-03-294-27/+6
* ac3enc: NEON optimised float_to_fixed24Mans Rullgard2011-03-292-0/+16
* ac3: move ff_ac3_bit_alloc_calc_bap to ac3dspMans Rullgard2011-03-299-57/+71
* dfa: protect pointer range checks against overflows.Ronald S. Bultje2011-03-291-3/+3
* mimic: implement multithreading.Alexander Strange2011-03-281-11/+49
* id3v1: change filesize to int64_t.Carl Eugen Hoyos2011-03-281-2/+2
* id3v1: Seek back to old position after reading.Carl Eugen Hoyos2011-03-281-1/+2
* ac3enc: avoid memcpy() of exponents and baps in EXP_REUSE case by usingJustin Ruggles2011-03-281-17/+17
* Chronomaster DFA decoderKostya Shishkov2011-03-2811-2/+526
* framebuffer device demuxerStefano Sabatini2011-03-287-1/+281
* cosmetics: fix dashed line length after 070c5d0Janne Grunau2011-03-282-2/+2
* http: header field names are case insensitiveTyler2011-03-281-7/+7
* ac3enc: Add codec-specific options for writing AC-3 metadata.Justin Ruggles2011-03-276-18/+782
* Remove arrozcru URL from documentationRamiro Polla2011-03-272-8/+0
* sndio support for playback and recordBrad2011-03-2711-2/+403
* dsputil: allow to skip drawing of top/bottom edges.Alexander Strange2011-03-265-52/+70
* Split fate-psx-str-v3 into a video-only and audio-only test.Ronald S. Bultje2011-03-263-39/+41