summaryrefslogtreecommitdiffstats
path: root/libavformat/avs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\ \ | |/
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-2/+4
|\ \ | |/
| * lavf: deprecate r_frame_rate.Anton Khirnov2012-07-291-2/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-031-2/+2
|\ \ | |/
| * avs: don't set codec timebaseAnton Khirnov2012-03-021-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\ \ | |/
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-2/+2
|\ \ | |/
| * lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-191-2/+2
| * avsdemux: check for out of bound writesLaurent Aimar2011-10-101-0/+2
| * avsdemux: check for corrupted dataLaurent Aimar2011-10-101-0/+2
* | Check for out of bound writes in the avs demuxer.Laurent Aimar2011-10-011-0/+2
* | Check for corrupted data in avs demuxer.Laurent Aimar2011-10-011-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-7/+7
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-7/+7
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-2/+2
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-12/+12
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* 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
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-10/+10
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Fix icc warning #188: enumerated type mixed with another typeCarl Eugen Hoyos2008-05-131-1/+2
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-16/+16
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-4/+4
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-2/+2
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-14/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* complete AVS playback system (from Creature Shock computer game),Mike Melanson2006-02-171-0/+238
OpenPOWER on IntegriCloud