summaryrefslogtreecommitdiffstats
path: root/libavformat/dv.c
Commit message (Expand)AuthorAgeFilesLines
...
* | dv: add timecode to metadataMatthieu Bouron2011-12-261-0/+77
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-2/+3
|\ \ | |/
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-2/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-031-1/+1
|\ \ | |/
| * Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-211-9/+9
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* | [dv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate2011-09-141-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-8/+8
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-041-0/+1
|\ \ | |/
| * 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
* | Make DV (sub) demuxer set proper pkt->pos values.Reimar Döffinger2011-05-021-2/+5
* | avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-081-1/+1
* | avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-051-2/+2
* | avio: avio_ prefix for url_fseekAnton Khirnov2011-03-031-3/+3
* | avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-221-5/+5
* | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-281-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