summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAge
* Fixing a value returning issueRoman Shaposhnik2009-02-20
* transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik2009-02-19
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-17
* No need to compute stypeRoman Shaposhnik2009-02-04
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* remove some warnings due to avctx->executeBaptiste Coudurier2009-01-31
* assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade...Ben Hutchings2009-01-31
* Cosmetics: fixing indentationRoman Shaposhnik2009-01-31
* unrolling encoding loopsRoman Shaposhnik2009-01-31
* Cosmetics: simplifying static initializationRoman Shaposhnik2009-01-31
* simplifying DIF encoding processRoman Shaposhnik2009-01-31
* Cosmetics: fixing the indentationRoman Shaposhnik2009-01-31
* factoring code into dv_init_enc_blockRoman Shaposhnik2009-01-31
* Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik2009-01-31
* Cosmetics: moving the function definition aroundRoman Shaposhnik2009-01-31
* Replacing the constant with a macroRoman Shaposhnik2009-01-31
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-14
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Making idct factor tables dynamically allocatedRoman Shaposhnik2008-11-20
* Change of indentationRoman Shaposhnik2008-11-19
* Getting rid of huge static DV tablesRoman Shaposhnik2008-11-18
* Getting rid of unneeded extra wrapper functionsRoman Shaposhnik2008-11-18
* Taking advantage of the new ->execute APIRoman Shaposhnik2008-11-12
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik2008-11-08
* renaming macro in order to conform with the rest of libavcodecRoman Shaposhnik2008-10-30
* prettyprinting cosmeticsDiego Biurrun2008-10-24
* 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