Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05vc1: 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
2014-09-16dca: K&R formatting cosmeticsGabriel Dume
2014-09-09dv: K&R formatting cosmeticsGabriel Dume
2014-09-09dirac: K&R formatting cosmeticsGabriel Dume
2014-09-08Split off floating point AAN (I)DCT into separate componentsDiego Biurrun
2014-09-05Drop unnecessary av_unused attributes.Diego Biurrun
2014-09-05Replace av_unused attributes by block structuresDiego Biurrun
2014-09-05rdft: Move some variables into a separate blockDiego Biurrun
2014-09-05get_bits: Add OPEN_READER macro variant w/o size_plus8Diego Biurrun
2014-09-04vc1: Split bits used in libavformat into a separate headerDiego Biurrun
2014-09-04build: Split WMA frequencies into a separate object fileDiego Biurrun