aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* x86/xvididct: add some yasm guardsJames Almer2015-03-201-1/+3
* x86/xvididct: remove obsolete function prototypesJames Almer2015-03-202-5/+2
* avcodec/dv: remove unused var dvquantareasMartin Vignali2015-03-201-2/+0
* avcodec/dv: remove unused var dv100qstepMartin Vignali2015-03-201-7/+0
* avcodec/libdcadec: add missing version bump and changelog entryJames Almer2015-03-191-1/+1
* avcodec: Fix libdcadec include dirKacper Michajłow2015-03-201-1/+1
* avcodec: add libdcadec decoderHendrik Leppkes2015-03-203-0/+199
* avcodec: add profile define for DTS ExpressHendrik Leppkes2015-03-201-0/+1
* avcodec/dnxhddec: reset cur_field for non interlaced framesMichael Niedermayer2015-03-191-0/+2
* avcodec/dnxhddec: Reset is_444 if format is not 444Michael Niedermayer2015-03-191-0/+2
* avcodec/dnxhddec: Check that the frame is interlaced before using cur_fieldMichael Niedermayer2015-03-191-1/+1
* avcodec/mjpegdec: Support 31111100 samplingMichael Niedermayer2015-03-181-7/+27
* avcodec/mjpegdec: Change upscale_* to an array instead of a bitmaskMichael Niedermayer2015-03-182-22/+25
* lavc/dts: Do not set bitrate for DTS-HD Master and High Resolution.Carl Eugen Hoyos2015-03-181-1/+3
* Replace PixelFormats which sneaked in over time or where forgotten by AVPixel...Michael Niedermayer2015-03-182-2/+2
* Merge commit '58a840e21577a2168843487a98cb2cea44b5a94a'Michael Niedermayer2015-03-181-2/+2
|\
| * Replace a few leftover instances of enum PixelFormat with enum AVPixelFormatMartin Storsjö2015-03-171-2/+2
* | avcodec/ac3dec_fixed: fix compilation when ac3dec is disabledJames Almer2015-03-171-1/+1
* | avcodec/aacsbr: Replace impossible condition by assertMichael Niedermayer2015-03-171-1/+2
* | Merge commit 'cdce9e8025fff1dee2fd3d6bc28aebc0a330c5a0'Michael Niedermayer2015-03-171-4/+4
|\|
| * aacsbr: Fix type for index variableVittorio Giovara2015-03-171-3/+3
* | Merge commit '7c60c124c8dfaebfafa2b3c11b316db549617732'Michael Niedermayer2015-03-171-4/+0
|\|
| * hqx: Drop unused offsets tableVittorio Giovara2015-03-171-4/+0
| * libx264: Allow full-range yuv422 and yuv444 pixel formatsCarl Eugen Hoyos2015-03-171-0/+6
* | Merge commit 'c9ed48e80ef807ab0c1bb946ac8db5f34d83d9c9'Michael Niedermayer2015-03-171-1/+1
|\|
| * dca: Read params->pancABIT0[param_index] only if part0 is setNiels Möller2015-03-171-1/+1
* | Merge commit '48aef27f5232794e70ecef0d347b9f65e27a9bad'Michael Niedermayer2015-03-171-0/+2
|\|
| * x86: Put COPY3_IF_LT under HAVE_6REGSLuca Barbato2015-03-171-0/+5
* | avcodec/vc1_pred: Fix undefined shiftsMichael Niedermayer2015-03-171-7/+9
* | avcodec/libx264: use AVERROR_EXTERNAL instead of AVERROR_UNKNOWNClément Bœsch2015-03-171-2/+2
* | hevc: avoid unnecessary calls to get_formatRainer Hochecker2015-03-161-9/+14
* | avcodec/x86/cavsdsp: remove incorrect LOCAL_ALIGN tmpMichael Niedermayer2015-03-161-13/+11
* | avcodec/hevc: Fix undefined shiftsMichael Niedermayer2015-03-161-3/+3
* | avcodec/tdsc: Remove ;;Michael Niedermayer2015-03-161-1/+1
* | x86/proresdsp: remove ff_prores_idct_put_10_sse4James Almer2015-03-162-9/+0
* | x86/proresdsp: remove unused macroJames Almer2015-03-161-14/+0
* | avcodec/dcadec: if XLL is enabled use xll channelsMichael Niedermayer2015-03-161-1/+1
* | avcodec/dcadec: Only upsample as much data as is thereMichael Niedermayer2015-03-161-1/+1
* | Merge commit '217e4ff4d1f845b76e44634e29371cd09313d1c2'Michael Niedermayer2015-03-158-45/+1701
|\|
| * dca: Support for XLL (lossless extension)Niels Möller2015-03-158-32/+1716
* | Merge commit '4da5aacc7eba274a4f18411120de539d39c5151e'Michael Niedermayer2015-03-151-12/+12
|\|
| * dca: Mark syncword constants unsigned; they do not fit in 32-bit signed intDiego Biurrun2015-03-131-12/+12
* | avcodec/dvbsub_parser: Fix potential pointer overflowsMichael Niedermayer2015-03-151-3/+3
* | avcodec/h264dsp_template: Fix undefined shiftsMichael Niedermayer2015-03-151-2/+2
* | avcodec/ac3: Fix undefined shift in ff_ac3_bit_alloc_calc_mask()Michael Niedermayer2015-03-151-2/+2
* | avcodec/ac3dec: Fix undefined shiftsMichael Niedermayer2015-03-151-4/+3
* | avcodec/vc1: Fix undefined shiftsMichael Niedermayer2015-03-151-2/+2
* | Revert "ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED"Michael Niedermayer2015-03-153-31/+31
* | avcodec/utils: mark codec argument as const in ff_lock_avcodec()Michael Niedermayer2015-03-142-2/+2
* | lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet2015-03-144-8/+9