aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2014-10-17dump: display codec tags when availableVittorio Giovara
2014-10-17libfdk-aacdec: Enable Dynamic Range Control Metadata SupportOmer Osman
2014-10-17libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata SupportOmer Osman
2014-10-15imc: fix order of operations in coefficients readVittorio Giovara
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-10-15vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont
2014-10-15vdpau: have av_vdpau_bind_context() fail on unsupported flagRémi Denis-Courmont
2014-10-13lavc: use a separate field for exporting audio encoder paddingAnton Khirnov
2014-10-13h263dec: call get_format() on resolution changesRémi Denis-Courmont
2014-10-13h263dec: call get_format after setting resolution and profileRémi Denis-Courmont
2014-10-08vc1: initialize color propertiesVittorio Giovara
2014-10-08vp9: initialize color space and range propertiesVittorio Giovara
2014-10-08vp8: initialize color space and range propertiesVittorio Giovara
2014-10-08avcodec: fix colorspace option descriptionVittorio Giovara
2014-10-08avcodec: add enum values on chroma sample locationMarc-Antoine Arnaud
2014-10-08avcodec: fix descriptions on color transfer optionsMarc-Antoine Arnaud
2014-10-08dump: print the original coded dimensions when availableVittorio Giovara
2014-10-08dump: print detailed color space informationVittorio Giovara
2014-10-08dump: split audio and video probing on multiple linesVittorio Giovara
2014-10-08avcodec: make sure color_range is properly initializedVittorio Giovara
2014-10-08vc1: Split the decoder in componentsLuca Barbato
2014-10-08x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner
2014-10-08jpeg2000: split off inverse MCT as Jpeg2000DSPJames Almer
2014-10-07h263dec: Force padding bug workaround for H.263.Josh Allmann
2014-10-07hevc_mvs: make sure to always initialize the temporal MV fullyAnton Khirnov
2014-10-07hevc_mvs: initialize the temporal MV in case of missing refAnton Khirnov
2014-10-06ff_get_format: fix infinite loopRémi Denis-Courmont
2014-10-06lavc: specify the behavior of av_lockmgr_register on failure.Manfred Georg
2014-10-06vdpau: check video surface and decoder capabilitiesRémi Denis-Courmont
2014-10-06vdpau: add av_vdpau_bind_context()Rémi Denis-Courmont
2014-10-06vdpau: force reinitialization when output resolution changesRémi Denis-Courmont
2014-10-05vdpau: pass codec-specific parameters from hwaccelRémi Denis-Courmont
2014-10-05vdpau: common support for managing the VdpDecoder in avcodecRémi Denis-Courmont
2014-10-05vdpau: factor out common end-of-frame handlingRémi Denis-Courmont
2014-10-05vdpau: add helper for VDPAU to libav error codes conversionRémi Denis-Courmont
2014-10-04vc1: Do not assume seek happens after decodingLuca Barbato
2014-10-01libx265: enable psnr reporting when requested by the userMichael Niedermayer
2014-09-29h264: reset ret to avoid propagating minor failuresMichael Niedermayer
2014-09-29hevc: Initialize mergecand_list to 0Luca Barbato
2014-09-26mpeg12: Always invoke the get_format() callbackRémi Denis-Courmont
2014-09-26h264: Always invoke the get_format() callbackRémi Denis-Courmont
2014-09-26hwaccel: Call ->get_format again if hwaccel init failsRémi Denis-Courmont
2014-09-26flac: Remove unused headersTristan Matthews
2014-09-26ac3enc: allow Dolby Pro Logic IIz as the Dolby Surround EX mode.Tim Walker
2014-09-26ac3enc: allow Dolby Pro Logic II as a preferred downmix mode.Tim Walker
2014-09-26vc1: Use logical instead of bitwise or for twomvMichael Niedermayer
2014-09-26vc1: Use logical instead of bitwise or for coded_interTim Walker
2014-09-26pcm-dvd: Move a variable to a smaller scopeDiego Biurrun
2014-09-25avcodec: Fix a doxy comment to refer to the right functionMartin Storsjö
2014-09-20dca: Remove some commented-out cruftDiego Biurrun