summaryrefslogtreecommitdiffstats
path: root/libavformat/dv.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-1/+1
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* dv: Split profile handling code into a separate file.Diego Biurrun2012-05-071-0/+1
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* dv: Do not redundantly initialize struct members to zero.Diego Biurrun2012-03-051-7/+1
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-2/+2
* dv: Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2012-02-101-3/+4
* dv: Move a table used only by the demuxer out of a shared header.Alex Converse2012-02-091-0/+4
* dv: Fix small overread in audio frequency table.Alex Converse2012-02-091-0/+9
* dv: Fix small stack overread related to CVE-2011-3929 and CVE-2011-3936.Alex Converse2012-01-311-6/+5
* dv: Fix null pointer dereference due to ach=0Michael Niedermayer2012-01-311-1/+2
* dv: check stypeMichael Niedermayer2012-01-311-0/+6
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* lavc: use avpriv_ prefix for some dv symbols used in lavf.Anton Khirnov2011-10-201-3/+3
* lavf: use avpriv_ prefix for some dv functions.Anton Khirnov2011-10-201-6/+6
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-5/+5
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* DV: use data_offset to fix seeking in badly cut files where the firstReimar Döffinger2010-11-271-2/+2
* Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas2010-03-311-2/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Fix seeking in DV when filesize is unknown.Tomas Härdin2010-03-231-1/+1
* Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger2009-10-161-3/+3
* Extend DV autodetection to also reliably detect single-frame DVs withReimar Döffinger2009-09-291-1/+6
* Try harder to avoid false positives for DV probe.Reimar Döffinger2009-09-141-2/+8
* fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bb...Brian Brice2009-06-191-3/+6
* fix probing and demuxing of pond.dv, issue #887Baptiste Coudurier2009-06-151-2/+13
* check if frame size matches old sys and assumes corrupted input, fixes #1192Baptiste Coudurier2009-06-141-2/+2
* dv probeBaptiste Coudurier2009-02-261-1/+19
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-221-1/+13
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* additional recovery for the badly broken streamsRoman Shaposhnik2009-01-051-0/+2
* prettyprinting cosmeticsDiego Biurrun2008-10-241-59/+60
* spelling cosmeticsDiego Biurrun2008-10-241-3/+5
* Make gcc 2.95 happy.Michael Niedermayer2008-10-081-1/+1
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-071-11/+8
* simplifying code as per Michael's suggestionRoman Shaposhnik2008-10-071-4/+3
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-071-2/+2
* spelling cosmeticsDiego Biurrun2008-10-021-8/+8
OpenPOWER on IntegriCloud