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
2009-09-29Use context instead of NULL for logging.Reimar Döffinger
2009-09-29Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger
2009-09-06Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger
2009-08-26Remove some unnecessary alignment specifiersMåns Rullgård
2009-06-15print error when dv frame profile cannot be foundBaptiste Coudurier
2009-06-15check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier
2009-05-31remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier
2009-05-11Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-20Fixing a value returning issueRoman Shaposhnik
2009-02-19transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik
2009-02-17cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun
2009-02-04No need to compute stypeRoman Shaposhnik
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-02-01remove some warnings due to avctx->executeBaptiste Coudurier
2009-02-01assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade...Ben Hutchings
2009-01-31Cosmetics: fixing indentationRoman Shaposhnik
2009-01-31unrolling encoding loopsRoman Shaposhnik
2009-01-31Cosmetics: simplifying static initializationRoman Shaposhnik
2009-01-31simplifying DIF encoding processRoman Shaposhnik
2009-01-31Cosmetics: fixing the indentationRoman Shaposhnik
2009-01-31factoring code into dv_init_enc_blockRoman Shaposhnik
2009-01-31Cosmetics: replacing 0 with NULL for pointer assignmentRoman Shaposhnik
2009-01-31Cosmetics: moving the function definition aroundRoman Shaposhnik
2009-01-31Replacing the constant with a macroRoman Shaposhnik
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-11-20Making idct factor tables dynamically allocatedRoman Shaposhnik
2008-11-19Change of indentationRoman Shaposhnik
2008-11-18Getting rid of huge static DV tablesRoman Shaposhnik
2008-11-18Getting rid of unneeded extra wrapper functionsRoman Shaposhnik
2008-11-13Taking advantage of the new ->execute APIRoman Shaposhnik
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