]> git.sesse.net Git - ffmpeg/history - libavcodec/dvenc.c
Deprecate avctx.coded_frame
[ffmpeg] / libavcodec / dvenc.c
2015-07-20 Vittorio GiovaraDeprecate avctx.coded_frame
2015-07-20 Vittorio GiovaraGather all coded_frame allocations and free functions...
2014-09-09 Gabriel Dumedv: K&R formatting cosmetics
2014-08-02 Diego Biurrundv: Update DV-profile-related functions to current...
2014-07-17 Diego Biurrundsputil: Split motion estimation compare bits off into...
2014-07-09 Diego Biurrundsputil: Split off pixel block routines into their...
2014-07-09 Anton Khirnovlavc: export DV profile API used by muxer/demuxer as...
2014-07-07 Diego Biurrundsputil: Split off FDCT bits into their own context
2014-06-27 Diego Biurrundv: Properly split decoder and encoder initialization
2014-06-20 Anton Khirnovdv: get rid of global non-const tables
2014-06-20 Anton Khirnovdvenc: initialize the profile only once, at init
2014-04-04 Diego Biurrundsputil: Move DV-specific ff_zigzag248_direct table...
2014-02-20 Diego Biurrunavcodec: Consistently name encoder init functions foo_e...
2013-12-09 Anton Khirnovdv: use AVFrame API properly
2013-12-02 Diego Biurrundv: Split off DV video encoder into its own file