summaryrefslogtreecommitdiffstats
path: root/libavcodec/dvdata.h
Commit message (Expand)AuthorAgeFilesLines
* dv: move inverse weight tables to decoderChristophe Gisquet2014-10-261-7/+0
* dv: use smaller type for weight tablesChristophe Gisquet2014-10-251-6/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-051-0/+2
|\
| * dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-0/+2
* | Merge commit '21710ea82118c9d19bea9277b2a85a33096fdd95'Michael Niedermayer2013-12-021-0/+7
|\ \ | |/
| * dv: Move DV VLC data tables out of header fileDiego Biurrun2013-12-021-0/+7
* | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4'Michael Niedermayer2013-11-151-91/+1
|\ \ | |/
| * dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-151-95/+1
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-3/+3
|\ \ | |/
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-081-51/+1
|\ \ | |/
| * dv: Split profile handling code into a separate file.Diego Biurrun2012-05-071-45/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-171-0/+10
|\ \ | |/
| * dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-161-0/+10
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-291-0/+5
|\ \ | |/
| * dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov2012-03-281-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-281-0/+44
|\ \ | |/
| * dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-271-0/+44
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-111-203/+0
|\ \ | |/
| * dv: Move tables from dvdata.h to dvdata.cAlex Converse2012-02-091-39/+0
| * dv: Move a table used only by the demuxer out of a shared header.Alex Converse2012-02-091-4/+0
| * dv: Move functions used only by the encoder out of a shared header.Alex Converse2012-02-091-35/+0
| * dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse2012-02-091-125/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-3/+3
|\ \ | |/
| * lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-201-3/+3
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | dvdec: Fix dvsd profile[1] detection.Michael Niedermayer2011-09-021-0/+2
|/
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger2010-03-211-227/+0
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-161-255/+3
* Allow decoding of 625/50 (PAL) with video_stype==1.Maksym Veremeyenko2009-09-241-0/+20
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-141-1/+7
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* fix decoding 720p50 audio samplesBaptiste Coudurier2009-01-311-3/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Making idct factor tables dynamically allocatedRoman Shaposhnik2008-11-201-0/+14
* Getting rid of huge static DV tablesRoman Shaposhnik2008-11-181-5715/+0
* Taking advantage of the new ->execute APIRoman Shaposhnik2008-11-121-10/+15
* implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik2008-11-081-0/+20
* prettyprinting cosmeticsDiego Biurrun2008-10-241-72/+75
* spelling cosmeticsDiego Biurrun2008-10-241-1/+1
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-211-2/+2
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-071-20/+10
* cosmetic updates as per Michael's suggestionRoman Shaposhnik2008-10-071-2/+2
* vertically aligning as per Michael's suggestionRoman Shaposhnik2008-10-071-36/+36
* Doxygenizing the commentsRoman Shaposhnik2008-10-071-3/+9
* spelling cosmeticsDiego Biurrun2008-10-021-13/+13
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-281-7/+3715
* Introducing video_stype for holding the value of VAUX source packRoman Shaposhnik2008-08-281-16/+22
OpenPOWER on IntegriCloud