index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avs.c
Age
Commit message (
Expand
)
Author
2016-04-10
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-02-23
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2015-10-27
Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'
Hendrik Leppkes
2015-10-26
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2014-08-15
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-15
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2013-05-05
Merge commit 'c0c2b96c136ec2cbfd808eefc26de399f447d62f'
Michael Niedermayer
2013-05-05
Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'
Michael Niedermayer
2013-05-04
avs: Increase magic value score above file extension score
Diego Biurrun
2013-05-04
avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
Diego Biurrun
2013-03-21
avformat/avs: increase probe score to preempt conflict with avxsynth
Michael Niedermayer
2013-03-11
lavf: remove disabled FF_API_R_FRAME_RATE cruft
Anton Khirnov
2012-08-07
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-30
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-29
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-03-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-02
avs: don't set codec timebase
Anton Khirnov
2012-02-16
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-02-15
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-01-28
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-10-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-19
lavf: replace av_new_stream->avformat_new_stream part II.
Anton Khirnov
2011-10-10
avsdemux: check for out of bound writes
Laurent Aimar
2011-10-10
avsdemux: check for corrupted data
Laurent Aimar
2011-10-01
Check for out of bound writes in the avs demuxer.
Laurent Aimar
2011-10-01
Check for corrupted data in avs demuxer.
Laurent Aimar
2011-07-17
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-04
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-01
lavf: replace all uses of url_fskip with avio_seek
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-03-31
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
Jean-Daniel Dupas
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2008-12-11
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-09-08
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-13
Fix icc warning #188: enumerated type mixed with another type
Carl Eugen Hoyos
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
[next]