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
/
raw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Set pts/dts in raw (yuv,rgb,pcm) demuxers.
Michael Niedermayer
2008-01-12
1
-1
/
+9
*
Do not force fps unless the user actually specified one.
Michael Niedermayer
2007-12-26
1
-1
/
+4
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-22
/
+22
*
move unrelated functions declarations out of allformats.h
Aurelien Jacobs
2007-09-11
1
-0
/
+1
*
100000l (forgotten return)
Michael Niedermayer
2007-08-10
1
-1
/
+1
*
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
Michael Niedermayer
2007-08-10
1
-3
/
+0
*
flac probe
Michael Niedermayer
2007-08-10
1
-1
/
+7
*
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC...
Justin Ruggles
2007-08-05
1
-1
/
+1
*
remove useless raw_write_header
Baptiste Coudurier
2007-08-05
1
-16
/
+11
*
additional tweaks to AC3 probe function. give a higher score to a single frame
Justin Ruggles
2007-08-05
1
-2
/
+2
*
increase the maximum AC3 probe buffer size and reduce the threshold for 50% r...
Justin Ruggles
2007-08-04
1
-2
/
+2
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-7
/
+7
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-7
/
+7
*
* Getting rid of the use of GCC language extensions
Roman Shaposhnik
2007-07-08
1
-11
/
+9
*
kill uninitialised variable warning in ac3_probe()
Måns Rullgård
2007-07-07
1
-1
/
+1
*
remove empty write trailer functions
Vitor Sessak
2007-06-27
1
-18
/
+0
*
misc spelling fixes
Diego Biurrun
2007-06-12
1
-1
/
+1
*
add rgb suffix handling for demuxer
Benoit Fouet
2007-05-23
1
-1
/
+1
*
RoQ muxer, patch by Vitor, vitor1001 gmail com
Vitor Sessak
2007-05-09
1
-0
/
+29
*
move aac and ac3 parsers in their own files
Aurelien Jacobs
2007-05-08
1
-1
/
+1
*
improve mpeg4-es detection by rejecting streams with reserved startcodes (fix...
Michael Niedermayer
2007-05-07
1
-8
/
+7
*
add rgb suffix to rawvideo muxer
Benoit Fouet
2007-04-25
1
-1
/
+1
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
1
-6
/
+6
*
Make the declaration of AVInputFormat ac3_demuxer conditional
Diego Biurrun
2007-04-15
1
-0
/
+2
*
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-15
1
-1
/
+1
*
allocate 32 extra bytes at the end of the probe buffer and remove most probe ...
Michael Niedermayer
2007-04-08
1
-4
/
+0
*
fix probe of 001.vdr-broken-6025
Michael Niedermayer
2007-03-29
1
-2
/
+2
*
improve ac3_probe by counting consecutive frames
Justin Ruggles
2007-03-18
1
-8
/
+24
*
Raw VC-1 demuxer
Kostya Shishkov
2007-02-09
1
-0
/
+12
*
add read_probe function to raw ac3 demuxer
Justin Ruggles
2007-02-08
1
-1
/
+17
*
better generic index building and seeking code
Michael Niedermayer
2007-02-05
1
-0
/
+14
*
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
Thijs Vermeir
2006-11-08
1
-1
/
+31
*
replace coder/decoder file description in libavformat by muxer/demuxer
Aurelien Jacobs
2006-10-23
1
-1
/
+1
*
simplify pcm read seek, use av_get_bits_per_sample
Baptiste Coudurier
2006-10-18
1
-20
/
+5
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
dont be too picky about timestampsbeing wrong if the destination container is...
Michael Niedermayer
2006-08-08
1
-1
/
+12
*
allow individual selection of muxers and demuxers
Måns Rullgård
2006-07-10
1
-67
/
+0
*
give AVInput/OutputFormat structs consistent names
Måns Rullgård
2006-07-09
1
-66
/
+66
*
Fix compilation with all combinations of --disable-(de)muxers.
Diego Biurrun
2006-06-16
1
-11
/
+16
*
Raw flac muxer, patch by Justin Ruggles (jruggle earthlink net). Can be
Justin Ruggles
2006-05-12
1
-0
/
+30
*
Add support for raw flac decoding based on the .flac suffix of input files.
Benjamin Larsson
2006-05-09
1
-0
/
+28
*
simplify AVFormatParameters NULL checks
Michael Niedermayer
2006-03-11
1
-5
/
+2
*
can't have PES headers in MPEG video elementary streams so fail probe
Måns Rullgård
2006-03-01
1
-2
/
+6
*
generate adts frame headers if required
Måns Rullgård
2006-02-10
1
-16
/
+0
*
read/write adts aac
Måns Rullgård
2006-02-08
1
-0
/
+46
*
3rd try for mpeg-es probe ...
Michael Niedermayer
2006-02-04
1
-1
/
+1
*
fix regression tests
Michael Niedermayer
2006-02-04
1
-1
/
+1
*
improve mpeg1/2-es detection
Michael Niedermayer
2006-02-02
1
-21
/
+18
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-5
/
+5
[next]