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
Commit message (
Expand
)
Author
Age
Files
Lines
*
make some symbols static
Måns Rullgård
2006-11-11
2
-2
/
+2
*
simplify
Michael Niedermayer
2006-11-11
1
-4
/
+2
*
dont do startcode search from last syncpoint if there are no errors
Michael Niedermayer
2006-11-11
1
-1
/
+3
*
nut simple seeking first try
Michael Niedermayer
2006-11-11
2
-5
/
+55
*
updating nut demuxer to latest spec
Michael Niedermayer
2006-11-11
4
-3
/
+788
*
Fix wrong comment.
Steve L'Homme
2006-11-11
1
-1
/
+1
*
Add A_AAC codec identifier support in matroska.
Steve L'Homme
2006-11-11
1
-2
/
+2
*
libnut uses "MP3 " for mp3
Michael Niedermayer
2006-11-11
1
-0
/
+1
*
report error when local tag has 0 size
Baptiste Coudurier
2006-11-10
1
-1
/
+3
*
get rid of CODEC_ID_MPEG4AAC after next version bump, and change it to CODEC_...
Baptiste Coudurier
2006-11-09
5
-8
/
+10
*
support m1a hdlr mpeg elementary audio handler, fix Po-Slow_Death_64K.mov
Baptiste Coudurier
2006-11-09
1
-0
/
+3
*
rename HAVE_VHOOK/BUILD_VHOOK to CONFIG_VHOOK
Måns Rullgård
2006-11-08
1
-1
/
+1
*
fix missdetection of mpeg-ps (ps2_interdite.mpg)
Michael Niedermayer
2006-11-08
1
-1
/
+1
*
add support for AAC in matroska
Aurelien Jacobs
2006-11-08
1
-3
/
+55
*
add audio output sampling freqency reading in matroska
Aurelien Jacobs
2006-11-08
1
-0
/
+13
*
* fixing a memory leak in DV format.
Brian Brice
2006-11-08
1
-8
/
+2
*
Better way to detect cluster (fix files encoded with Haali's muxer).
Aurelien Jacobs
2006-11-08
1
-5
/
+3
*
Remove illegal FourCC values.
Diego Biurrun
2006-11-08
1
-4
/
+0
*
mpeg4probe patch by (Thijs Vermeir ; thijs vermeir barco com)
Thijs Vermeir
2006-11-08
1
-1
/
+31
*
utf8 title support for psp (untested)
Michael Niedermayer
2006-11-08
1
-15
/
+30
*
allow spaces in source and build directory names
Måns Rullgård
2006-11-08
1
-1
/
+1
*
add support for rtp/h264 streaming
Ryan Martell
2006-11-07
4
-10
/
+447
*
Allow reading matroska title.
Aurelien Jacobs
2006-11-07
1
-0
/
+11
*
cosmetics: reindent after last commit
Aurelien Jacobs
2006-11-06
1
-8
/
+8
*
Don't need to check for NULL before av_free().
Aurelien Jacobs
2006-11-06
1
-10
/
+0
*
Add support for block duration.
Steve L'Homme
2006-11-06
1
-6
/
+13
*
Ensure codec_id = CODEC_ID_NONE for unknown codecs (don't reuse previous one).
Steve L'Homme
2006-11-06
1
-1
/
+1
*
guess matroska files frame rate
Steve L'Homme
2006-11-06
1
-0
/
+4
*
Add support for getting duration of a RTP stream (for seeking in stream)
Ryan Martell
2006-11-06
1
-21
/
+34
*
remove floats in 10 bytes/byte support (no version of matroska used it)
Steve L'Homme
2006-11-06
1
-4
/
+0
*
WavPack support in Matroska
Kostya Shishkov
2006-11-06
1
-0
/
+1
*
Do not set audio codec_tag to 1, that would be PCM audio.
Diego Biurrun
2006-11-05
1
-1
/
+1
*
now we set codec_tag, still have to figure out how to handle flipping
Reynaldo H. Verdejo Pinochet
2006-11-03
1
-0
/
+1
*
do not overwrite codec type if already known, fix conflict between 'raw ' fou...
Baptiste Coudurier
2006-11-03
1
-2
/
+3
*
indention
Baptiste Coudurier
2006-11-03
1
-15
/
+15
*
reintroduce isom field and read version 1 audio stsd only if file is not isom...
Baptiste Coudurier
2006-11-03
1
-1
/
+8
*
add valid statistics for the RTCP receiver report.
Ryan Martell
2006-11-03
2
-9
/
+162
*
kill AVImageFormat
Baptiste Coudurier
2006-11-02
7
-259
/
+2
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
13
-57
/
+57
*
Rename SWAP macro to FFSWAP.
Diego Biurrun
2006-11-01
1
-1
/
+1
*
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
Steve L'Homme
2006-11-01
5
-15
/
+15
*
clean, always write major brand for debug
Baptiste Coudurier
2006-11-01
1
-19
/
+1
*
remove useless mp4 field
Baptiste Coudurier
2006-11-01
1
-19
/
+1
*
simplify
Baptiste Coudurier
2006-11-01
1
-10
/
+5
*
mov vfr muxing
Baptiste Coudurier
2006-11-01
1
-10
/
+50
*
cosmetics: Restore alphabetical order.
Diego Biurrun
2006-10-31
1
-1
/
+1
*
remove gcc warning about void * used in arithmetic
Baptiste Coudurier
2006-10-30
1
-1
/
+1
*
IMC decoder
Kostya Shishkov
2006-10-30
1
-0
/
+1
*
dont set the sampling rate just because 1 mp3 packet header says so (fixes pl...
Michael Niedermayer
2006-10-30
1
-2
/
+2
*
switch to common base64 routines in lavf
Ryan Martell
2006-10-29
1
-36
/
+2
[next]