summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: Use av_gettime_relativeOlivier Langlois2014-10-24
* lavc: make lmax/lmin into private options of mpegvideo encodersAnton Khirnov2014-10-18
* lavc: make border_masking into private options of mpegvideo encodersAnton Khirnov2014-10-18
* lavc: deprecate unused mb_threshold fieldAnton Khirnov2014-10-18
* libvpxenc: add static-thresh private optionAnton Khirnov2014-10-18
* lavc: deprecate unused me_threshold fieldAnton Khirnov2014-10-18
* lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options of mpe...Anton Khirnov2014-10-18
* lavc: make rc_eq into private options of mpegvideo encodersAnton Khirnov2014-10-18
* lavc: make rc_qmod_* into private options of mpegvideo encodersAnton Khirnov2014-10-18
* lavc: make rc_qsquish a private option of mpegvideo encodersAnton Khirnov2014-10-18
* dump: display codec tags when availableVittorio Giovara2014-10-17
* libfdk-aacdec: Enable Dynamic Range Control Metadata SupportOmer Osman2014-10-17
* libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata SupportOmer Osman2014-10-17
* imc: fix order of operations in coefficients readVittorio Giovara2014-10-15
* lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-15
* vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level checkRémi Denis-Courmont2014-10-15
* vdpau: have av_vdpau_bind_context() fail on unsupported flagRémi Denis-Courmont2014-10-15
* lavc: use a separate field for exporting audio encoder paddingAnton Khirnov2014-10-13
* h263dec: call get_format() on resolution changesRémi Denis-Courmont2014-10-13
* h263dec: call get_format after setting resolution and profileRémi Denis-Courmont2014-10-13
* vc1: initialize color propertiesVittorio Giovara2014-10-08
* vp9: initialize color space and range propertiesVittorio Giovara2014-10-08
* vp8: initialize color space and range propertiesVittorio Giovara2014-10-08
* avcodec: fix colorspace option descriptionVittorio Giovara2014-10-08
* avcodec: add enum values on chroma sample locationMarc-Antoine Arnaud2014-10-08
* avcodec: fix descriptions on color transfer optionsMarc-Antoine Arnaud2014-10-08
* dump: print the original coded dimensions when availableVittorio Giovara2014-10-08
* dump: print detailed color space informationVittorio Giovara2014-10-08
* dump: split audio and video probing on multiple linesVittorio Giovara2014-10-08
* avcodec: make sure color_range is properly initializedVittorio Giovara2014-10-08
* vc1: Split the decoder in componentsLuca Barbato2014-10-08
* x86: h264_intrapred: Don't treat 32-bit integers as 64-bitHenrik Gramner2014-10-08
* jpeg2000: split off inverse MCT as Jpeg2000DSPJames Almer2014-10-08
* h263dec: Force padding bug workaround for H.263.Josh Allmann2014-10-07
* hevc_mvs: make sure to always initialize the temporal MV fullyAnton Khirnov2014-10-07
* hevc_mvs: initialize the temporal MV in case of missing refAnton Khirnov2014-10-07
* ff_get_format: fix infinite loopRémi Denis-Courmont2014-10-06
* lavc: specify the behavior of av_lockmgr_register on failure.Manfred Georg2014-10-06
* vdpau: check video surface and decoder capabilitiesRémi Denis-Courmont2014-10-06
* vdpau: add av_vdpau_bind_context()Rémi Denis-Courmont2014-10-06
* vdpau: force reinitialization when output resolution changesRémi Denis-Courmont2014-10-06
* vdpau: pass codec-specific parameters from hwaccelRémi Denis-Courmont2014-10-05
* vdpau: common support for managing the VdpDecoder in avcodecRémi Denis-Courmont2014-10-05
* vdpau: factor out common end-of-frame handlingRémi Denis-Courmont2014-10-05
* vdpau: add helper for VDPAU to libav error codes conversionRémi Denis-Courmont2014-10-05
* vc1: Do not assume seek happens after decodingLuca Barbato2014-10-04
* libx265: enable psnr reporting when requested by the userMichael Niedermayer2014-10-01
* h264: reset ret to avoid propagating minor failuresMichael Niedermayer2014-09-29
* hevc: Initialize mergecand_list to 0Luca Barbato2014-09-29
* mpeg12: Always invoke the get_format() callbackRémi Denis-Courmont2014-09-26