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
/
au.c
Age
Commit message (
Expand
)
Author
2013-04-11
Move misplaced file author information where it belongs
Diego Biurrun
2013-03-13
avformat: av_log_ask_for_sample() ---> avpriv_request_sample()
Diego Biurrun
2013-01-09
au: remove unnecessary casts
Justin Ruggles
2013-01-09
au: return AVERROR codes instead of -1
Justin Ruggles
2013-01-09
au: cosmetics: pretty-print and remove pointless comments
Justin Ruggles
2013-01-09
au: use ff_raw_write_packet()
Justin Ruggles
2013-01-09
au: set stream start time and packet durations
Justin Ruggles
2013-01-09
au: use %u when printing id and channels since they are unsigned
Justin Ruggles
2013-01-09
au: validate sample rate
Justin Ruggles
2013-01-09
au: move skipping of unused data to before parameter validation
Justin Ruggles
2013-01-09
au: do not arbitrarily limit channel count
Justin Ruggles
2013-01-09
au: do not set pkt->size directly
Justin Ruggles
2013-01-09
au: set block_align and use it in au_read_packet()
Justin Ruggles
2013-01-09
au: set bit rate
Justin Ruggles
2013-01-09
au: validate bits-per-sample separately from codec tag
Justin Ruggles
2012-12-23
Return proper error code after av_log_ask_for_sample()
Diego Biurrun
2012-12-17
au: Reorder code so that both muxer and demuxer are under #ifdefs
Diego Biurrun
2012-11-28
lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h
Justin Ruggles
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-07-30
Improve descriptiveness of a number of codec and container long names
Diego Biurrun
2012-04-23
audemux: Add a sanity check for the number of channels
Michael Niedermayer
2012-04-06
cosmetics: Align muxer/demuxer declarations
Martin Storsjö
2012-02-15
libavformat: Add an ff_ prefix to some lavf internal symbols
Martin Storsjö
2012-01-27
lavf: remove AVFormatParameters from AVFormatContext.read_header signature
Anton Khirnov
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-02
Replace ffmpeg references with more accurate libav* references.
Diego Biurrun
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-07-17
lavf: use designated initialisers for all (de)muxers.
Anton Khirnov
2011-04-03
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-16
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
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
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-02-25
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-21
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-20
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-01-26
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2010-08-30
move pcm demuxers to their own file
Aurelien Jacobs
2010-05-31
Prevent au_read_packet() looping endlessly when .au file contains unsupported...
Peter Ross
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-12-07
AU : demuxed packet size should be sample size aligned.
Jai Menon
2009-10-16
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2009-10-02
Return special EOF checking for aiff and au demuxers, the check was at
Reimar Döffinger
2009-10-01
au demuxer: pass av_get_packet error on unchanged instead of converting to
Reimar Döffinger
2009-06-22
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-10-03
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
[next]