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-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2008-11-08implementing more efficient (and direct) allocation of work for DV codec workersRoman Shaposhnik
2008-10-30renaming macro in order to conform with the rest of libavcodecRoman Shaposhnik
2008-10-25prettyprinting cosmeticsDiego Biurrun
2008-10-25spelling cosmeticsDiego Biurrun
2008-10-07replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik
2008-10-07unrolling the loops as per Michael's suggestionRoman Shaposhnik
2008-10-07fixing a bug that prevented proper unweighting table to be selectedRoman Shaposhnik
2008-10-07Doxygenizing the commentsRoman Shaposhnik
2008-10-07simplifying the code as per Michael's suggestionRoman Shaposhnik
2008-10-02spelling cosmeticsDiego Biurrun
2008-09-03Replace generic CONFIG_DECODERS preprocessor conditionals by more specificDiego Biurrun
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