summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/vc1_pred: Fix undefined shiftsMichael Niedermayer2015-03-17
* avcodec/libx264: use AVERROR_EXTERNAL instead of AVERROR_UNKNOWNClément Bœsch2015-03-17
* hevc: avoid unnecessary calls to get_formatRainer Hochecker2015-03-16
* avcodec/x86/cavsdsp: remove incorrect LOCAL_ALIGN tmpMichael Niedermayer2015-03-16
* avcodec/hevc: Fix undefined shiftsMichael Niedermayer2015-03-16
* avcodec/tdsc: Remove ;;Michael Niedermayer2015-03-16
* x86/proresdsp: remove ff_prores_idct_put_10_sse4James Almer2015-03-16
* x86/proresdsp: remove unused macroJames Almer2015-03-16
* avcodec/dcadec: if XLL is enabled use xll channelsMichael Niedermayer2015-03-16
* avcodec/dcadec: Only upsample as much data as is thereMichael Niedermayer2015-03-16
* Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'Michael Niedermayer2015-03-15
|\
| * dca: Support for XLL (lossless extension)Niels Möller2015-03-15
* | Merge commit '4da5aacc7eba274a4f18411120de539d39c5151e'Michael Niedermayer2015-03-15
|\|
| * dca: Mark syncword constants unsigned; they do not fit in 32-bit signed intDiego Biurrun2015-03-13
* | avcodec/dvbsub_parser: Fix potential pointer overflowsMichael Niedermayer2015-03-15
* | avcodec/h264dsp_template: Fix undefined shiftsMichael Niedermayer2015-03-15
* | avcodec/ac3: Fix undefined shift in ff_ac3_bit_alloc_calc_mask()Michael Niedermayer2015-03-15
* | avcodec/ac3dec: Fix undefined shiftsMichael Niedermayer2015-03-15
* | avcodec/vc1: Fix undefined shiftsMichael Niedermayer2015-03-15
* | Revert "ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED"Michael Niedermayer2015-03-15
* | avcodec/utils: mark codec argument as const in ff_lock_avcodec()Michael Niedermayer2015-03-14
* | lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-14
* | x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-14
* | ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-14
* | avcodec/wmadec: Fix undefined shift in wma_decode_block()Michael Niedermayer2015-03-14
* | ac3dec: cosmeticsChristophe Gisquet2015-03-14
* | eac3dec: fix scalingChristophe Gisquet2015-03-14
* | ac3_fixed: fix computation of spx_noise_blendChristophe Gisquet2015-03-14
* | ac3_fixed: fix out-of-bound readChristophe Gisquet2015-03-14
* | x86: xvid_idct: SSE2 merged add versionChristophe Gisquet2015-03-14
* | x86: xvid_idct: merged idct_put SSE2 versionsChristophe Gisquet2015-03-14
* | x86: dct-test: evaluate prores idct avx versionChristophe Gisquet2015-03-14
* | x86: dct-test: fix compilation for proresChristophe Gisquet2015-03-14
* | x86: xvid_idct: port MMX iDCT to yasmChristophe Gisquet2015-03-14
* | ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContextAndreas Cadhalpun2015-03-14
* | avcodec/utils: use atomic operations on entangled_thread_counterMichael Niedermayer2015-03-13
* | avcodec/tdsc: use ff_codec_open2_recursive()Michael Niedermayer2015-03-13
* | Merge commit '247e370e2a913db52ca079b347a174c8d393b171'Michael Niedermayer2015-03-13
|\|
| * TDSC decoderVittorio Giovara2015-03-13
* | Merge commit '5a0e953c2465be9d449d5f523c3d3e2b886910b2'Michael Niedermayer2015-03-13
|\|
| * mjpeg: Mark decoder family as thread safeVittorio Giovara2015-03-13
* | Merge commit '117b432748ca87de4cd0f09d9b1495545e264733'Michael Niedermayer2015-03-13
|\|
| * lavc: Introduce AVCodec internal capabilitiesVittorio Giovara2015-03-13
* | Merge commit '9993a067f6c8c7e7838052ac3146aa6b80dd7e81'Michael Niedermayer2015-03-13
|\|
| * lavc: Improve thread locking error messageVittorio Giovara2015-03-13
* | avcodec/svq1dec: Fix undefined shiftsMichael Niedermayer2015-03-13
* | lavc: Print number of reference frames if debug level >= verbose.Carl Eugen Hoyos2015-03-13
* | x86: xvid_idct: port SSE2 iDCT to yasmChristophe Gisquet2015-03-13
* | Merge commit '913aa9a4874418724183a3ec862cdc63b829367d'Michael Niedermayer2015-03-13
|\|
| * libx264: Return more meaningful error codesHimangi Saraogi2015-03-12