summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
...
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-071-1/+1
* spelling cosmeticsDiego Biurrun2008-10-021-5/+5
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-281-56/+81
* Cosmetic change aimed at making it easier to see how bits are consumedRoman Shaposhnik2008-08-271-1/+1
* Factoring out chan_slice / 27 into seq variableRoman Shaposhnik2008-08-271-1/+4
* Simplification of how dct_mode affects decoding.Roman Shaposhnik2008-08-271-10/+8
* Making block size in bits variable and dependent on the DV specRoman Shaposhnik2008-08-191-7/+3
* Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik2008-08-191-5/+5
* Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik2008-08-191-2/+2
* Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik2008-08-111-20/+7
* Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik2008-08-111-30/+19
* Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.Diego Biurrun2008-07-111-1/+1
* Make preprocessor condition more specific and useful by changingDiego Biurrun2008-07-111-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* remove useless wrapper funcBaptiste Coudurier2008-06-101-6/+1
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-281-0/+1
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-111-1/+1
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-291-1/+3
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-081-1/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-1/+1
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-1/+1
* some constMichael Niedermayer2008-02-011-2/+2
* constsMichael Niedermayer2008-02-011-1/+1
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-081-1/+1
* force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh2007-03-151-2/+2
* kill av_mallocz_static()Michael Niedermayer2007-03-141-5/+1
* kill a av_mallocz_static()Michael Niedermayer2007-03-131-5/+2
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-2/+2
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-151-4/+5
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-7/+7
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Fix compilation with --disable-encoders.Alexander Strange2006-10-011-1/+2
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+6
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-041-12/+125
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-281-5/+1
* I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik2006-03-061-10/+0
* DVCPRO50 support.Daniel Maas2006-03-061-64/+157
* Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas2006-02-281-1/+15
* Not that we're that far from being an *initial* implementation, butRoman Shaposhnik2006-02-271-5/+0
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-271-4/+18
* remove wrong assert()Michael Niedermayer2006-02-261-1/+0
* replace for loop with 2 asserts()Michael Niedermayer2006-02-261-2/+3
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-251-2/+5
* 10l (forgot EOBs)Michael Niedermayer2006-02-241-1/+1
* dont lowwer qnos of more blocks then neededMichael Niedermayer2006-02-231-2/+3
* fixing dv_guess_qnos()Michael Niedermayer2006-02-231-3/+28
* print a big warning if we mess up and run out of space ...Michael Niedermayer2006-02-231-0/+2
* MSVC-compatible __align8/__align16 declarationSteve L'Homme2006-02-051-4/+4
OpenPOWER on IntegriCloud