index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
au.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avio: introduce an AVIOContext.seekable field
Anton Khirnov
2011-04-03
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
avio: rename put_flush_packet -> avio_flush
Anton Khirnov
2011-03-16
1
-2
/
+2
*
lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense
Anton Khirnov
2011-03-16
1
-1
/
+1
*
avio: add avio_tell macro as a replacement for url_ftell
Anton Khirnov
2011-03-04
1
-1
/
+1
*
avio: avio_ prefix for url_fseek
Anton Khirnov
2011-03-01
1
-3
/
+3
*
lavf: use a new ffio_wfourcc macro instead of put_tag() where possible
Anton Khirnov
2011-02-25
1
-1
/
+2
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-7
/
+7
*
avio: avio_ prefixes for get_* functions
Anton Khirnov
2011-02-21
1
-6
/
+6
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-5
/
+5
*
Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.
Diego Elio Pettenò
2011-01-26
1
-2
/
+2
*
move pcm demuxers to their own file
Aurelien Jacobs
2010-08-30
1
-1
/
+1
*
Prevent au_read_packet() looping endlessly when .au file contains unsupported...
Peter Ross
2010-05-31
1
-0
/
+5
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
AU : demuxed packet size should be sample size aligned.
Jai Menon
2009-12-07
1
-2
/
+4
*
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.
Carl Eugen Hoyos
2009-10-16
1
-1
/
+1
*
Return special EOF checking for aiff and au demuxers, the check was at
Reimar Döffinger
2009-10-02
1
-2
/
+0
*
au demuxer: pass av_get_packet error on unchanged instead of converting to
Reimar Döffinger
2009-10-01
1
-1
/
+1
*
Add ff_ prefixes to exported symbols in libavformat/riff.h.
Daniel Verkamp
2009-06-22
1
-1
/
+1
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-1
/
+1
*
Use enum typers instead of int.
Diego Pettenò
2008-10-02
1
-1
/
+2
*
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-02
1
-2
/
+2
*
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...
Reimar Döffinger
2008-08-24
1
-2
/
+2
*
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
Peter Ross
2008-08-19
1
-0
/
+3
*
Support 32-bit floating point audio samples in Sun AU demuxer
Peter Ross
2008-07-26
1
-0
/
+1
*
remove useless close funcs
Baptiste Coudurier
2008-06-19
1
-6
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-2
/
+2
*
Add support for S8 PCM (codec 2)
Roberto Togni
2008-01-13
1
-0
/
+1
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-7
/
+7
*
move unrelated functions declarations out of allformats.h
Aurelien Jacobs
2007-09-11
1
-1
/
+1
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-2
/
+2
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
Fix UNKOWN --> UNKNOWN typo
Diego Biurrun
2007-03-07
1
-2
/
+2
*
remove now useless codec_tag setting code in muxers
Michael Niedermayer
2007-01-21
1
-2
/
+0
*
get rid of the [4] limitation of codec tag lists
Michael Niedermayer
2007-01-21
1
-2
/
+2
*
export a few more codec_tag-codec_id tables
Michael Niedermayer
2007-01-21
1
-0
/
+2
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
1
-1
/
+1
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
move common stuff from avienc.c and wav.c to new file riff.c
Måns Rullgård
2006-07-12
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-13
/
+6
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-4
/
+4
*
Move initialisations and internal symbols in allformats.h,
Diego Pettenò
2006-06-30
1
-0
/
+1
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-3
/
+3
*
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun
2005-09-23
1
-6
/
+6
*
changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...
Michael Niedermayer
2005-07-17
1
-6
/
+6
*
AVPacket.pos
Michael Niedermayer
2005-05-26
1
-4
/
+2
[next]