33957 Commits (1ec8c1554ed81a31ac4f82621121405de067b21e)

Author SHA1 Message Date
Andreas Cadhalpun 3dfb643cd4 avcodec: remove unused avpriv_ac3_parse_header 10 years ago
Timothy Gu bc22cd244e dnxhdenc: Optimize get_pixels_8x4_sym for 10-bit 10 years ago
Hendrik Leppkes 00ae5b401b dca_parser: don't overwrite the sample rate, it may not be correct 10 years ago
Timothy Gu 068e6cb732 huffyuvencdsp: Use intptr_t for width 10 years ago
Timothy Gu a079cbf458 x86: vc1dsp_mmx: Move yasm initiation steps to vc1dsp_init 10 years ago
Timothy Gu 607f820ec7 x86: fpel: Remove erroneous ff_put_pixels8_mmxext prototype 10 years ago
Timothy Gu cb6f1f8bf9 x86: fpel: Move prototypes for 4-px block functions 10 years ago
Michael Niedermayer fb4d350ff3 avcodec/mpegaudio_parser: Update comment to match code 10 years ago
James Zern 7b4367d93e vp9_parser: fix endless loop w/0-sized frame 10 years ago
Ganesh Ajjanagadde e11e32686f avcodec/bitstream: replace qsort with AV_QSORT 10 years ago
Paul B Mahol 7bbd060324 avcodec/adpcm: increase max channels for ADPCM PSX to 8 10 years ago
Alexis Ballier 6e8d856ad6 libavcodec/mpegvideo_enc.c: Fix encoding videos with less frames than the delay of the encoder. 10 years ago
Michael Niedermayer fd46d6deac avcodec/mpegvideo_enc: Merge ifs with identical conditions 10 years ago
Michael Niedermayer b379e1d6df avcodec/mpegvideo_enc: Factor new_picture unref out 10 years ago
Rostislav Pehlivanov 7303962f14 aacenc_ltp: adjust and speed up autocorrelation calculations 10 years ago
Michael Niedermayer c38a6077ee avcodec/aacenc: Fix "libavcodec/aacenc.c:540:13: warning: ISO C90 forbids mixed declarations and code" 10 years ago
Rostislav Pehlivanov 4c9805538d aacenc_ltp: correct header description comment 10 years ago
Rostislav Pehlivanov b0a3c614b4 aacenc_ltp: replace av_clip() with av_clip_uintp2() 10 years ago
Rostislav Pehlivanov 780dba01f9 aacenc_ltp: fix assertion 10 years ago
Rostislav Pehlivanov dfba1be963 aacenc_tns: enable Temporal Noise Shaping by default 10 years ago
Rostislav Pehlivanov fa4d900c27 aacenc_tns: rework TNS descision logic 10 years ago
Rostislav Pehlivanov bf39beca87 aacenc_tns: simplify encoding function 10 years ago
Rostislav Pehlivanov f3ad901a32 aacenc_tns: disable coefficient compression by default 10 years ago
Rostislav Pehlivanov 8d18d28918 aacenc_tns: add moving average filter for LTP 10 years ago
Rostislav Pehlivanov e9299df7a6 aacenc: partially revert previous commits to set options via a profile 10 years ago
Rostislav Pehlivanov 27d23ae074 aacenc: add support for encoding files using Long Term Prediction 10 years ago
Rostislav Pehlivanov 83900c0ed3 aacenc: (re)enable Mid/Side coding by default 10 years ago
Rostislav Pehlivanov 148cf4690c aacenc_pred: only print predictor information if profile is aac_main 10 years ago
Rostislav Pehlivanov 3f3be1c07a aacenc: correctly zero prediction_used array 10 years ago
Rostislav Pehlivanov 2d9b5ae071 aacenc: slightly simplify and remove a redundant variable 10 years ago
Rostislav Pehlivanov 564db3e55d aacenc_pred: correct header information 10 years ago
Rostislav Pehlivanov 8dd2d5e70a aacenc: indicate that TNS is off by default 10 years ago
Rostislav Pehlivanov b9fb1db9b4 aactab: move ltp_coef[] from aacdectab to aactab 10 years ago
Michael Niedermayer a878dfa4f5 avcodec/ffv1: Initialize vlc_state on allocation 10 years ago
Michael Niedermayer 5063a18f56 avcodec/ffv1dec: update progress in case of broken pointer chains 10 years ago
Michael Niedermayer 4c2d4e8700 avcodec/ffv1dec: Clear slice coordinates if they are invalid or slice header decoding fails for other reasons 10 years ago
Agatha Hu 2b5dda3f48 avcodec/nvenc: fix b frame n_quant_offset 10 years ago
Luca Barbato b52307933b wrapped_avframe: Drop a now-unused variable 10 years ago
Luca Barbato 49d7fcd774 mpeg12: Unbreak building stale code 10 years ago
Paul B Mahol 8b11e43799 avcodec: add ADPCM PSX decoder 10 years ago
Hendrik Leppkes e12908d71e vp9: use AVFrame.buf[0] to check if a frame is valid 10 years ago
Michael Niedermayer c980c5e54d avcodec/jpeg2000dec: Clear properties in jpeg2000_dec_cleanup() too 10 years ago
wm4 17fe18d21a Revert "avcodec/h264: remove redundant and bogus get_format call" 10 years ago
wm4 be583c6fd3 avcodec/h264: remove redundant and bogus get_format call 10 years ago
Derek Buitenhuis 504e3f75bf aac: Make codec init run under ff_thread_once 10 years ago
Derek Buitenhuis 1a29804558 aac: Make codec init run under ff_thread_once 10 years ago
Vittorio Giovara 2d59159508 lavc: AV-prefix a few left out capabilities 10 years ago
Hendrik Leppkes 6e719dc6bb vp9: expose reference frames in VP9SharedContext 10 years ago
Ronald S. Bultje b95f241b6e vp9: split header into separate struct and expose in vp9.h 10 years ago
Christophe Gisquet 96b165fae2 dnxhd: interleave AC levels and flags 10 years ago