summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-1/+1
* dv: use AVFrame API properlyAnton Khirnov2013-12-091-2/+0
* dv: Split off DV video encoder into its own fileDiego Biurrun2013-12-021-667/+0
* dv: Move DV VLC data tables out of header fileDiego Biurrun2013-12-021-9/+9
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-151-0/+1
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc: move put_bits_left in put_bits.hLuca Barbato2013-06-281-5/+0
* lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+1
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* Drop DCTELEM typedefDiego Biurrun2013-01-221-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-11/+11
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* dvenc: do not call dsputil functions with stride not a multiple of 16Mans Rullgard2012-05-011-3/+3
* Remove lowres video decodingMans Rullgard2012-04-211-7/+1
* dv: Initialize encoder tables during encoder init.Diego Biurrun2012-04-191-2/+2
* dv: Merge dvquant.h into dvdata.c where all other DV tables reside.Diego Biurrun2012-04-161-9/+8
* dv: Move static tables only used in one place to where they are used.Diego Biurrun2012-04-161-0/+31
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-3/+5
* dvenc: print allowed profiles if the video doesn't conform to any of them.Anton Khirnov2012-03-281-2/+4
* dv: Split off DV video decoder into its own file.Diego Biurrun2012-03-271-395/+8
* dvenc: switch to encode2().Anton Khirnov2012-02-171-8/+17
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
* dv: Move functions used only by the encoder out of a shared header.Alex Converse2012-02-091-0/+35
* dv: Split dvdata.h into dvdata.h and dvquant.hAlex Converse2012-02-091-0/+1
* cosmetics: Drop unnecessary parentheses around return values.Diego Biurrun2011-12-301-1/+1
* get_bits: remove A32 variantMans Rullgard2011-12-161-1/+1
* dv: simplify bitstream splicing in dv_decode_ac()Mans Rullgard2011-11-261-4/+3
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-201-3/+3
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-16/+14
* dv: fix comment wording mistakeClément Bœsch2011-07-051-2/+2
* dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger2011-07-051-2/+4
* dv: fix comment spellingClément Bœsch2011-07-051-10/+9
* 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
OpenPOWER on IntegriCloud