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
/
tta.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
remove ff_get_fourcc() and use AV_RL32() instead
Aurelien Jacobs
2009-01-17
1
-1
/
+1
*
Bump Major version, this commit is almost just renaming bits_per_sample to
Luca Abeni
2008-09-08
1
-1
/
+1
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
Use full path for #includes from another directory.
Diego Biurrun
2008-05-09
1
-1
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-15
/
+15
*
Set dts in tta demuxer
David Conrad
2007-08-11
1
-3
/
+5
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-1
/
+1
*
license header consistency cosmetics
Diego Biurrun
2007-07-05
1
-1
/
+1
*
Support for seeking in TTA files.
David Conrad
2007-04-25
1
-0
/
+15
*
Change from using a seek table internal to the TTA demuxer to using the stand...
David Conrad
2007-04-22
1
-37
/
+21
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-2
/
+0
*
cosmetics: Fix indentation.
Diego Biurrun
2007-03-31
1
-1
/
+1
*
argh, who commited this trash
Michael Niedermayer
2007-03-30
1
-5
/
+3
*
10^10l to the idiot who designed this format and didnt even realize what numb...
Michael Niedermayer
2007-03-30
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
ALT_BITSTREAM_READER_LE is obviously not needed for the tta demuxer, as there...
Aurelien Jacobs
2006-08-28
1
-1
/
+0
*
Fix FSF postal address.
Diego Biurrun
2006-07-26
1
-1
/
+1
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-6
/
+0
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-2
/
+2
*
sanity checks some might have been exploitable
Michael Niedermayer
2006-05-13
1
-0
/
+19
*
10l, allocate bitbuffer with regard to the padding size
Alex Beregszaszi
2006-02-13
1
-1
/
+1
*
tta demuxer, also usable for moving tta audio data into an other container
Alex Beregszaszi
2006-02-12
1
-0
/
+138