aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* tree-test: fix printf() typesn1.0.7Michael Niedermayer2013-05-141-2/+2
* tree: fix type used for testing the treeMichael Niedermayer2013-05-141-1/+1
* update for 1.0.7Michael Niedermayer2013-05-143-3/+3
* avcodec/cdgraphics: check buffer size before useMichael Niedermayer2013-05-141-1/+3
* sanm: Check dimensions before useMichael Niedermayer2013-05-141-0/+5
* cmdutils: avtool -> fftoolClément Bœsch2013-05-141-3/+3
* avutil/intfloat_readwrite: include common.h for isinf()Michael Niedermayer2013-05-141-0/+1
* avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer2013-05-141-1/+1
* avutil/log: Fix context pointer used for get_category()Michael Niedermayer2013-05-141-1/+1
* vmdav: Try to fix unpack_rle()Michael Niedermayer2013-05-141-3/+3
* mmvideo/mm_decode_intra: check horizontal coordinate tooMichael Niedermayer2013-05-141-0/+3
* mmvideo/mm_decode_inter: check horizontal coordinate tooMichael Niedermayer2013-05-141-0/+2
* mjpegdec: fix overlapping memcpy with upscale_vMichael Niedermayer2013-05-141-3/+7
* avcodec/mpegvideo: Fix edge emu with lowresMichael Niedermayer2013-05-141-1/+1
* avcodec/mpegvideo: Fix block height for lowres 3 interlaced blocksMichael Niedermayer2013-05-141-3/+4
* avcodec/lcldec: Check that dimensions are a multiple of the subsample factorsMichael Niedermayer2013-05-141-0/+12
* src_movie: fix scanf stringMichael Niedermayer2013-05-141-3/+3
* xbmdec: fix off by one error in scanf()Michael Niedermayer2013-05-141-1/+1
* Fix heap-buffer-overflow in matroska_parse_blockDale Curtis2013-05-141-3/+4
* Do not read strd chunk in avi files as H264 extradata.Carl Eugen Hoyos2013-05-131-1/+3
* matroska: set "done" only during resync fail.Reimar Döffinger2013-05-071-1/+0
* Fix type of shared flac table ff_flac_blocksize_table[].Carl Eugen Hoyos2013-05-052-2/+2
* vf_idet: fix free after useMichael Niedermayer2013-04-081-0/+1
* 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
* h264: fix parsing of old lossless profile (profile_idc == 144)Hendrik Leppkes2013-03-211-1/+1
* update the current yearn1.0.6Michael Niedermayer2013-03-211-1/+1
* MAINTAINERS: mention that people are welcome to pick up and maintain older re...Michael Niedermayer2013-03-211-0/+1
* MAINTAINERS: update for 1.2Michael Niedermayer2013-03-211-2/+2
* dpxenc: fix data offsetArnoB2013-03-202-3/+4
* rmdec: flush audio packet on seekingMichael Niedermayer2013-03-201-0/+13
* update for 1.0.6Michael Niedermayer2013-03-203-3/+3
* matroska: fix missing ,Andrea30002013-03-201-1/+1
* lavfi/avf_concat: fix invalid exclusive test.Nicolas George2013-03-201-1/+1
* doc/ffmpeg: remove non ascii charMichael Niedermayer2013-03-201-1/+1
* Slight bug building ffmpeg-1.1.3 on OSX + patch to fixDavid Favor2013-03-201-2/+2
* iff: fix integer overflowMichael Niedermayer2013-03-201-0/+3
* msrledec: fix output_end checksMichael Niedermayer2013-03-201-5/+6
* msrledec: merge switchesMichael Niedermayer2013-03-201-12/+7
* msrledec: move loop into switchMichael Niedermayer2013-03-201-14/+23
* msrledec: move output pointer test upMichael Niedermayer2013-03-201-3/+3
* mp3dec: Fix VBR bit rate parsingAlexander Kojevnikov2013-03-203-7/+13
* Do not (re-)set libx264 parameter b_tff if interlaced encoding was not reques...Carl Eugen Hoyos2013-03-181-1/+1
* aacsbr: Check for envelope scalefactors overflowingMichael Niedermayer2013-03-081-3/+19
* 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
* hls: fix timebaseMichael Niedermayer2013-03-071-0/+2
* rtmpproto: increase APP_MAX_LENGTHn1.0.5Michael Niedermayer2013-03-041-2/+2