summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* aacenc: partially revert previous commits to set options via a profileRostislav Pehlivanov2015-10-17
* aacenc: add support for encoding files using Long Term PredictionRostislav Pehlivanov2015-10-17
* aacenc: (re)enable Mid/Side coding by defaultRostislav Pehlivanov2015-10-17
* aacenc_pred: only print predictor information if profile is aac_mainRostislav Pehlivanov2015-10-17
* aacenc: correctly zero prediction_used arrayRostislav Pehlivanov2015-10-17
* aacenc: slightly simplify and remove a redundant variableRostislav Pehlivanov2015-10-17
* aacenc_pred: correct header informationRostislav Pehlivanov2015-10-17
* aacenc: indicate that TNS is off by defaultRostislav Pehlivanov2015-10-17
* aactab: move ltp_coef[] from aacdectab to aactabRostislav Pehlivanov2015-10-17
* avcodec/ffv1: Initialize vlc_state on allocationMichael Niedermayer2015-10-17
* Merge commit 'b52307933b576eba741c80108c3dad09eb48ba12'Hendrik Leppkes2015-10-16
|\
| * wrapped_avframe: Drop a now-unused variableLuca Barbato2015-10-16
| * mpeg12: Unbreak building stale codeLuca Barbato2015-10-16
| * aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-15
| * lavc: AV-prefix a few left out capabilitiesVittorio Giovara2015-10-15
* | avcodec/ffv1dec: update progress in case of broken pointer chainsMichael Niedermayer2015-10-16
* | avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header ...Michael Niedermayer2015-10-16
* | avcodec/nvenc: fix b frame n_quant_offsetAgatha Hu2015-10-16
* | avcodec: add ADPCM PSX decoderPaul B Mahol2015-10-16
* | vp9: use AVFrame.buf[0] to check if a frame is validHendrik Leppkes2015-10-16
* | avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() tooMichael Niedermayer2015-10-15
* | Revert "avcodec/h264: remove redundant and bogus get_format call"wm42015-10-15
* | avcodec/h264: remove redundant and bogus get_format callwm42015-10-15
* | aac: Make codec init run under ff_thread_onceDerek Buitenhuis2015-10-15
* | vp9: expose reference frames in VP9SharedContextHendrik Leppkes2015-10-15
* | vp9: split header into separate struct and expose in vp9.hRonald S. Bultje2015-10-15
* | dnxhd: interleave AC levels and flagsChristophe Gisquet2015-10-15
* | Merge commit 'd15368ee3926152a3a301c13cc638fbf7a062ddf'Hendrik Leppkes2015-10-14
|\|
| * h264: Run VLC init under pthread_onceDerek Buitenhuis2015-10-14
* | Merge commit '08377f9c3bf6dbe216512a2e05c9fac837b13fc0'Hendrik Leppkes2015-10-14
|\|
| * dxva: Include last the internal headerLuca Barbato2015-10-14
* | Merge commit '6a23a34274b747280c1e4a00ad22f97f99bbb48a'Hendrik Leppkes2015-10-14
|\|
| * mimic: drop AVPicture usagewm42015-10-14
* | Merge commit '6fdd4c678ac1ce0776f9645cd534209e5f1ae1e3'Hendrik Leppkes2015-10-14
|\|
| * libschroedinger: Properly use AVFrame APIVittorio Giovara2015-10-14
* | Merge commit '901f9c0a32985f48672fd68594111dc55d88a57a'Hendrik Leppkes2015-10-14
|\|
| * qtrle: Properly use AVFrame APIVittorio Giovara2015-10-14
| * avcodec: Do not lock during init if there is no init functionDerek Buitenhuis2015-10-13
* | Merge commit '00332e0a064dad866812de9162b009cbaba6f5df'Hendrik Leppkes2015-10-14
|\|
| * wrapped_avframe: Initial implementationLuca Barbato2015-10-10
* | x86/vp9itxfm: fix register clobbering in ff_vp9_idct_idct_4x4_add_12_sse2James Almer2015-10-13
* | dnxhdenc: fix access outside of imageChristophe Gisquet2015-10-13
* | x86: simple_idct10_template: use constChristophe Gisquet2015-10-13
* | avcodec/mips/aaccoder_mips: Sync with the generic codeNedeljko Babic2015-10-13
* | vp9: use registers for constant loading where possible.Ronald S. Bultje2015-10-13
* | vp9: refactor itx coefficients and share between 8 and 10/12bpp.Ronald S. Bultje2015-10-13
* | vp9: add itxfm_add eob shortcuts to 10/12bpp functions.Ronald S. Bultje2015-10-13
* | vp9: add 10/12bpp idct_idct_32x32 sse2 SIMD version.Ronald S. Bultje2015-10-13
* | vp9: 10/12bpp sse2 SIMD for iadst16.Ronald S. Bultje2015-10-13
* | vp9: refactor 10/12bpp dc-only code in 4x4/8x8 and add to 16x16.Ronald S. Bultje2015-10-13