aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* libmp3lame: improve error handling in MP3lame_encode_init()Justin Ruggles2012-02-201-19/+25
* libmp3lame: remove unneeded 'stereo' field from Mp3AudioContextJustin Ruggles2012-02-201-5/+2
* pcxenc: switch to encode2().Anton Khirnov2012-02-201-9/+22
* sgienc: switch to encode2().Anton Khirnov2012-02-201-14/+25
* targaenc: switch to encode2().Anton Khirnov2012-02-201-26/+30
* targaenc: don't modify input frame.Anton Khirnov2012-02-201-3/+1
* roqvideoenc: switch to encode2().Anton Khirnov2012-02-201-9/+16
* roqvideoenc: add const qualifier to the input frame.Anton Khirnov2012-02-202-9/+9
* pnmenc: switch to encode2().Anton Khirnov2012-02-201-13/+19
* huffyuv: switch to encode2().Anton Khirnov2012-02-201-9/+20
* v410enc: switch to encode2().Anton Khirnov2012-02-201-12/+13
* zmbvenc: switch to encode2().Anton Khirnov2012-02-201-15/+26
* zmbvenc: move header writing to the end of encode_frame().Anton Khirnov2012-02-201-11/+13
* h264: don't use redzone in loopfilter on win64.Ronald S. Bultje2012-02-191-1/+8
* examples: unbreak compilationLuca Barbato2012-02-191-7/+4
* ttadec: cosmetics: reindentPaul B Mahol2012-02-191-4/+4
* sunrast: use RLE trigger macro inplace of the hard coded value.Aneesh Dogra2012-02-191-1/+1
* sunrastenc: set keyframe flag for the output packet.Aneesh Dogra2012-02-191-0/+1
* mpegvideo_enc: switch to encode2().Anton Khirnov2012-02-1910-22/+51
* mpegvideo_enc: force encoding delay of at least 1 frame when low_delay=0Anton Khirnov2012-02-191-1/+2
* proresenc: force bitrate not to exceed given limitKostya Shishkov2012-02-181-10/+62
* vc1parse: call vc1_init_common().Ronald S. Bultje2012-02-183-3/+4
* wma: don't return 0 on invalid packets.Ronald S. Bultje2012-02-181-2/+6
* mjpegb: don't return 0 at the end of frame decoding.Ronald S. Bultje2012-02-181-2/+2
* vp8dsp: split long line.Ronald S. Bultje2012-02-181-1/+3
* dpcm: ignore extra unpaired bytes in stereo streams.Alex Converse2012-02-171-1/+6
* mp3on4: require a minimum framesize.Ronald S. Bultje2012-02-171-0/+4
* mpc7: assign an error level + context to av_log() msg.Ronald S. Bultje2012-02-171-1/+1
* huffyuv: error out on bit overrun.Ronald S. Bultje2012-02-171-1/+1
* dct-test: Add the missing ff_ prefix to the altivec functionsMartin Storsjö2012-02-181-3/+3
* dct-test: Remove a stray declaration of a nonexistent functionMartin Storsjö2012-02-181-2/+0
* als: prevent infinite loop in zero_remaining().Ronald S. Bultje2012-02-171-1/+1
* cook: prevent div-by-zero if channels is zero.Ronald S. Bultje2012-02-171-0/+4
* pamenc: switch to encode2().Anton Khirnov2012-02-171-10/+16
* svq1enc: switch to encode2().Anton Khirnov2012-02-171-7/+17
* dvenc: switch to encode2().Anton Khirnov2012-02-171-8/+17
* dpxenc: switch to encode2().Anton Khirnov2012-02-171-13/+23
* pngenc: switch to encode2().Anton Khirnov2012-02-171-8/+21
* v210enc: switch to encode2().Anton Khirnov2012-02-171-10/+12
* xwdenc: switch to encode2().Anton Khirnov2012-02-171-9/+12
* ttadec: use branchless unsigned-to-signed unfoldingJustin Ruggles2012-02-171-2/+1
* avcodec: add a Sun Rasterfile encoderAneesh Dogra2012-02-174-1/+232
* sunrast: Move common defines to a new header file.Aneesh Dogra2012-02-172-26/+52
* cdxl: fix video decoding for some filesPaul B Mahol2012-02-171-14/+13
* ttadec: remove dead codePaul B Mahol2012-02-171-28/+17
* prores: initialise encoder and decoder parts only when neededKostya Shishkov2012-02-171-2/+10
* flac: fix infinite loops on all-zero input or end-of-stream.Ronald S. Bultje2012-02-162-1/+10
* wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-164-7/+13
* shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer2012-02-161-6/+8
* atrac3: Fix crash in tonal component decoding.Michael Niedermayer2012-02-161-0/+2