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
...
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-1
/
+1
*
Fix build: Add intreadwrite.h and bswap.h #includes where necessary.
Diego Biurrun
2009-01-11
1
-0
/
+1
*
Remove offset_t typedef and use int64_t directly instead.
Diego Biurrun
2008-10-03
1
-12
/
+12
*
Improve long names for FFM muxer and demuxer:
Stefano Sabatini
2008-07-27
1
-1
/
+1
*
cosmetics, pts->dts
Baptiste Coudurier
2008-06-22
1
-15
/
+15
*
enable feeder threads
Baptiste Coudurier
2008-06-22
1
-0
/
+1
*
ffm has no per stream priv_data anymore
Baptiste Coudurier
2008-06-19
1
-14
/
+1
*
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es.
Albert Astals Cid
2008-06-09
1
-1
/
+1
*
pass dts and pts through ffm, should fix streaming b frames
Baptiste Coudurier
2008-06-09
1
-7
/
+9
*
pass extradata through ffm
Baptiste Coudurier
2008-06-09
1
-1
/
+7
*
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]