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
/
aiff.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-2
/
+2
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
compute absolute data offset after reading blocksize
Baptiste Coudurier
2007-06-26
1
-1
/
+1
*
this is named BlockSize in specs
Baptiste Coudurier
2007-06-25
1
-1
/
+1
*
according to specs, offset is before blocksize
Baptiste Coudurier
2007-06-25
1
-1
/
+1
*
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...
Baptiste Coudurier
2007-06-25
1
-3
/
+14
*
Support for newer MacOSX AIFF
Kostya Shishkov
2007-04-27
1
-0
/
+1
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
100l
Baptiste Coudurier
2007-02-14
1
-1
/
+1
*
indentation
Baptiste Coudurier
2007-02-14
1
-6
/
+6
*
use aiff when we can, some players only support aiff
Baptiste Coudurier
2007-02-14
1
-2
/
+10
*
the context is supposed to be freed in the generic code in utils.c
Michael Niedermayer
2007-01-21
1
-1
/
+0
*
remove now useless codec_tag setting code in muxers
Michael Niedermayer
2007-01-21
1
-1
/
+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
*
make some symbols static
Måns Rullgård
2006-11-11
1
-1
/
+1
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
fix bit rate
Baptiste Coudurier
2006-10-11
1
-1
/
+1
*
use av_get_bits_per_sample
Baptiste Coudurier
2006-10-11
1
-19
/
+2
*
use av_get_bits_per_sample, compute block align if not set
Baptiste Coudurier
2006-10-11
1
-1
/
+8
*
simplify by not writing unneeded codec name to fix segfault when stream copy
Baptiste Coudurier
2006-10-11
1
-15
/
+2
*
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
*
CONFIG_AIFF_DEMUXER vs CONFIG_AIFF_MUXER typo
Diego Biurrun
2006-07-11
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-15
/
+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
*
Add const to (mostly) char* and make some functions static, which aren't used
Stefan Huehner
2006-06-18
1
-1
/
+1
*
Add (mostly) const to variable and parameter declaration, where a char* was
Stefan Huehner
2006-06-17
1
-2
/
+2
*
fix pcm_s24be demuxing, simplify
Baptiste Coudurier
2006-05-15
1
-20
/
+3
*
AIFF format support by (Patrick Guimond <patg a.t patg d.o.t homeunix d.o.t org)
Michael Niedermayer
2006-02-02
1
-0
/
+482