summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* avcodec/h264dsp_template: Fix undefined shiftsMichael Niedermayer2015-03-151-2/+2
* libavformat/mxfenc: write user comment metadataMark Reid2015-03-154-7/+69
* lavfi/eq: clarify error message in case of expression parsing errorStefano Sabatini2015-03-151-1/+1
* avformat/dvbsub: Fix hypothetical pointer overflow in dvbsub_probe()Michael Niedermayer2015-03-151-1/+3
* avformat/mpegvideodec: fix hypothetical pointer overflow in mpegvideo_probe()Michael Niedermayer2015-03-151-2/+2
* avformat/mpegvideodec: use avpriv_find_start_code in mpegvideo_probe()zhaoxiu.zeng2015-03-151-10/+12
* avformat/avidec: cleanup includezhaoxiu.zeng2015-03-151-1/+1
* avformat/avidec: use avpriv_find_start_code in avi_read_packet()zhaoxiu.zeng2015-03-151-8/+8
* avcodec/ac3: Fix undefined shift in ff_ac3_bit_alloc_calc_mask()Michael Niedermayer2015-03-151-2/+2
* avcodec/ac3dec: Fix undefined shiftsMichael Niedermayer2015-03-151-4/+3
* avcodec/vc1: Fix undefined shiftsMichael Niedermayer2015-03-151-2/+2
* Revert "ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED"Michael Niedermayer2015-03-153-31/+31
* avcodec/utils: mark codec argument as const in ff_lock_avcodec()Michael Niedermayer2015-03-142-2/+2
* libavformat/mxfdec: export user comments metadataMark Reid2015-03-142-4/+91
* avformat/mov: Check for string truncation in mov_open_dref()Michael Niedermayer2015-03-141-1/+3
* avformat/mov: Use sizeof(filename) instead of a literal numberMichael Niedermayer2015-03-141-2/+2
* lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-144-8/+9
* x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-147-20/+20
* ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-143-31/+31
* ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-141-2/+2
* avcodec/wmadec: Fix undefined shift in wma_decode_block()Michael Niedermayer2015-03-141-1/+1
* ac3dec: cosmeticsChristophe Gisquet2015-03-141-5/+3
* eac3dec: fix scalingChristophe Gisquet2015-03-141-0/+2
* ac3_fixed: fix computation of spx_noise_blendChristophe Gisquet2015-03-141-1/+1
* ac3_fixed: fix out-of-bound readChristophe Gisquet2015-03-141-1/+1
* x86: xvid_idct: SSE2 merged add versionChristophe Gisquet2015-03-142-10/+91
* x86: xvid_idct: merged idct_put SSE2 versionsChristophe Gisquet2015-03-142-70/+140
* x86: dct-test: evaluate prores idct avx versionChristophe Gisquet2015-03-141-13/+26
* x86: dct-test: fix compilation for proresChristophe Gisquet2015-03-141-4/+4
* x86: xvid_idct: port MMX iDCT to yasmChristophe Gisquet2015-03-145-564/+484
* ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun2015-03-145-9/+14
* swresample/resample: Fix undefined shiftsMichael Niedermayer2015-03-141-1/+1
* avcodec/utils: use atomic operations on entangled_thread_counterMichael Niedermayer2015-03-131-3/+3
* configure: fix zlib dependancy of tdscMichael Niedermayer2015-03-131-2/+1
* avcodec/tdsc: use ff_codec_open2_recursive()Michael Niedermayer2015-03-131-1/+1
* Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-1312-1/+688
|\
| * TDSC decoderVittorio Giovara2015-03-1312-1/+688
* | Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2'Michael Niedermayer2015-03-135-0/+10
|\ \ | |/
| * mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-135-0/+10
* | Merge commit '117b432748ca87de4cd0f09d9b1495545e264733'Michael Niedermayer2015-03-133-6/+26
|\ \ | |/
| * lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-133-1/+21
* | Merge commit '9993a067f6c8c7e7838052ac3146aa6b80dd7e81'Michael Niedermayer2015-03-131-1/+4
|\ \ | |/
| * lavc: Improve thread locking error messageVittorio Giovara2015-03-131-1/+4
* | avformat/http: support auto reconnectZhang Rui2015-03-131-5/+27
* | avformat/flvdec: add support for OnCaptionMichael Niedermayer2015-03-131-3/+14
* | avformat/flvdec: re enable flv_data_packet()Michael Niedermayer2015-03-131-2/+7
* | avformat/flvdec: Change subtitle stream type to subtitle typeMichael Niedermayer2015-03-131-8/+8
* | avcodec/svq1dec: Fix undefined shiftsMichael Niedermayer2015-03-131-2/+4
* | lavc: Print number of reference frames if debug level >= verbose.Carl Eugen Hoyos2015-03-131-0/+6
* | lavf: Do not list mov-only codecs in riff.c.Carl Eugen Hoyos2015-03-132-3/+7
OpenPOWER on IntegriCloud