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
Commit message (
Expand
)
Author
Age
Files
Lines
*
add codec_id <-> codec_tag tables to AVIn/OutputFormat
Michael Niedermayer
2007-01-21
19
-53
/
+95
*
fix indention (dunno why it was messed up ...)
Michael Niedermayer
2007-01-20
1
-29
/
+28
*
checking bitstream values and other related changes
Michael Niedermayer
2007-01-20
1
-50
/
+118
*
Attempt to better document AVFMT_NOFILE.
Reimar Döffinger
2007-01-19
2
-1
/
+5
*
Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,
Reimar Döffinger
2007-01-19
1
-1
/
+1
*
add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)
Alex Beregszaszi
2007-01-19
2
-8
/
+31
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
66
-379
/
+379
*
remove useless cast that makes code unreadable
Guillaume Poirier
2007-01-19
1
-2
/
+2
*
harden h264 decoding to prevent some crashes when input data is corrupted.
Francois Oligny-Lemieux
2007-01-19
1
-19
/
+46
*
uint16->uint8
Michael Niedermayer
2007-01-19
1
-3
/
+3
*
cosmetics: indentation
Aurelien Jacobs
2007-01-18
2
-2
/
+2
*
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed chec...
François Revol
2007-01-18
1
-3
/
+1
*
The long awaited BeOS cleanup, phase 1
François Revol
2007-01-18
8
-54
/
+34
*
omg, major typo (fails if card supports rgb24)
Alex Beregszaszi
2007-01-18
1
-1
/
+2
*
Change the Snow encoder to always use the available MotionEstContext pointer.
Panagiotis Issaris
2007-01-18
1
-4
/
+4
*
Add/update some comments.
Diego Biurrun
2007-01-18
1
-2
/
+2
*
Rename do_libav var so as not to clash with the do_libav function on Solaris.
Diego Biurrun
2007-01-18
1
-2
/
+2
*
change while loops to do-while as the condition is true the first time and th...
Michael Niedermayer
2007-01-18
1
-4
/
+4
*
simpler branch structure in init (16 bytes smaller object file)
Michael Niedermayer
2007-01-17
1
-1
/
+1
*
doxygenize
Michael Niedermayer
2007-01-17
1
-2
/
+2
*
avoid code duplication
Michael Niedermayer
2007-01-17
1
-3
/
+1
*
better to set things to NULL instead of random in case of out of mem
Michael Niedermayer
2007-01-17
1
-1
/
+1
*
simplify av_fifo_realloc()
Michael Niedermayer
2007-01-17
1
-11
/
+7
*
remove near duplicate function
Michael Niedermayer
2007-01-17
1
-15
/
+6
*
simplify
Michael Niedermayer
2007-01-17
1
-8
/
+3
*
simplify
Michael Niedermayer
2007-01-17
1
-5
/
+2
*
simplify
Michael Niedermayer
2007-01-17
1
-7
/
+4
*
Avoid branches in the loop and solve a gcc warning
Luca Barbato
2007-01-17
1
-13
/
+19
*
simplify pts/dts reading
Michael Niedermayer
2007-01-17
1
-11
/
+11
*
Cosmetics
Luca Barbato
2007-01-17
1
-10
/
+17
*
cosmetic
Michael Niedermayer
2007-01-17
1
-1
/
+1
*
reduce len checks, simplifies code
Michael Niedermayer
2007-01-17
1
-14
/
+2
*
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and
Panagiotis Issaris
2007-01-17
1
-0
/
+2
*
seperate redo (we dont handle this possibly valid packet) from
Michael Niedermayer
2007-01-17
1
-11
/
+14
*
10l (aes_crypt -> av_aes_crypt)
Michael Niedermayer
2007-01-17
2
-5
/
+5
*
set data_size to 0 so that in case we return without setting it nothing funny...
Michael Niedermayer
2007-01-16
1
-0
/
+2
*
update swf regression checksum
Måns Rullgård
2007-01-16
1
-1
/
+1
*
Make nb_streams unsigned to avoid an ugly cast.
Diego Biurrun
2007-01-16
2
-2
/
+2
*
fix a gcc warning, avoid an unnecessary operation
Luca Barbato
2007-01-16
1
-1
/
+1
*
fix CONFIG_SMALL again
Michael Niedermayer
2007-01-16
1
-18
/
+8
*
30byte smaller object file
Michael Niedermayer
2007-01-16
1
-3
/
+3
*
10l typo
Michael Niedermayer
2007-01-16
1
-1
/
+1
*
public API
Michael Niedermayer
2007-01-16
1
-0
/
+10
*
cbc support
Michael Niedermayer
2007-01-16
1
-12
/
+23
*
avoid memcpy()
Michael Niedermayer
2007-01-16
1
-4
/
+3
*
give crypt a src and dst
Michael Niedermayer
2007-01-16
1
-23
/
+21
*
Avoid calling decode_slice when context_initialized is not set.
Reimar Döffinger
2007-01-16
1
-0
/
+1
*
change subshift a little, this reduces the object size a litlle
Michael Niedermayer
2007-01-16
1
-5
/
+7
*
use 2 state arrays so that fewer temporary variables are needed
Michael Niedermayer
2007-01-16
1
-33
/
+32
*
remove useless parameter
Michael Niedermayer
2007-01-16
1
-4
/
+4
[next]