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
/
ffmdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fix pts handling in ffm
Baptiste Coudurier
2008-06-07
1
-6
/
+0
*
Reset reading state after successful seek.
Baptiste Coudurier
2008-06-07
1
-0
/
+7
*
cosmetics, rename first to header, more explicit name
Baptiste Coudurier
2008-06-06
1
-3
/
+3
*
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-03
1
-1
/
+1
*
typo
Baptiste Coudurier
2008-05-26
1
-1
/
+1
*
replace printf by av_log
Baptiste Coudurier
2008-05-26
1
-3
/
+3
*
use av_hex_dump_log
Baptiste Coudurier
2008-05-26
1
-6
/
+1
*
use dprintf
Baptiste Coudurier
2008-05-26
1
-3
/
+1
*
return error if frame_offset is negative, prevent segfault
Baptiste Coudurier
2008-05-26
1
-1
/
+1
*
return error if len is negative, prevent segfault
Baptiste Coudurier
2008-05-26
1
-0
/
+2
*
move ffserver specific functions up and only include unistd.h in this case
Baptiste Coudurier
2008-05-26
1
-29
/
+29
*
move ffm_seek1 before get_pts function since func uses it
Baptiste Coudurier
2008-05-26
1
-17
/
+17
*
move DEBUG_SEEK definition before get_pts since func uses it
Baptiste Coudurier
2008-05-26
1
-2
/
+2
*
move get_pts function to avoid useless declaration
Baptiste Coudurier
2008-05-26
1
-16
/
+13
*
split ffm de/muxer
Baptiste Coudurier
2008-05-26
1
-0
/
+498
[prev]