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
*
use av_random instead random/srandom
Alex Beregszaszi
2007-02-21
1
-6
/
+9
*
Remove unused variable.
Diego Biurrun
2007-02-21
1
-2
/
+0
*
Move MinGW extralibs setting into MinGW section.
Diego Biurrun
2007-02-21
1
-2
/
+1
*
Clarify FAQ, section "ffmpeg does not work".
Benoit Fouet
2007-02-21
1
-1
/
+1
*
cosmetics: Fix a common typo, sepErate --> sepArate.
Diego Biurrun
2007-02-21
3
-5
/
+7
*
Add the stream_bitrate GUID to the asf parsing code, and set stream bitrate
Ryan Martell
2007-02-20
2
-0
/
+20
*
libgsm_ms codec depends on libgsm
Måns Rullgård
2007-02-20
1
-0
/
+2
*
warn if bps from user and what will be stored missmatches
Michael Niedermayer
2007-02-20
1
-0
/
+3
*
try to fill in missing bits_per_sample
Michael Niedermayer
2007-02-20
1
-0
/
+3
*
Remove code duplicated between adpcm.c and riff.c
Michel Bardiaux
2007-02-20
1
-1
/
+1
*
Add some more Doxygen documentation to libavcodec/utils.c.
Panagiotis Issaris
2007-02-20
1
-4
/
+44
*
Adds Doxygen docs for the av_log function.
Panagiotis Issaris
2007-02-20
1
-0
/
+14
*
Add support for MS-GSM codec
Michel Bardiaux
2007-02-20
6
-20
/
+79
*
Provide Doxygen documentation.
Panagiotis Issaris
2007-02-20
1
-6
/
+10
*
Move the aframes option from the video "subsection" to the
Benoit Fouet
2007-02-20
1
-1
/
+1
*
The --enable-a52 option was renamed to --enable-liba52, fix the FAQ regarding
Panagiotis Issaris
2007-02-20
1
-1
/
+1
*
FAQ clarification concerning the configuration of FFmpeg for usage with liba52.
Dujardin Bernard
2007-02-20
1
-1
/
+1
*
add doxygen docs for avpicture_fill()
Guillaume Poirier
2007-02-20
1
-15
/
+39
*
generic foo-config --cflags/libs test
Måns Rullgård
2007-02-19
1
-21
/
+19
*
feature tests for functions requiring one or more headers
Måns Rullgård
2007-02-19
1
-48
/
+43
*
revert last change, it breaks on brain damaged distros
Måns Rullgård
2007-02-19
1
-1
/
+5
*
simplify check_lib
Måns Rullgård
2007-02-19
1
-5
/
+1
*
fix comment, get/show_bits(0) does not work
Stefan Gehrer
2007-02-19
1
-2
/
+2
*
link fix by Dujardin Bernard, dujardin.iut numericable fr
Diego Biurrun
2007-02-19
1
-1
/
+1
*
Remove some old disabled debugging output
Michel Bardiaux
2007-02-19
1
-10
/
+0
*
simplify in fill_caches
Loren Merritt
2007-02-19
1
-29
/
+16
*
Remove a non-C dependency (being M_PI) from the libavcodec example.
Panagiotis Issaris
2007-02-18
1
-1
/
+3
*
Use a more correct value for Pi.
Panagiotis Issaris
2007-02-18
1
-1
/
+1
*
Clairyfication of the gain tool struct.
Benjamin Larsson
2007-02-18
1
-9
/
+9
*
fix for x86-64
Måns Rullgård
2007-02-18
1
-1
/
+1
*
Don't use byte swaps and use the more portable way
Benjamin Larsson
2007-02-18
1
-8
/
+8
*
TARGET_OS in config.mak is unused
Måns Rullgård
2007-02-18
1
-1
/
+0
*
remove --enable-mingw32 option, --target-os=mingw32 should be used
Måns Rullgård
2007-02-18
1
-2
/
+0
*
case insensitive OS name
Måns Rullgård
2007-02-18
1
-14
/
+18
*
factorize more calls to fill_rectangle()
Michael Niedermayer
2007-02-18
1
-6
/
+9
*
factorize fill_rectangle() calls
Michael Niedermayer
2007-02-18
1
-8
/
+8
*
display line number when printing error
Alex Beregszaszi
2007-02-18
1
-8
/
+8
*
spit an error message in case of invalid chunk
Alex Beregszaszi
2007-02-18
1
-1
/
+3
*
libswscale is needed in Cygwin vhooks
Víctor Paesa
2007-02-18
1
-2
/
+2
*
rewrite H264_CHROMA_MC4_TMPL (20% faster)
Michael Niedermayer
2007-02-17
1
-73
/
+61
*
10l: I thought I'd tested all changes...
Måns Rullgård
2007-02-17
1
-1
/
+1
*
rearrange --help text slightly
Måns Rullgård
2007-02-17
1
-7
/
+11
*
mention --target-os in --help
Måns Rullgård
2007-02-17
1
-1
/
+2
*
move arch processing after command line loop
Måns Rullgård
2007-02-17
1
-55
/
+55
*
put mingw section together with other OS specifics
Måns Rullgård
2007-02-17
1
-29
/
+23
*
add --target-os option, and move OS specific settings after command line
Måns Rullgård
2007-02-17
1
-120
/
+124
*
negative stride and h_size-=8 fix
Michael Niedermayer
2007-02-17
1
-4
/
+4
*
remove imgresample and convert with the next version bump
Michael Niedermayer
2007-02-17
1
-7
/
+12
*
Use AVRandom
Kostya Shishkov
2007-02-17
1
-11
/
+4
*
10l: forgot break statement
Kostya Shishkov
2007-02-17
1
-0
/
+1
[next]