summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* disable deprecation warnings in deprecated codeAndreas Cadhalpun2015-08-22
* avcodec: Fix `make checkheaders`Timothy Gu2015-08-22
* ffv1: Add missing ff_ prefixesTimothy Gu2015-08-22
* vp9dsp: Add missing ff_ prefixesTimothy Gu2015-08-22
* aacsbr_fixed: Make fixed_{exp,log}_table static constTimothy Gu2015-08-22
* aacdec_fixed: Make exp2tab static constTimothy Gu2015-08-22
* fmtconvert: Remove float_interleave*Timothy Gu2015-08-22
* aacenc_quantization: replace copysign() with a ternary operatorRostislav Pehlivanov2015-08-22
* aacenc_is: rename struct to follow guidelinesRostislav Pehlivanov2015-08-22
* acenctab: Fix merge conflictTimothy Gu2015-08-22
* aacenc: Add missing ff_ prefixesTimothy Gu2015-08-22
* aacenc: Harmonize multiple inclusion guardsTimothy Gu2015-08-22
* aacenctab: Add missing ff_ prefixesTimothy Gu2015-08-22
* aacenctab: Use FF_ARRAY_ELEMSTimothy Gu2015-08-22
* aacenc_tns: remove unused headerRostislav Pehlivanov2015-08-21
* avcodec/version: fix 2 recently introduced typoClément Bœsch2015-08-21
* aacenc_tns: re-enable coefficient compressionRostislav Pehlivanov2015-08-21
* aacenc: treat unknown profile as AAC-LCRostislav Pehlivanov2015-08-21
* aacenc_tns: temporarily disable coefficient compressionRostislav Pehlivanov2015-08-21
* aacenc: implement the complete AAC-Main profileRostislav Pehlivanov2015-08-21
* aacenc_tns: implement temporal noise shapingRostislav Pehlivanov2015-08-21
* aacenc: do not reject AAC-Main profileRostislav Pehlivanov2015-08-21
* aaccoder: move the Intensity Stereo implementation outRostislav Pehlivanov2015-08-21
* aaccoder_mips: update function definitionsRostislav Pehlivanov2015-08-21
* aaccoder: move the quantization functions to a separate fileRostislav Pehlivanov2015-08-21
* aacenc: create and initialize an LTP contextRostislav Pehlivanov2015-08-21
* aacenc: populate the sce->ics.swb_offset table pointerRostislav Pehlivanov2015-08-21
* aacenc: reset special bands in the main frame encoding functionRostislav Pehlivanov2015-08-21
* aacenc: coding style changesRostislav Pehlivanov2015-08-21
* avcodec/x86/v210-init: fix unused variable warningGanesh Ajjanagadde2015-08-21
* avcodec/jpeg2000: comment out unused variableGanesh Ajjanagadde2015-08-21
* avcodec/hevcdsp: rename sao_band_filter c functionsJames Almer2015-08-21
* avcodec/h264_mp4toannexb_bsf: Reorder operations in nal_size checkMichael Niedermayer2015-08-21
* avcodec/metasound_data: comment out unused variableGanesh Ajjanagadde2015-08-20
* avcodec/aacsbr_fixed: remove unused variableGanesh Ajjanagadde2015-08-20
* */version.h: Add note/recommandition about bumping majorMichael Niedermayer2015-08-19
* libavcodec/qsvdec.c: the ff_get_format() missed at refactoring has been restoredIvan Uskov2015-08-19
* vaapi: drop unused include.Gwenole Beauchesne2015-08-19
* vaapi: fix usage of invalid buffer ids.Gwenole Beauchesne2015-08-19
* vaapi: streamline public context structure.Gwenole Beauchesne2015-08-19
* vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-19
* avcodec/qsvenc: Added PicTiming SEISven Dueking2015-08-19
* libx264: Add option to force IDR framesDerek Buitenhuis2015-08-18
* lavc: move vdpau decoders under FF_API_VDPAU.wm42015-08-18
* lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-18
* Prepare for removal of obsolete FF_IDCT_* members.Ronald S. Bultje2015-08-18
* mpeg4video: use ff_dlog instead of av_log under debug&FF_DEBUG_PTS.Ronald S. Bultje2015-08-18
* lavc: fix compilation with FF_API_XVMC.Ronald S. Bultje2015-08-18
* libvpxenc: make flags i64 instead of dbl.Ronald S. Bultje2015-08-18
* FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-18