aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dvenc.c
Commit message (Collapse)AuthorAgeFilesLines
* dv: K&R formatting cosmeticsGabriel Dume2014-09-091-283/+310
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* dv: Update DV-profile-related functions to current public APIDiego Biurrun2014-08-021-1/+1
|
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-171-5/+5
|
* dsputil: Split off pixel block routines into their own contextDiego Biurrun2014-07-091-1/+4
|
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-0/+1
|
* dsputil: Split off FDCT bits into their own contextDiego Biurrun2014-07-071-2/+5
|
* dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-271-0/+11
|
* dv: get rid of global non-const tablesAnton Khirnov2014-06-201-2/+2
| | | | Instead, store them in the context and compute on each parameter change.
* dvenc: initialize the profile only once, at initAnton Khirnov2014-06-201-4/+10
| | | | | 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-041-1/+1
|
* avcodec: Consistently name encoder init functions foo_encode_initDiego Biurrun2014-02-201-2/+2
|
* dv: use AVFrame API properlyAnton Khirnov2013-12-091-11/+22
|
* dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-021-0/+698