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
/
mtv.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Change mtv_read_packet so it does not break after seeking (displaying a shift...
Reimar Döffinger
2008-06-28
1
-12
/
+8
*
Fix pkt->pos to really point at start of packet for mtv audio packets.
Reimar Döffinger
2008-06-28
1
-0
/
+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
/
+1
*
Remove unnecessary parentheses from return calls.
Diego Biurrun
2008-05-06
1
-2
/
+2
*
Use dynamically allocated ByteIOContext in AVFormatContext
Björn Axelsson
2007-11-21
1
-2
/
+2
*
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Panagiotis Issaris
2007-07-19
1
-3
/
+3
*
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
Panagiotis Issaris
2007-07-19
1
-2
/
+2
*
add an enum for need_parsing
Aurelien Jacobs
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
-3
/
+0
*
typos/grammar
Diego Biurrun
2007-04-07
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
*
new mtv demuxer
Reynaldo H. Verdejo Pinochet
2006-10-12
1
-0
/
+186