]> git.sesse.net Git - ffmpeg/history - libavformat/dv.c
AVFrame: deprecate all now unused fields
[ffmpeg] / libavformat / dv.c
2012-11-12 Justin Rugglesdv: set channel layout
2012-10-29 Anton Khirnovdv: fix indentation
2012-10-29 Anton Khirnovdv: use AVStream.index instead of abusing AVStream.id
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-30 Diego Biurrunavformat: Drop pointless "format" from container long...
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-04-06 Martin Storsjöcosmetics: Align muxer/demuxer declarations
2012-03-05 Diego Biurrundv: Do not redundantly initialize struct members to...
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-02-10 Joakim Platedv: Check return value of avio_seek and avoid modifying...
2012-02-10 Alex Conversedv: Move a table used only by the demuxer out of a...
2012-02-10 Alex Conversedv: Fix small overread in audio frequency table.
2012-02-01 Alex Conversedv: Fix small stack overread related to CVE-2011-3929...
2012-02-01 Michael Niedermayerdv: Fix null pointer dereference due to ach=0
2012-02-01 Michael Niedermayerdv: check stype
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-02 Diego BiurrunReplace ffmpeg references with more accurate libav...
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some dv symbols used in...
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for some dv functions.
2011-10-19 Anton Khirnovlavf,lavd: replace av_new_stream->avformat_new_stream...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-11-27 Reimar DöffingerDV: use data_offset to fix seeking in badly cut files...
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-23 Tomas HärdinFix seeking in DV when filesize is unknown.
2009-10-16 Reimar DöffingerSplit parts of dvdata.h into dvdata.c, this ensures...
2009-09-29 Reimar DöffingerExtend DV autodetection to also reliably detect single...
2009-09-14 Reimar DöffingerTry harder to avoid false positives for DV probe.
2009-06-19 Brian Bricefix dvcprohd 720p channels 3 and 4 audio timestamps...
2009-06-15 Baptiste Coudurierfix probing and demuxing of pond.dv, issue #887
2009-06-14 Baptiste Couduriercheck if frame size matches old sys and assumes corrupt...
2009-02-26 Baptiste Coudurierdv probe
2009-02-22 Reimar DöffingerSupport playback of incorrectly cut DV files where...
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-13 Aurelien JacobsChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-05 Roman Shaposhnikadditional recovery for the badly broken streams
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-08 Michael NiedermayerMake gcc 2.95 happy.
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhniksimplifying code as per Michael's suggestion
2008-10-07 Roman Shaposhniksimplifying the code as per Michael's suggestion
2008-10-02 Diego Biurrunspelling cosmetics
2008-08-28 Roman ShaposhnikIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-27 Roman ShaposhnikTwo cosmetic changes for improved readability and ease...
2008-08-23 Aurelien Jacobsconvert every muxer/demuxer to write/read sample_aspect...
2008-06-03 Stefano SabatiniMake long_names in lavf/lavdev optional depending on...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-05-06 Diego BiurrunRemove unnecessary parentheses from return calls.
2007-11-21 Björn AxelssonUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 Panagiotis IssarisReplace all occurrences of AVERROR_IO with AVERROR...
2007-06-25 Maksym Veremeyenko * clarifying the AVInputFormat::read_seek return...
2007-01-11 Roman Shaposhnik* Fixing seeking with DV-AVI (by Jeff Downs <heydowns...
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-15 Panagiotis IssarisSplit the DV demuxer and muxer into separate files...
2006-09-04 Roman Shaposhnik * Restructuring the division of labor between DV...
2006-07-10 Måns Rullgårdallow individual selection of muxers and demuxers
2006-07-09 Måns Rullgårdgive AVInput/OutputFormat structs consistent names
2006-06-17 Stefan HuehnerAdd (mostly) const to variable and parameter declaratio...
2006-04-01 Roman Shaposhnik * fixing DV-in-AVI type1 packet production bug
2006-03-06 Daniel MaasDVCPRO50 support.
2006-02-08 Diego Biurruntypo
2006-01-19 Diego BiurrunPut muxer-specific code parts in #ifdef CONFIG_MUXERS.
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-22 Diego BiurrunCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-03 Diego Biurruntypo: viedo --> video
2005-09-02 Michael Niedermayerlowres support
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-26 Michael Niedermayerfix nonsense timestamp mess
2004-10-13 Roman Shaposhnik * static allocation for audio packets. This will...
2004-10-12 Michael Niedermayergeneric cur_dts update
2004-10-12 Michael Niedermayerflags, rounding and cliping fix by (Nathan Kurz <nate...
2004-09-27 Roman Shaposhnik * experimental dynamic audio stream allocation for...
2004-09-27 Roman Shaposhnik * let DV muxer generate audioless DV streams. This...
2004-09-22 Roman Shaposhnik * fixing a regression introduced by the last seek...
2004-09-21 Michael Niedermayergcc 2.95 compile fix by (Jan Knutar <jknutar at nic...
2004-09-19 Roman Shaposhnik * a couple of silly defaults to make everybody happy.
2004-09-19 Roman Shaposhnik * misc. fixes and hacks to improve timing detection...
2004-09-18 Nathan Kurz * seek in raw DV patch by Nathan Kurz (nate at...
2004-08-18 Roman Shaposhnik * replacing calls to not-always-available gmtime_r...
2004-08-02 Roman Shaposhnik * fixing a bug in DV timestamp generation. Now libav...
2004-07-27 Roman Shaposhnik * fixing a small quirk with DV audio muxing
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-18 Roman Shaposhnik * IEC DV seems to accept SMPTE way of tagging 16...
2004-04-06 Roman Shaposhnik * making it possible to specify recording date and...
next