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
2011-12-01
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-30
lavf: make av_set_pts_info private.
Anton Khirnov
2011-11-03
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-02
Replace ffmpeg references with more accurate libav* references.
Diego Biurrun
2011-10-20
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-10-19
lavf,lavd: replace av_new_stream->avformat_new_stream part I.
Anton Khirnov
2011-08-14
Support streaming .au files.
Reimar Döffinger
2011-07-21
au: reuse the result of the previous call to av_get_bits_per_sample()
Stefano Sabatini
2011-07-18
au: add computation for duration
ami_stuff
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-04-04
Merge remote branch 'qatar/master'
Michael Niedermayer
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
2008-10-02
Use enum typers instead of int.
Diego Pettenò
2008-09-02
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-08-24
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-19
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
Peter Ross
2008-07-26
Support 32-bit floating point audio samples in Sun AU demuxer
Peter Ross
2008-06-19
remove useless close funcs
Baptiste Coudurier
2008-06-03
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-01-13
Add support for S8 PCM (codec 2)
Roberto Togni
2007-11-21
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-09-11
move unrelated functions declarations out of allformats.h
Aurelien Jacobs
2007-07-19
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-04-08
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-03-07
Fix UNKOWN --> UNKNOWN typo
Diego Biurrun
2007-01-21
remove now useless codec_tag setting code in muxers
Michael Niedermayer
2007-01-21
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
export a few more codec_tag-codec_id tables
Michael Niedermayer
[next]