summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add av_cold to table generation functions.Reimar Döffinger2014-08-31
* WMA: add "const" to avoid warnings with hardcoded tables.Reimar Döffinger2014-08-31
* ac3dec_fixed: add missing "static const".Reimar Döffinger2014-08-31
* sipr16kdata.h: add forgotten const.Reimar Döffinger2014-08-31
* fft_template: Move variables to where they are used.Reimar Döffinger2014-08-31
* fft: add ff_ prefix to some global arrays.Reimar Döffinger2014-08-31
* avcodec/h264: Do not get stuck on IDR inter framesMichael Niedermayer2014-08-31
* fft: add missing const.Reimar Döffinger2014-08-30
* proresenc_ks: allow auto-selecting profileChristophe Gisquet2014-08-30
* avcodec/vp3data: use more compact data typesMichael Niedermayer2014-08-30
* avcodec/aarch64/h264qpel_init_aarch64: mark src as constMichael Niedermayer2014-08-30
* avcodec/snow: check coeffs for validityMichael Niedermayer2014-08-30
* Add missing "const" all over the place.Reimar Döffinger2014-08-29
* avcodec/wavpack: increase WV_MAX_SAMPLESPaul B Mahol2014-08-29
* avcodec/avcodec: fix missing doxygen comment markerMichael Niedermayer2014-08-29
* Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'Michael Niedermayer2014-08-28
|\
| * avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-28
* | avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warningMichael Niedermayer2014-08-28
* | avcodec/flashsv2enc: fix "unused variable" warningsMichael Niedermayer2014-08-28
* | avcodec/libvpxenc: Adds support for constant quality mode in VP9.Deb Mukherjee2014-08-28
* | Adds support for setting aq_mode in libvpx encoderDeb Mukherjee2014-08-27
* | Replace incorrect use of "multiply" with "multiple"James Darnley2014-08-27
* | Merge commit '8d27bf1cff35be406b0fd89d832e1852d4c573bc'Michael Niedermayer2014-08-27
|\|
| * x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-27
* | Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer2014-08-27
|\|
| * cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-27
* | Merge commit '1f156af4274dc72d588620f6bedb4e9e66023c92'Michael Niedermayer2014-08-27
|\|
| * x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-27
* | Merge commit 'ff771f79b55a346b4163d814b58ee4c98114745e'Michael Niedermayer2014-08-27
|\|
| * vc1: Initialize start_code_found to 0Luca Barbato2014-08-27
* | lavc/libwebpenc: use WebPMemoryWriterClear()James Almer2014-08-27
* | Improved AC3 decoder level support (heavy drc, dialnorm)Jean-Francois Thibert2014-08-27
* | Merge commit 'e87f5e4e5f2e2e36b0b7826d708cda7049877af0'Michael Niedermayer2014-08-26
|\|
| * h264: fully check cropping amount from spsVittorio Giovara2014-08-26
* | Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464'Michael Niedermayer2014-08-26
|\|
| * libxvid: K&R formatting cosmeticsGabriel Dume2014-08-26
* | libx264: fix -b_qfactor and -chromaoffsetHii2014-08-26
* | avcodec/snowenc: remove out-commented assertMichael Niedermayer2014-08-26
* | Merge commit 'a4d3c20035946cbc1509aec2dc28d51c2a2f9a8e'Michael Niedermayer2014-08-26
|\|
| * vc1: Fix the skip conditionLuca Barbato2014-08-26
* | huffyuvdec: decode the last odd sampleChristophe Gisquet2014-08-25
* | huffyuvenc: write last odd sampleChristophe Gisquet2014-08-25
* | avcodec/vp9: Use av_malloc_array()Michael Niedermayer2014-08-25
* | avcodec/vorbisenc: use av_malloc(z)_array()Michael Niedermayer2014-08-25
* | avcodec/mpegvideo_parser: consider vbv_delay in bitrate heuristic also for mpeg2Michael Niedermayer2014-08-25
* | Revert "pnmenc: use bits_per_raw_sample"Michael Niedermayer2014-08-25
* | avcodec/vc1dec: fix null pointer dereferenceMichael Niedermayer2014-08-25
* | avcodec/utils: add GBRP16 to avcodec_align_dimensions2()Michael Niedermayer2014-08-24
* | lavc/h264_slice: Add a missing newline to an error message.Carl Eugen Hoyos2014-08-24
* | avfilter: add codecview filterClément Bœsch2014-08-24