aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles2012-01-031-5/+5
* adxenc: use a loop to encode each channelJustin Ruggles2012-01-031-7/+4
* adxenc: remove unneeded loopsJustin Ruggles2012-01-031-9/+0
* adx: add AVFMT_GENERIC_INDEX to demuxer flags.Justin Ruggles2012-01-031-0/+1
* adxenc: avoid stereo deinterleavingJustin Ruggles2012-01-031-15/+7
* adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles2012-01-031-1/+0
* adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles2012-01-031-2/+4
* adxenc: cosmetics: pretty-printingJustin Ruggles2012-01-031-41/+46
* adxenc: change some data typesJustin Ruggles2012-01-031-6/+6
* adxenc: remove unneeded log messageJustin Ruggles2012-01-031-2/+0
* adxenc: remove unneeded commentsJustin Ruggles2012-01-031-38/+2
* APIchanges: mention cleaned up header includesJonathan Nieder2012-01-041-2/+4
* fate: add dxtory testOana Stratulat2012-01-032-0/+4
* adx_parser: rewrite.Michael Niedermayer2012-01-031-38/+27
* adxdec: Validate channel count to fix a division by zero.Justin Ruggles2012-01-031-1/+1
* adxdec: Do not require extradata.Michael Niedermayer2012-01-031-9/+26
* cmdutils: K&R reformatting cosmeticsAneesh Dogra2012-01-031-160/+196
* alacdec: implement the 2-pass prediction type.Justin Ruggles2012-01-031-16/+21
* alacenc: implement the 2-pass prediction type.Justin Ruggles2012-01-031-1/+10
* alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles2012-01-031-0/+8
* alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles2012-01-031-21/+17
* utvideo: proper median prediction for interlaced videosKostya Shishkov2012-01-031-7/+94
* lavu: bump lavu minor for av_popcount64Janne Grunau2012-01-032-5/+8
* dca: K&R formatting cosmeticsShitiz Garg2012-01-031-257/+289
* dct: K&R formatting cosmeticsAneesh Dogra2012-01-031-61/+61
* lavf: flush decoders in avformat_find_stream_info().Anton Khirnov2012-01-031-19/+19
* win32: detect number of CPUs using affinityDaniel Verkamp2012-01-032-7/+8
* Add av_popcount64Daniel Verkamp2012-01-031-0/+13
* snow: Restore three mistakenly removed casts.Diego Biurrun2012-01-031-3/+3
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-027-37/+43
* v410enc: fix undefined signed left shift caused by integer promotionJanne Grunau2012-01-021-1/+1
* Release notes: mention cleaned up header includesReinhard Tartler2012-01-021-2/+5
* fix Changelog fileReinhard Tartler2012-01-021-2/+2
* Fix a bunch of typos.Diego Biurrun2012-01-024-6/+10
* Drop some pointless void* return value casts from av_malloc() invocations.Diego Biurrun2012-01-024-7/+7
* wavpack: fix typos in previous cosmetic clean-up commitJustin Ruggles2012-01-021-2/+2
* wavpack: cosmetics: K&R pretty-printingJustin Ruggles2012-01-021-322/+337
* avconv: remove the 'codec framerate is different from stream' warningAnton Khirnov2012-01-021-10/+1
* wavpack: determine sample_fmt before requesting a bufferHendrik Leppkes2012-01-011-13/+18
* bmv audio: implement new audio decoding APIJustin Ruggles2012-01-011-9/+25
* mpegaudiodec: skip all channels when skipping granulesJustin Ruggles2012-01-011-8/+11
* mpegenc: simplify muxrate calculationJanne Grunau2012-01-021-1/+1
* avconv: make -frames work for all types of streams, not just video.Anton Khirnov2012-01-011-10/+11
* bfi: K&R cosmeticsAneesh Dogra2012-01-011-11/+12
* bgmc: K&R cleanupAneesh Dogra2012-01-011-6/+6
* rawdec: Set start_time to 0 for raw audio files.Reimar Döffinger2012-01-011-0/+1
* Detect 'yuv2' as rawvideo also in avi.Carl Eugen Hoyos2012-01-011-0/+1
* rawdec: propagate pict_type information to the output frameStefano Sabatini2012-01-011-0/+1
* rawdec: Support more QT 1bpp rawvideo files.Piotr Bandurski2012-01-011-0/+1
* avconv: free bitstream filtersJanne Grunau2012-01-011-0/+9