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
*
Testing code uses random().
Michael Niedermayer
2008-08-17
1
-0
/
+1
*
fix includes
Michael Niedermayer
2008-08-17
1
-2
/
+1
*
Principal component analysis
Michael Niedermayer
2008-08-17
2
-0
/
+262
*
alacenc: NULL_IF_CONFIG_SMALL long_name.
Ramiro Polla
2008-08-17
1
-1
/
+1
*
G.729 decoder main code
Vladimir Voroshilov
2008-08-17
2
-0
/
+104
*
More okayed chunks of AAC encoder
Kostya Shishkov
2008-08-17
1
-2
/
+30
*
Import ok'd parts of ALAC encoder from GSoC repo.
Ramiro Polla
2008-08-17
1
-0
/
+197
*
update my email address to one which does not depend on my service provider
Justin Ruggles
2008-08-16
4
-4
/
+4
*
use range of lpc orders in ORDER_METHOD_EST
Justin Ruggles
2008-08-16
1
-4
/
+4
*
cosmetics: adjust line breaks and vertical alignment
Justin Ruggles
2008-08-16
3
-8
/
+11
*
use limited range of lpc orders when quantizing coefficients
Justin Ruggles
2008-08-16
3
-4
/
+4
*
struct timeval requires #include <sys/time.h>
Dave Yeo
2008-08-16
1
-0
/
+1
*
lpc: cosmetics: vertically align declarations and definitions.
Ramiro Polla
2008-08-16
2
-8
/
+8
*
Use correct asm object type and necessary -DPIC for yasm on 64-bit Darwin
David Conrad
2008-08-16
1
-0
/
+2
*
flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.
Ramiro Polla
2008-08-16
4
-190
/
+253
*
flacenc: Allow more flexible shift calculation in LPC.
Ramiro Polla
2008-08-16
1
-10
/
+11
*
Fix rc_eq mem leak.
Michael Niedermayer
2008-08-16
3
-3
/
+2
*
Revert r14260
Michael Niedermayer
2008-08-16
1
-1
/
+0
*
Synchronize AAC encoder with renamings in aac.h
Kostya Shishkov
2008-08-16
1
-8
/
+8
*
Add approved chunks to AAC encoder
Kostya Shishkov
2008-08-16
1
-2
/
+58
*
Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...
Peter Ross
2008-08-16
1
-31
/
+47
*
Surround format-specific functions with matching preprocessor conditionals.
Diego Biurrun
2008-08-15
1
-0
/
+26
*
Surround AVInputFormat declarations with format-specific #ifdefs.
Diego Biurrun
2008-08-15
1
-0
/
+32
*
Replace generic CONFIG_MUXERS preprocessor condition around format-specific
Diego Biurrun
2008-08-15
1
-2
/
+7
*
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat
Diego Biurrun
2008-08-15
1
-13
/
+13
*
cosmetics: Remove redundant #endif comments that are very close to the #ifdef
Diego Biurrun
2008-08-15
1
-13
/
+13
*
cosmetics: misc spelling fixes
Diego Biurrun
2008-08-15
1
-9
/
+9
*
Add flag to mark demuxers that can output discontinuous timestamps.
Michael Niedermayer
2008-08-15
3
-3
/
+4
*
Simplify by using FFMAX.
Michael Niedermayer
2008-08-15
1
-3
/
+1
*
Don't try to free shared ff_sine_* tables pointed to by s->windows[]
Robert Swain
2008-08-15
1
-2
/
+0
*
More OKed AAC decoder hunks
Robert Swain
2008-08-15
4
-5
/
+283
*
Add myself as ARM maintainer
Måns Rullgård
2008-08-15
1
-0
/
+1
*
Synchronise AAC decoder code with that from SoC
Robert Swain
2008-08-15
4
-459
/
+506
*
document some dsp alignments
Loren Merritt
2008-08-15
1
-6
/
+7
*
More OKed sections of AAC decoder code
Robert Swain
2008-08-15
2
-0
/
+347
*
Add -fasm and -std=c99 when supported.
Michael Niedermayer
2008-08-14
1
-0
/
+3
*
use h_addr_list[0] instead of h_addr as this is the posix hostent field name
Aurelien Jacobs
2008-08-14
1
-1
/
+1
*
The ff_sine_#[] should be aligned as they will commonly be used in dsputil
Robert Swain
2008-08-14
1
-5
/
+5
*
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
Aurelien Jacobs
2008-08-14
5
-1
/
+18
*
import ok'd hunks for mxf muxer
Baptiste Coudurier
2008-08-14
1
-0
/
+101
*
Remove hackish support for fastmemcpy from MPlayer.
Diego Biurrun
2008-08-14
1
-5
/
+0
*
mlp: Define End-of-Stream code in common header file and use it in decoder.
Ramiro Polla
2008-08-14
2
-1
/
+4
*
Remove not OKed parts from AAC encoder
Kostya Shishkov
2008-08-14
1
-56
/
+0
*
Use '#include <poll.h>' instead of '#include <sys/poll.h>'.
Diego Biurrun
2008-08-14
1
-1
/
+1
*
Add an example of higher resolution video encoding for the PSP to the FAQ.
Daniel Serpell
2008-08-14
1
-0
/
+4
*
Fix the PSP examples in the FAQ to use libx264 as codec instead of h264.
Daniel Serpell
2008-08-14
1
-2
/
+2
*
Add declarations for the sine tables used in wma.c (half window sizes: 128,
Robert Swain
2008-08-14
3
-4
/
+17
*
Change wma.c to use the ff_sine_window_init() from mdct.c
Robert Swain
2008-08-14
1
-6
/
+2
*
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H.
Kurtnoise
2008-08-14
1
-0
/
+2
*
Check for sys/select.h and poll.h unconditionally, not just if ffserver
Diego Biurrun
2008-08-14
1
-7
/
+2
[next]