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-18lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: deprecate unused mb_threshold fieldAnton Khirnov
2014-10-18libvpxenc: add static-thresh private optionAnton Khirnov
2014-10-18lavc: deprecate unused me_threshold fieldAnton Khirnov
2014-10-18lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov
2014-10-18lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov
2014-10-18lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov
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-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