summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
* lavc/dv.h: move encoder/decoder-specific code to a new headerAnton Khirnov2022-09-051-2/+6
* lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables()Anton Khirnov2022-09-051-3/+3
* lavc/dv: remove ff_dvvideo_init()Anton Khirnov2022-09-051-10/+0
* all: Remove unnecessary libavcodec/internal.h inclusionsAndreas Rheinhardt2022-02-081-7/+0
* avcodec/dv: Don't initialize RL VLC for encoderAndreas Rheinhardt2021-05-061-59/+0
* avcodec/dv: Don't pretend VLC allocation can't failAndreas Rheinhardt2021-05-061-3/+3
* Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347'Clément Bœsch2016-06-291-1/+0
|\
| * Remove unnecessary get_bits.h #includesDiego Biurrun2016-06-071-1/+0
* | avcodec/dv: remove unused var dvquantareasMartin Vignali2015-03-201-2/+0
* | avcodec/dv: remove unused var dv100qstepMartin Vignali2015-03-201-7/+0
* | dv: increase VLC reading bits to 10Christophe Gisquet2014-10-281-2/+2
* | dv: move inverse weight tables to decoderChristophe Gisquet2014-10-261-34/+0
* | dv: use smaller type for weight tablesChristophe Gisquet2014-10-251-2/+2
* | dv: better split weight tables assignmentChristophe Gisquet2014-10-251-9/+9
* | Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47'Michael Niedermayer2014-09-091-115/+122
|\ \ | |/
| * dv: K&R formatting cosmeticsGabriel Dume2014-09-091-115/+122
* | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1'Michael Niedermayer2014-07-091-2/+2
|\ \ | |/
| * lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-091-2/+2
* | Merge commit 'e63b818dbe6060b606ae10eb184859f8b97d2353'Michael Niedermayer2014-06-271-25/+0
|\ \ | |/
| * dv: Properly split decoder and encoder initializationDiego Biurrun2014-06-271-18/+0
* | Merge commit '593d2326ef985cdffe413df629419938f7b07c4c'Michael Niedermayer2014-06-261-1/+1
|\ \ | |/
| * dv: Replace a magic number by sizeof()Diego Biurrun2014-06-251-1/+1
* | Merge commit 'd349afb07bacccb62eb5369c38d6406d2909d792'Michael Niedermayer2014-06-201-37/+37
|\ \ | |/
| * dv: cosmetics, reindentAnton Khirnov2014-06-201-37/+37
* | Merge commit '650dee63c8b1e6693c6cf5983f4a5ed3f571379f'Michael Niedermayer2014-06-201-9/+5
|\ \ | |/
| * dv: get rid of global non-const tablesAnton Khirnov2014-06-201-9/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-051-2/+2
|\ \ | |/
| * dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-1/+1
* | Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8'Michael Niedermayer2013-12-091-2/+0
|\ \ | |/
| * dv: use AVFrame API properlyAnton Khirnov2013-12-091-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-021-669/+0
|\ \ | |/
| * dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-021-667/+0
* | Merge commit '21710ea82118c9d19bea9277b2a85a33096fdd95'Michael Niedermayer2013-12-021-9/+9
|\ \ | |/
| * dv: Move DV VLC data tables out of header fileDiego Biurrun2013-12-021-9/+9
* | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4'Michael Niedermayer2013-11-151-0/+1
|\ \ | |/
| * dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-151-0/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | libavcodec/dv.c: Fix duplicate wordsMichael Niedermayer2013-08-121-1/+1
* | Merge commit 'afe03092dd693d025d43e1620283d8d285c92772'Michael Niedermayer2013-06-291-5/+0
|\ \ | |/
| * lavc: move put_bits_left in put_bits.hLuca Barbato2013-06-281-5/+0
* | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-121-0/+1
|\ \ | |/
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+1
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+1
|\ \ | |/
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-2/+2
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* | dv: use av_assertMichael Niedermayer2012-11-231-5/+5