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
...
*
workaround gcc bug, untested as my gcc is not complaining
Michael Niedermayer
2007-08-26
2
-0
/
+6
*
add a link to VIS instructions whitepaper
Dominik Mierzejewski
2007-08-26
1
-0
/
+2
*
optimize the first vertical lifting step, this also prevents another
Michael Niedermayer
2007-08-26
1
-25
/
+25
*
use POSIX "strings -a" rather than "strings -"
Måns Rullgård
2007-08-26
1
-1
/
+1
*
fix endian detection on MacOS
Måns Rullgård
2007-08-26
1
-1
/
+1
*
optimize 1st horizontal lifting step
Michael Niedermayer
2007-08-26
1
-34
/
+22
*
typo
Michael Niedermayer
2007-08-26
1
-1
/
+1
*
get rid of totally senseless "m" + read in register we have enough
Michael Niedermayer
2007-08-26
1
-72
/
+52
*
simplify senselessly complex addressing
Michael Niedermayer
2007-08-26
1
-27
/
+28
*
cosmetics
Michael Niedermayer
2007-08-26
1
-36
/
+27
*
avoid overflow in the 3rd lifting step, this now needs mmx2 at minimum
Michael Niedermayer
2007-08-26
2
-30
/
+77
*
avoid an overflow in the 1 horizontal lifting step
Michael Niedermayer
2007-08-25
1
-12
/
+12
*
prevent one overflow in the first vertical lifting step
Michael Niedermayer
2007-08-25
1
-6
/
+6
*
update mmx code to latest snow changes
Michael Niedermayer
2007-08-25
2
-238
/
+210
*
Use correct timescale in RTSP seeking
Luca Abeni
2007-08-25
1
-1
/
+1
*
prettyprinting cosmetics
Diego Biurrun
2007-08-25
1
-60
/
+60
*
cleanup (remove some old experimentation related code)
Michael Niedermayer
2007-08-25
2
-304
/
+2
*
we only have 2 wavelets, the 3rd was just for experimentation ...
Michael Niedermayer
2007-08-25
1
-1
/
+1
*
use 16bit IDWT (a SIMD implementation of it should be >2x faster then with
Michael Niedermayer
2007-08-25
7
-159
/
+222
*
whitespace/indentation cosmetics
Diego Biurrun
2007-08-24
1
-112
/
+112
*
Remove HAVE_ALTIVEC preprocessor directives that are only compiled
Diego Biurrun
2007-08-24
2
-12
/
+0
*
more sparc asm docs
Michael Niedermayer
2007-08-24
1
-0
/
+3
*
Remove copyright from a function prototype
Luca Abeni
2007-08-24
1
-1
/
+0
*
Remove --disable-dv1394 option
Ramiro Polla
2007-08-24
1
-14
/
+1
*
Fix trivial mixed declarations and code warning caused by a double semicolon.
Diego Biurrun
2007-08-24
1
-1
/
+1
*
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a
Diego Biurrun
2007-08-24
1
-6
/
+0
*
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
Diego Biurrun
2007-08-24
1
-1
/
+1
*
Group network checks together
Ramiro Polla
2007-08-24
1
-6
/
+13
*
Merge __MWERKS__ preprocessor directives.
Diego Biurrun
2007-08-24
1
-3
/
+1
*
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Diego Biurrun
2007-08-24
2
-12
/
+0
*
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Diego Biurrun
2007-08-24
3
-11
/
+8
*
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
Diego Biurrun
2007-08-24
2
-2
/
+2
*
int->uint8_t
Michael Niedermayer
2007-08-24
1
-6
/
+6
*
int->int8_t (no need for them to be int ...)
Michael Niedermayer
2007-08-24
1
-2
/
+2
*
Reindent the code after the last commit
Luca Abeni
2007-08-24
1
-7
/
+7
*
Remove RTSP special casing in ffplay startup
Luca Abeni
2007-08-24
1
-22
/
+1
*
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
Luca Abeni
2007-08-24
5
-57
/
+109
*
Add V_SNOW
David Conrad
2007-08-24
1
-0
/
+1
*
Add request_channels member to AVCodecContext so we now have a proper
Reimar Döffinger
2007-08-23
3
-2
/
+11
*
Stray commit reverted
Luca Barbato
2007-08-23
1
-1
/
+22
*
PowerPC/CELL/Altivec pointers
Luca Barbato
2007-08-23
2
-22
/
+12
*
elaborate on needs_more_info
Michael Niedermayer
2007-08-23
1
-0
/
+2
*
use more bits on the encoder side
Michael Niedermayer
2007-08-23
4
-21
/
+28
*
sparc asm docs
Michael Niedermayer
2007-08-23
1
-0
/
+5
*
Initialize the "stc" variable before using it in ff_find_start_code()
Luca Abeni
2007-08-23
1
-1
/
+1
*
Take ring frame into account when demuxing.
Kostya Shishkov
2007-08-23
1
-0
/
+3
*
simd gmc wasn't impossible.
Loren Merritt
2007-08-23
1
-1
/
+1
*
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Diego Biurrun
2007-08-22
2
-2
/
+2
*
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Diego Biurrun
2007-08-22
9
-16
/
+16
*
Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).
Diego Biurrun
2007-08-22
1
-8
/
+3
[prev]
[next]