summaryrefslogtreecommitdiff
path: root/libavcodec/dv.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-21
|\
| * lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-20
* | dvdec: Fix dvsd profile[1] detection.Michael Niedermayer2011-09-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-30
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
| * dv: fix comment wording mistakeClément Bœsch2011-07-05
| * dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger2011-07-05
| * dv: fix comment spellingClément Bœsch2011-07-05
* | Remove useless NULL check.Reimar Döffinger2011-07-26
* | dv: fix comment wording mistakeClément Bœsch2011-07-05
* | dv: fix valgrind use of uninitialised value warnings.Reimar Döffinger2011-07-05
* | dv: fix comment spelling.Clément Bœsch2011-07-05
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-08
|\|
| * Replace some av_log/printf + #ifdef combinations by av_dlog.Diego Biurrun2011-06-07
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-04
|\|
| * Replace avcodec_get_pix_fmt_name() by av_get_pix_fmt_name().Stefano Sabatini2011-06-03
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-07
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-22
|\|
| * Introduce slice threads flag.Ronald S. Bultje2011-04-21
* | 10l, commit that should have been stashed into the merge.Michael Niedermayer2011-04-17
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-17
|\|
| * Replace more FFmpeg references by Libav.Diego Biurrun2011-04-17
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-28
|/
* In dv decoder, set sample aspect aspect ratio, fix issue #1612Baptiste Coudurier2010-09-27
* dv: fix alignment of scratch bufferMåns Rullgård2010-08-20
* Add new decoder property max_lowres and do not init decoder if requested valu...Carl Eugen Hoyos2010-07-07
* 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