aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update for FFmpeg 1.2.7n1.2.7Michael Niedermayer2014-06-233-3/+3
* avformat/mpc: attempt to allocate a packet that is not smaller than the data ...Michael Niedermayer2014-06-231-1/+1
* avcodec/alsdec: Clear MPEG4AudioConfig so that no use of uninitialized memory...Michael Niedermayer2014-06-231-1/+1
* avformat/flvenc: Do not allow creating h263/mpeg4 in flv without unofficial f...Michael Niedermayer2014-06-231-0/+12
* avcodec/mss4: Fix () in MKVAL() macroMichael Niedermayer2014-06-231-1/+1
* avcodec/mss34dsp: fix () in SOP* macrosMichael Niedermayer2014-06-231-2/+2
* avcodec/mlpdec: fix () in MSB_MASK() macroMichael Niedermayer2014-06-231-1/+1
* avcodec/golomb-test: fix () in EXTEND() macroMichael Niedermayer2014-06-231-1/+1
* avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macroMichael Niedermayer2014-06-231-1/+1
* avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUEMichael Niedermayer2014-06-231-1/+2
* avutil/cpu: force mmx on selection of higher x86 SIMD featuresMichael Niedermayer2014-06-231-0/+18
* avcodec/diracdec: move mc buffer allocation to per frameMichael Niedermayer2014-06-231-9/+36
* avfilter/graphdump: Fix pointer to local outside scopeMichael Niedermayer2014-06-231-1/+2
* avcodec/mjpegdec: Fix undefined shiftMichael Niedermayer2014-06-231-1/+1
* ffmpeg_filter: fix pointer to local outside scopeMichael Niedermayer2014-06-231-3/+6
* swresample: fix AV_CH_LAYOUT_STEREO_DOWNMIX inputMichael Niedermayer2014-06-231-0/+5
* avformat/h263dec: Fix h263 probeMichael Niedermayer2014-06-231-1/+1
* avformat/mux: Check for and remove invalid packet durationsMichael Niedermayer2014-06-231-0/+6
* avutil/lzo: add asserts to be double sure against overflowsMichael Niedermayer2014-06-231-0/+3
* avutil/lzo: Fix integer overflowMichael Niedermayer2014-06-231-1/+6
* lzo: fix overflow checking in copy_backptr()Xi Wang2014-06-231-2/+1
* avfilter/filtfmts: Support dynamically allocated in/outputsMichael Niedermayer2014-06-231-5/+5
* iavcodec/vc1dec: Fix missing {}Michael Niedermayer2014-06-232-15/+16
* avfilter/vf_deshake: fix loss of precission with odd resolutionsMichael Niedermayer2014-06-231-2/+2
* avcodec/g723_1: add assert to help static code analyzersMichael Niedermayer2014-06-231-1/+2
* avcodec/diracdec: fix undefined behavior with shiftsMichael Niedermayer2014-06-231-2/+2
* avformat/mpegts: Remove redundant checkMichael Niedermayer2014-06-231-1/+1
* avcodec/mjpegen: Fix declared argument sizeMichael Niedermayer2014-06-232-2/+2
* swscale/swscale: fix srcStride/srcSlice typoMichael Niedermayer2014-06-231-1/+1
* avcodec/x86/idct_sse2_xvid: fix non C99 inline functionMichael Niedermayer2014-06-231-1/+1
* avcodec/dirac_arith: Fix build with PIC and stack-check optionsAnthoine Bourgeois2014-06-231-1/+2
* swscale/x86/swscale_template: loose hardcoded dstw_offsetMichael Niedermayer2014-06-231-41/+37
* swresample/resample: use av_malloc_array() where appropriateMichael Niedermayer2014-06-231-1/+1
* swresample/dither: use av_malloc_array()Michael Niedermayer2014-06-231-1/+1
* swresample/resample: Limit filter lengthMichael Niedermayer2014-06-231-0/+5
* avcodec/msrle: check return code for success before useMichael Niedermayer2014-06-231-0/+3
* avcodec/wma: use av_freep(), do not leave stale pointers in memoryMichael Niedermayer2014-06-231-3/+3
* lavu/opt: validate range before dereferenceLukasz Marek2014-06-231-2/+4
* avcodec/libx264: move where x264opts is applied down so it isnt overridden by...Michael Niedermayer2014-06-231-13/+13
* avcodec/h264_mp4toannexb_bsf: prepend global headers before any in stream par...Michael Niedermayer2014-06-231-1/+1
* avcodec/x86/mpegvideoenc_template: fix integer overflowMichael Niedermayer2014-06-231-1/+1
* swscale/swscale: fix integer overflowMichael Niedermayer2014-06-231-2/+3
* Show duration for large asf files as written in the file header.Carl Eugen Hoyos2014-06-211-1/+2
* Revert two backports to release/1.2 that broke fate.Carl Eugen Hoyos2014-06-206-22/+7
* adpcm: Write the proper predictor in trellis mode in IMA QTMartin Storsjö2014-06-101-0/+1
* adpcm: Fix trellis encoding of IMA QTMartin Storsjö2014-06-101-1/+1
* avcodec/utvideodec: Increase vlc lenCarl Eugen Hoyos2014-06-101-1/+1
* avformat/avidec: allow rounding errors between scale/rate and timebaseMichael Niedermayer2014-06-101-1/+1
* sws: dont use the optimized 410->420 unscaled conversion when height%4Michael Niedermayer2014-05-011-1/+1
* avcodec/vorbisdec: try to workaround libvorbisenc bugMichael Niedermayer2014-05-011-4/+17