summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* wmaprodec: fix leaking fdsp on init failureAndreas Cadhalpun2017-02-17
* mpegaudiodec_template: fix leaking fdsp for mp3on4floatAndreas Cadhalpun2017-02-17
* vaapi_vp8: Use VP8_MAX_QUANT instead of magic numberMark Thompson2017-02-17
* avcodec/opusenc: Add () protecting macro argumentsMichael Niedermayer2017-02-16
* avcodec/error_resilience: Fix "assignment from incompatible pointer type" war...Michael Niedermayer2017-02-16
* lavc/vda_h264_dec.c Fix NULL pointer dereferencePavel Koshevoy2017-02-16
* opusenc: fix coarse energy quantization with 2 bits leftRostislav Pehlivanov2017-02-15
* opus_pvq: fix uninitialized variable usageRostislav Pehlivanov2017-02-15
* adpcm: fix clipping for yamahaPaul B Mahol2017-02-15
* avcodec/h264_sei: Check actual presence of SEI picture timing instead of impl...Michael Niedermayer2017-02-15
* avcodec/hevc_parser: export framerate, remove one dependency on the decoderMichael Niedermayer2017-02-14
* avcodec/cuvid: add format mismatch debug logsTimo Rothenpieler2017-02-14
* avcodec/cuvid: set width and height before calling get_formatTimo Rothenpieler2017-02-14
* avcodec/cuvid: update hw_frames_ctx reference after get_format callTimo Rothenpieler2017-02-14
* avcodec/nvenc: push cuda context before encoding a frameTimo Rothenpieler2017-02-14
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-14
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-14
* opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov2017-02-14
* imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov2017-02-14
* opus_rc: add entropy encoding functionsRostislav Pehlivanov2017-02-14
* lavc: Add device context field to AVCodecContextMark Thompson2017-02-13
* aac_latm: Align inband PCE to the start of the payloadAlex Converse2017-02-13
* aacsbr: Associate SBR data with AAC elements on initAlex Converse2017-02-13
* aac_latm: Copy whole AudioSpecificConfig when it is sized.Alex Converse2017-02-13
* aac_latm: Allow unaligned AudioSpecificConfigAlex Converse2017-02-13
* avcodec/nvenc: set frame buffer format for mapped framesTimo Rothenpieler2017-02-13
* lavc/libzvbi: remove deprecated API usageJosh de Kock2017-02-12
* avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol2017-02-12
* avcodec: add FM Screen Capture Codec decoderPaul B Mahol2017-02-12
* avcodec/flicvideo: add support for 24bit flic filesPaul B Mahol2017-02-11
* avcodec/flicvideo: fix some indentation issuesPaul B Mahol2017-02-11
* lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos2017-02-11
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-11
* avcodec/qdmc: silence gcc 6.2.0 warningPaul B Mahol2017-02-10
* lavc/mjpegenc_common: Remove an unused variable.Carl Eugen Hoyos2017-02-10
* avcodec/mjpegenc: Simplify by moving assert into ff_mjpeg_encode_huffman_close()Michael Niedermayer2017-02-10
* avcodec/mjpegenc: Bypass the 2 pass encoding when optimal tables are not requ...Michael Niedermayer2017-02-10
* avcodec/mjpegenc: Revert some differences in ff_mjpeg_encode_mb() relative to...Michael Niedermayer2017-02-10
* avcodec/mjpegenc_huffman: remove unneeded header includeMichael Niedermayer2017-02-10
* avcodec/tests/mjpegenc_huffman: Remove static in main() tableMichael Niedermayer2017-02-10
* avcodec/mjpegenc: Drop i_tex misuse, set itex/header bits correctly, fix 2pas...Michael Niedermayer2017-02-10
* avcodec/mjpegenc: Remove non functional huffman reallocation and error handlingMichael Niedermayer2017-02-10
* tests/mjpegenc_huffman: align static tablesRostislav Pehlivanov2017-02-09
* mjpegenc: use s->avctx as a context for av_log rather than NULLRostislav Pehlivanov2017-02-09
* tests/mjpegenc_huffman: replace assert() with av_assert0()Rostislav Pehlivanov2017-02-09
* mjpegenc_common: add missing ff_ prefix to init_uni_ac_vlcRostislav Pehlivanov2017-02-09
* vaapi_encode: Add VP8 supportMark Thompson2017-02-08
* vaapi_encode: Pass framerate parameters to driverMark Thompson2017-02-08
* vaapi_h264: Enable VBR modeMark Thompson2017-02-08
* vaapi_encode: Support VBR modeMark Thompson2017-02-08