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-07-09lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov
2014-06-30dsputil: Split off IDCT bits into their own contextDiego Biurrun
2014-06-27dv: Properly split decoder and encoder initializationDiego Biurrun
2014-06-20Add av_image_check_sar() and use it to validate SARJustin Ruggles
2014-06-20dv: get rid of global non-const tablesAnton Khirnov
2013-12-09dv: use AVFrame API properlyAnton Khirnov
2013-11-15dv: Split DV data table declarations into their own headerDiego Biurrun
2013-10-31dvdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-09dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun
2013-01-23Drop DCTELEM typedefDiego Biurrun
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-06dvdec: drop const qualifier from variable to eliminate a warningDiego Biurrun
2012-04-21Remove lowres video decodingMans Rullgard
2012-04-16dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun
2012-04-16dv: Move static tables only used in one place to where they are used.Diego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28dvdec: drop unnecessary dv_tablegen.h #includeDiego Biurrun
2012-03-27dv: Split off DV video decoder into its own file.Diego Biurrun