summaryrefslogtreecommitdiffstats
path: root/libavformat/avs.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-211-1/+1
* avformat/avs: add descriptive name and urlGyan Doshi2018-08-021-1/+7
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-6/+6
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-6/+6
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-271-1/+1
|\ \ | |/
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-261-1/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-2/+2
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* | Merge commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f'Michael Niedermayer2013-05-051-1/+3
|\ \ | |/
| * avs: Increase magic value score above file extension scoreDiego Biurrun2013-05-041-1/+3
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-051-1/+1
|\ \ | |/
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-041-1/+1
| * lavf: remove disabled FF_API_R_FRAME_RATE cruftAnton Khirnov2013-03-111-3/+0
* | avformat/avs: increase probe score to preempt conflict with avxsynthMichael Niedermayer2013-03-211-1/+1
* | 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
OpenPOWER on IntegriCloud