summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'e205fe6831fe1b5445f7827b5c916425620b4ab5'Michael Niedermayer2014-09-011-1/+1
|\
| * mpeg4videodec: Fix low_delay error messageGabriel Dume2014-09-011-1/+1
* | Merge commit '63f800ca5f4f6b38f3789a7edb03bfabe8bacdd2'Michael Niedermayer2014-09-011-1/+1
|\ \ | |/
| * aac_adtstoasc_bsf: Return proper error codeGabriel Dume2014-09-011-1/+1
* | Merge commit 'b8962d64cc71af241601bcab5c3fcdc5735ef4ae'Michael Niedermayer2014-09-011-4/+1
|\ \ | |/
| * dxva2: Clean up definition of _WIN32_WINNTDiego Biurrun2014-09-012-1/+4
* | Merge commit '4600a85eaa6182e5a27464f6b9cae5a9ddbf3098'Michael Niedermayer2014-09-013-4/+12
|\ \ | |/
| * dxva2: Pass variable of correct type to IDirectXVideoDecoder_GetBuffer()Diego Biurrun2014-09-013-4/+12
| * avcodec: fix missing doxygen comment markerMichael Niedermayer2014-09-011-1/+1
* | avcodec/dvbsubdec: make compute_edt user settableMichael Niedermayer2014-09-011-1/+2
* | h261dec, ituh263dec: Move condition.Reimar Döffinger2014-09-012-11/+11
* | h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too.Reimar Döffinger2014-09-012-2/+4
* | h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.Reimar Döffinger2014-09-012-7/+9
* | ituh263dec: Optimize new RL_VLC based decoding.Reimar Döffinger2014-08-311-21/+18
* | h261dec: Optimize new RL_VLC based decoding.Reimar Döffinger2014-08-311-5/+3
* | h261, h263 decoders: convert to RL_VLC.Reimar Döffinger2014-08-314-38/+60
* | aacps_tablegen: replace TABLE_CONST by const.Reimar Döffinger2014-08-311-1/+1
* | avcodec/mjpegdec: fix green line at the bottom with upscale vMichael Niedermayer2014-08-311-1/+1
* | avcodec/mjpegdec: fix green vertical line at the right with upscale hMichael Niedermayer2014-08-311-1/+4
* | Add av_cold to table generation functions.Reimar Döffinger2014-08-316-9/+13
* | WMA: add "const" to avoid warnings with hardcoded tables.Reimar Döffinger2014-08-312-3/+3
* | ac3dec_fixed: add missing "static const".Reimar Döffinger2014-08-311-1/+1
* | sipr16kdata.h: add forgotten const.Reimar Döffinger2014-08-312-2/+2
* | fft_template: Move variables to where they are used.Reimar Döffinger2014-08-311-7/+4
* | fft: add ff_ prefix to some global arrays.Reimar Döffinger2014-08-314-14/+14
* | avcodec/h264: Do not get stuck on IDR inter framesMichael Niedermayer2014-08-311-0/+6
* | fft: add missing const.Reimar Döffinger2014-08-303-3/+3
* | proresenc_ks: allow auto-selecting profileChristophe Gisquet2014-08-301-2/+19
* | avcodec/vp3data: use more compact data typesMichael Niedermayer2014-08-301-10/+10
* | avcodec/aarch64/h264qpel_init_aarch64: mark src as constMichael Niedermayer2014-08-301-64/+64
* | avcodec/snow: check coeffs for validityMichael Niedermayer2014-08-301-1/+8
* | Add missing "const" all over the place.Reimar Döffinger2014-08-2916-40/+40
* | avcodec/wavpack: increase WV_MAX_SAMPLESPaul B Mahol2014-08-291-1/+1
* | avcodec/avcodec: fix missing doxygen comment markerMichael Niedermayer2014-08-291-1/+1
* | Merge commit '9301486408a480629336af4d7fd873c0f28fb2d5'Michael Niedermayer2014-08-283-2/+18
|\ \ | |/
| * avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-283-1/+16
* | avcodec/h264: Move h264_vdpau_class under ifdef to avoid unused variable warningMichael Niedermayer2014-08-281-7/+7
* | avcodec/flashsv2enc: fix "unused variable" warningsMichael Niedermayer2014-08-281-4/+4
* | avcodec/libvpxenc: Adds support for constant quality mode in VP9.Deb Mukherjee2014-08-281-6/+19
* | Adds support for setting aq_mode in libvpx encoderDeb Mukherjee2014-08-271-0/+9
* | Replace incorrect use of "multiply" with "multiple"James Darnley2014-08-273-3/+3
* | Merge commit '8d27bf1cff35be406b0fd89d832e1852d4c573bc'Michael Niedermayer2014-08-272-489/+489
|\ \ | |/
| * x86: xvid: K&R formatting cosmeticsDiego Biurrun2014-08-272-489/+489
* | Merge commit 'dcb7c868ec7af7d3a138b3254ef2e08f074d8ec5'Michael Niedermayer2014-08-2710-52/+56
|\ \ | |/
| * cosmetics: Make naming scheme of Xvid IDCT consistent with other IDCTsDiego Biurrun2014-08-279-52/+56
* | Merge commit '1f156af4274dc72d588620f6bedb4e9e66023c92'Michael Niedermayer2014-08-272-20/+0
|\ \ | |/
| * x86: xvid_idct: Drop unused definitionsDiego Biurrun2014-08-272-20/+0
* | Merge commit 'ff771f79b55a346b4163d814b58ee4c98114745e'Michael Niedermayer2014-08-271-1/+1
|\ \ | |/
| * vc1: Initialize start_code_found to 0Luca Barbato2014-08-271-1/+1
* | lavc/libwebpenc: use WebPMemoryWriterClear()James Almer2014-08-271-0/+4
OpenPOWER on IntegriCloud