summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAge
...
* spelling cosmeticsDiego Biurrun2008-10-24
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-07
* unrolling the loops as per Michael's suggestionRoman Shaposhnik2008-10-07
* fixing a bug that prevented proper unweighting table to be selectedRoman Shaposhnik2008-10-07
* Doxygenizing the commentsRoman Shaposhnik2008-10-07
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-07
* spelling cosmeticsDiego Biurrun2008-10-02
* Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
* Cosmetic change aimed at making it easier to see how bits are consumedRoman Shaposhnik2008-08-27
* Factoring out chan_slice / 27 into seq variableRoman Shaposhnik2008-08-27
* Simplification of how dct_mode affects decoding.Roman Shaposhnik2008-08-27
* Making block size in bits variable and dependent on the DV specRoman Shaposhnik2008-08-19
* Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik2008-08-19
* Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik2008-08-19
* Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik2008-08-11
* Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik2008-08-11
* Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.Diego Biurrun2008-07-11
* Make preprocessor condition more specific and useful by changingDiego Biurrun2008-07-11
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* remove useless wrapper funcBaptiste Coudurier2008-06-10
* set avctx time_base in dv decoderBaptiste Coudurier2008-05-28
* Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos2008-05-11
* Add some long names to AVCodec declarations.Stefano Sabatini2008-04-29
* Increase alignment for DCT block arrays from 8 to 16Alexander Strange2008-04-08
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* some constMichael Niedermayer2008-02-01
* constsMichael Niedermayer2008-02-01
* add ff_ prefix to all simple_idct symbolsAurelien Jacobs2007-12-08
* force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh2007-03-15
* kill av_mallocz_static()Michael Niedermayer2007-03-14
* kill a av_mallocz_static()Michael Niedermayer2007-03-13
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-13
* * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik2007-01-15
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Fix compilation with --disable-encoders.Alexander Strange2006-10-01
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-27
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
* I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik2006-03-06
* DVCPRO50 support.Daniel Maas2006-03-06
* Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas2006-02-28
* Not that we're that far from being an *initial* implementation, butRoman Shaposhnik2006-02-27
* AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas2006-02-27
* remove wrong assert()Michael Niedermayer2006-02-26
* replace for loop with 2 asserts()Michael Niedermayer2006-02-26
* size[0-3] are not initialized (and can get random negative trashDan Maas2006-02-25