Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-08-29Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik
2008-08-28Cosmetic change aimed at making it easier to see how bits are consumedRoman Shaposhnik
2008-08-28Factoring out chan_slice / 27 into seq variableRoman Shaposhnik
2008-08-28Simplification of how dct_mode affects decoding.Roman Shaposhnik
2008-08-19Making block size in bits variable and dependent on the DV specRoman Shaposhnik
2008-08-19Making the number of blocks per macroblock dependent on the DV streamRoman Shaposhnik
2008-08-19Introducing DV_MAX_BPM macro instead of a hardcoded value for theRoman Shaposhnik
2008-08-11Fixing the units in DV50 tables (both coordinates areRoman Shaposhnik
2008-08-11Coalescing the un-weighting and de-quantization steps for fasterRoman Shaposhnik
2008-07-11Move #ifdef CONFIG_DVVIDEO_ENCODER up to cover all functions used for encoding.Diego Biurrun
2008-07-11Make preprocessor condition more specific and useful by changingDiego Biurrun
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-10remove useless wrapper funcBaptiste Coudurier
2008-05-29set avctx time_base in dv decoderBaptiste Coudurier
2008-05-12Replace some occurrences of -1 with PIX_FMT_NONE.Carl Eugen Hoyos
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-04-08Increase alignment for DCT block arrays from 8 to 16Alexander Strange
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-01some constMichael Niedermayer
2008-02-01constsMichael Niedermayer
2007-12-09add ff_ prefix to all simple_idct symbolsAurelien Jacobs
2007-03-16force 16-bytes alignement of block array, as needed by the implementation of ...John Dalgliesh
2007-03-14kill av_mallocz_static()Michael Niedermayer
2007-03-14kill a av_mallocz_static()Michael Niedermayer
2007-02-13This fixes error handling for BeOS, removing the need for some ifdefs.François Revol
2007-01-15 * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik
2006-12-08rename always_inline to av_always_inline and move to common.hMåns Rullgård
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-01Fix compilation with --disable-encoders.Alexander Strange
2006-09-27add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård
2006-09-04 * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik
2006-08-28force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs
2006-03-06I still don't think this should be here. Note: without this code DV encoderRoman Shaposhnik
2006-03-06DVCPRO50 support.Daniel Maas
2006-02-28Assign class 2 to most macroblocks by default, instead of a more conservativeDan Maas
2006-02-27Not that we're that far from being an *initial* implementation, butRoman Shaposhnik
2006-02-27AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. TheDan Maas
2006-02-26remove wrong assert()Michael Niedermayer
2006-02-26replace for loop with 2 asserts()Michael Niedermayer
2006-02-26size[0-3] are not initialized (and can get random negative trashDan Maas
2006-02-2410l (forgot EOBs)Michael Niedermayer
2006-02-23dont lowwer qnos of more blocks then neededMichael Niedermayer
2006-02-23fixing dv_guess_qnos()Michael Niedermayer
2006-02-23print a big warning if we mess up and run out of space ...Michael Niedermayer
2006-02-05MSVC-compatible __align8/__align16 declarationSteve L'Homme
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2006-01-06 Moving dv_anchor back to the global scope. This creates a tiny memoryRoman Shaposhnik
2005-12-26Fix DV memory leak and allow multiple instances patch by (Burkhard Plaum?)Burkhard Plaum