summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
...
* simplifying DIF encoding processRoman Shaposhnik2009-01-311-22/+24
* Cosmetics: fixing the indentationRoman Shaposhnik2009-01-311-13/+13
* factoring code into dv_init_enc_blockRoman Shaposhnik2009-01-311-44/+34
* Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik2009-01-311-1/+1
* Cosmetics: moving the function definition aroundRoman Shaposhnik2009-01-311-26/+26
* Replacing the constant with a macroRoman Shaposhnik2009-01-311-9/+9
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-3/+3
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-141-4/+4
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-4/+4
* Making idct factor tables dynamically allocatedRoman Shaposhnik2008-11-201-35/+34
* Change of indentationRoman Shaposhnik2008-11-191-15/+14
* Getting rid of huge static DV tablesRoman Shaposhnik2008-11-181-3/+117
* Getting rid of unneeded extra wrapper functionsRoman Shaposhnik2008-11-181-16/+7
* Taking advantage of the new ->execute APIRoman Shaposhnik2008-11-121-21/+16
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-121-4/+4
* implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik2008-11-081-80/+69
* renaming macro in order to conform with the rest of libavcodecRoman Shaposhnik2008-10-301-4/+4
* prettyprinting cosmeticsDiego Biurrun2008-10-241-226/+233
* spelling cosmeticsDiego Biurrun2008-10-241-7/+7
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-071-1/+1
* unrolling the loops as per Michael's suggestionRoman Shaposhnik2008-10-071-11/+18
* fixing a bug that prevented proper unweighting table to be selectedRoman Shaposhnik2008-10-071-1/+1
* Doxygenizing the commentsRoman Shaposhnik2008-10-071-3/+5
* 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
OpenPOWER on IntegriCloud