summaryrefslogtreecommitdiff
path: root/libavcodec/dvenc.c
Commit message (Collapse)AuthorAge
* dv: K&R formatting cosmeticsGabriel Dume2014-09-09
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* dv: Update DV-profile-related functions to current public APIDiego Biurrun2014-08-02
|
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
|
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-09
|
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-09
|
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-07
|
* dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-27
|
* dv: get rid of global non-const tablesAnton Khirnov2014-06-20
| | | | Instead, store them in the context and compute on each parameter change.
* dvenc: initialize the profile only once, at initAnton Khirnov2014-06-20
| | | | | We do not allow the frame parameters to change during encoding, so there is no need to do this for each frame.
* dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-04
|
* avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-20
|
* dv: use AVFrame API properlyAnton Khirnov2013-12-09
|
* dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-02