aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* exr: silence warning "libavcodec/exr.c:351:9: warning: variable ret set but n...n1.2.1Michael Niedermayer2013-05-091-1/+2
* update for 1.2.1Michael Niedermayer2013-05-093-3/+3
* gifdec: reset previous Graphic Control Extension disposal typeMichael Niedermayer2013-05-091-0/+1
* avcodec/cdgraphics: check buffer size before useMichael Niedermayer2013-05-091-1/+3
* sanm: Check dimensions before useMichael Niedermayer2013-05-091-0/+5
* cmdutils: avtool -> fftoolClément Bœsch2013-05-091-3/+3
* avutil/intfloat_readwrite: include common.h for isinf()Michael Niedermayer2013-05-091-0/+1
* avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer2013-05-091-1/+1
* avutil/log: Fix context pointer used for get_category()Michael Niedermayer2013-05-091-1/+1
* vmdav: Try to fix unpack_rle()Michael Niedermayer2013-05-091-3/+3
* mmvideo/mm_decode_intra: check horizontal coordinate tooMichael Niedermayer2013-05-091-0/+3
* mmvideo/mm_decode_inter: check horizontal coordinate tooMichael Niedermayer2013-05-091-0/+2
* mjpegdec: fix overlapping memcpy with upscale_vMichael Niedermayer2013-05-091-3/+7
* src_movie: fix scanf stringMichael Niedermayer2013-05-091-3/+3
* xbmdec: fix off by one error in scanf()Michael Niedermayer2013-05-091-1/+1
* Fix heap-buffer-overflow in matroska_parse_blockDale Curtis2013-05-091-3/+4
* dpxenc: fix data offsetArnoB2013-05-092-3/+4
* rmdec: flush audio packet on seekingMichael Niedermayer2013-05-091-0/+13
* avcodec/mpegvideo: Fix edge emu with lowresMichael Niedermayer2013-05-091-1/+1
* avcodec/mpegvideo: Fix block height for lowres 3 interlaced blocksMichael Niedermayer2013-05-091-3/+4
* matroska: set "done" only during resync fail.Reimar Döffinger2013-05-091-1/+0
* lavfi/subtitles: zero-init AVSubtitle.Clément Bœsch2013-05-091-1/+1
* Fix type of shared flac table ff_flac_blocksize_table[].Carl Eugen Hoyos2013-05-052-2/+2
* vaapi: fix argument for ff_vaapi_common_end_frame callJanne Grunau2013-04-131-1/+1
* lavc: fix recoded subtitles end.Nicolas George2013-04-072-2/+2
* Skip padding in an id3 tag in aiff files.Carl Eugen Hoyos2013-04-031-1/+4
* smacker: fix off by one errorPaul B Mahol2013-04-031-1/+1
* Write broken aac frames to mov files instead of skipping them.Carl Eugen Hoyos2013-04-021-7/+8
* Only test the first frame for missing aac_adtstoasc bistream filter.Carl Eugen Hoyos2013-03-272-0/+6
* configure: Enable hwaccels without external dependencies by default.Diego Biurrun2013-03-221-0/+3
* Do not (re-)set libx264 parameter b_tff if interlaced encoding was not reques...Carl Eugen Hoyos2013-03-181-1/+1
* mem: Fix usage of memalign() on DJGPP.n1.2Fabrizio Gennari2013-03-141-0/+4
* release_notes: updateMichael Niedermayer2013-03-141-7/+1
* Changelog: update versionMichael Niedermayer2013-03-141-1/+1
* jpegdec: be less picky on paddingMichael Niedermayer2013-03-141-1/+4
* mpegts: clear avprograms only for removed programsMichael Niedermayer2013-03-101-3/+11
* Revert "build: disable iconv by default."Carl Eugen Hoyos2013-03-101-2/+2
* Update for FFmpeg 1.2Michael Niedermayer2013-03-093-2/+3
* MAINTAINERS: update for 1.2Michael Niedermayer2013-03-081-1/+1
* Revert "aacdec: Reconfigure output as needed, disable pop_output_configuratio...Michael Niedermayer2013-03-083-27/+32
* aacsbr: Check for envelope scalefactors overflowingMichael Niedermayer2013-03-081-3/+19
* Close output codecs if input codec initialisation fails.Carl Eugen Hoyos2013-03-081-1/+6
* Add dependencies for the voice fate tests.Carl Eugen Hoyos2013-03-081-12/+13
* Add dependencies for the flac encoding fate tests.Carl Eugen Hoyos2013-03-081-1/+3
* Add dependencies for the aac encoding fate tests.Carl Eugen Hoyos2013-03-081-1/+3
* Force using a 64bit intermediate when calculating calendar time with av_timeg...Carl Eugen Hoyos2013-03-081-1/+1
* mpegaudio_parser: Don't ignore information from the first frameAlexander Kojevnikov2013-03-071-1/+1
* aacdec: Reconfigure output as needed, disable pop_output_configuration()Michael Niedermayer2013-03-073-32/+27
* psymodel: dont apply lowpass filters with a cutoff close to the nyquistMichael Niedermayer2013-03-071-1/+1
* avformat: Fix apics with aacMichael Niedermayer2013-03-071-1/+1