summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: move internal fields from public to internal contextwm42015-02-10
* lavc: export DV profile API used by muxer/demuxer as publicAnton Khirnov2014-07-09
* Remove some unnecessary CONFIG_FOO_COMPONENT ifdefsDiego Biurrun2014-06-12
* dv: do not set codec timebaseAnton Khirnov2014-05-18
* dv: Split DV data table declarations into their own headerDiego Biurrun2013-11-15
* dv: Add a guard to not overread the ppcm arrayLuca Barbato2013-09-07
* avformat/dv: K&R formatting cosmeticsDiego Biurrun2013-08-06
* dv: set channel layoutJustin Ruggles2012-11-12
* dv: fix indentationAnton Khirnov2012-10-29
* dv: use AVStream.index instead of abusing AVStream.idAnton Khirnov2012-10-29
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-07
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* dv: Do not redundantly initialize struct members to zero.Diego Biurrun2012-03-05
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-10
* dv: Move a table used only by the demuxer out of a shared header.Alex Converse2012-02-09
* dv: Fix small overread in audio frequency table.Alex Converse2012-02-09
* dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse2012-01-31
* dv: Fix null pointer dereference due to ach=0Michael Niedermayer2012-01-31
* dv: check stypeMichael Niedermayer2012-01-31
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-20
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-20
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* DV: use data_offset to fix seeking in badly cut files where the firstReimar Döffinger2010-11-27
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Fix seeking in DV when filesize is unknown.Tomas Härdin2010-03-23
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-16
* Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger2009-09-29
* Try harder to avoid false positives for DV probe.Reimar Döffinger2009-09-14
* fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...Brian Brice2009-06-19
* fix probing and demuxing of pond.dv, issue #887Baptiste Coudurier2009-06-15
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-14