summaryrefslogtreecommitdiff
path: root/libavcodec/dv.h
Commit message (Collapse)AuthorAge
* dv: K&R formatting cosmeticsGabriel Dume2014-09-09
| | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* dsputil: Split motion estimation compare bits off into their own contextDiego Biurrun2014-07-17
|
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-09
|
* dv: get rid of global non-const tablesAnton Khirnov2014-06-20
| | | | Instead, store them in the context and compute on each parameter change.
* dv: use AVFrame API properlyAnton Khirnov2013-12-09
|
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-15
This is necessary to avoid target config settings bleeding into the host compilation process with hardcoded tables and the DV VLC tables no longer present as static tables in a header file.