summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAge
...
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix indentation.Reimar Döffinger2010-03-29
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-21
* Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger2010-03-21
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-17
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-22
* Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().Michael Niedermayer2010-01-12
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-11
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-09
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Use context instead of NULL for logging.Reimar Döffinger2009-09-29
* Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger2009-09-29
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-06
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-26
* print error when dv frame profile cannot be foundBaptiste Coudurier2009-06-14
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-14
* remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier2009-05-31
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-11
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-12
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* 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