summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
* Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-071-21/+7
* Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-031-1/+2
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Introduce slice threads flag.Ronald S. Bultje2011-04-211-1/+2
* Replace more FFmpeg references by Libav.Diego Biurrun2011-04-171-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier2010-09-271-0/+10
* dv: fix alignment of scratch bufferMåns Rullgård2010-08-201-1/+1
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-071-0/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Fix indentation.Reimar Döffinger2010-03-291-4/+4
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-211-55/+2
* Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger2010-03-211-0/+1
* Use LOCAL_ALIGNED macro for local arraysMåns Rullgård2010-02-171-6/+6
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-4/+4
* Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert().Michael Niedermayer2010-01-121-2/+2
* Fail earlier for unsupported resolutions or pixel formats when encodingTomas Härdin2009-12-111-1/+12
* Make get_bits_left() available for use in libavcodec (was previously heldRonald S. Bultje2009-11-091-5/+0
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-161-2/+2
* Use context instead of NULL for logging.Reimar Döffinger2009-09-291-2/+2
* Make sure that dv encoder initializes all encoded packet data.Reimar Döffinger2009-09-291-1/+10
* Mark all pix_fmts and supported_framerates compound literals as const.Reimar Döffinger2009-09-061-1/+1
* Remove some unnecessary alignment specifiersMåns Rullgård2009-08-261-2/+2
* print error when dv frame profile cannot be foundBaptiste Coudurier2009-06-141-1/+3
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-141-1/+1
* remove cast and use put_sbits, fix assertion in put_bitsBaptiste Coudurier2009-05-311-1/+1
* Add a chroma_sample_location field to define positioning of chroma samplesDavid Conrad2009-05-111-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Fixing a value returning issueRoman Shaposhnik2009-02-201-2/+3
* transitioning dv_guess_dct_mode to dsputil cmp functionRoman Shaposhnik2009-02-191-26/+14
* cosmetics: 'const static' --> 'static const' to avoid warnings of the typeDiego Biurrun2009-02-171-9/+9
* No need to compute stypeRoman Shaposhnik2009-02-041-2/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* remove some warnings due to avctx->executeBaptiste Coudurier2009-01-311-2/+4
* assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade...Ben Hutchings2009-01-311-1/+1
* Cosmetics: fixing indentationRoman Shaposhnik2009-01-311-13/+13
* unrolling encoding loopsRoman Shaposhnik2009-01-311-39/+40
* Cosmetics: simplifying static initializationRoman Shaposhnik2009-01-311-2/+1
* 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
OpenPOWER on IntegriCloud