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
*
complete American Laser Games MM playback system, courtesy of Peter Ross
Mike Melanson
2006-02-12
11
-1
/
+439
*
10l, fails to compile when debug enabled
Alex Beregszaszi
2006-02-12
2
-2
/
+2
*
tta demuxer, also usable for moving tta audio data into an other container
Alex Beregszaszi
2006-02-12
4
-1
/
+143
*
tta decoder, tested with 44khz mono and stereo (for the latter use ffplay or ...
Alex Beregszaszi
2006-02-12
4
-0
/
+454
*
Build also ffserver (if configured) when doing `make test' .
Alexander Strasser
2006-02-11
1
-1
/
+1
*
stsd fix by (Baptiste COUDURIER )baptiste.coudurier smartjog com)
Michael Niedermayer
2006-02-11
1
-13
/
+20
*
Move libpostproc compilation to the top-level Makefile.
Diego Biurrun
2006-02-11
2
-26
/
+14
*
Quote all installation paths to protect against spaces in the path.
Diego Biurrun
2006-02-11
1
-3
/
+3
*
libpostproc installs into a different directory that needs to be created.
Diego Biurrun
2006-02-11
1
-1
/
+5
*
Use the incdir variable.
Diego Biurrun
2006-02-11
1
-1
/
+1
*
100l typo: forgotten $
Diego Biurrun
2006-02-11
1
-1
/
+1
*
10l typo: libdir --> incdir
Diego Biurrun
2006-02-11
1
-1
/
+1
*
- fix insufficient code length for exp_vlc
Jindřich Makovička
2006-02-11
1
-6
/
+13
*
Simplify header installation.
Diego Biurrun
2006-02-11
5
-28
/
+11
*
Add incdir to configure.
Diego Biurrun
2006-02-11
1
-0
/
+9
*
Make sure that install-progs has the proper dependencies when compiling
Diego Biurrun
2006-02-11
1
-0
/
+4
*
Separate library install into static and shared installation.
Diego Biurrun
2006-02-11
6
-38
/
+26
*
mp4 codecs objecttype handling patch by (Baptiste COUDURIER <baptiste.couduri...
Baptiste Coudurier
2006-02-11
3
-20
/
+39
*
Separate header file installation from the general install target.
Diego Biurrun
2006-02-11
5
-9
/
+14
*
Fix for url_fclose() being called on an already closed file based on a patch ...
Michael Niedermayer
2006-02-11
1
-0
/
+1
*
The install-progs target should depend on $(PROG).
Diego Biurrun
2006-02-11
1
-1
/
+1
*
Separate program installation into its own target.
Diego Biurrun
2006-02-11
1
-1
/
+3
*
Add installlib and install-headers targets like everywhere else.
Diego Biurrun
2006-02-11
1
-1
/
+6
*
Install static libpostproc if CONFIG_PP is set.
Diego Biurrun
2006-02-11
1
-0
/
+3
*
Install libpostproc headers if CONFIG_PP is set.
Diego Biurrun
2006-02-11
1
-0
/
+3
*
Move the v{Y,C}CoeffsBank vectors into the SwsContext, filling them in just
Alan Curry
2006-02-11
3
-26
/
+28
*
cosmetics: indentation fixes
Diego Biurrun
2006-02-11
1
-47
/
+47
*
Fix big-endian color permutation problems.
Alan Curry
2006-02-11
2
-11
/
+46
*
mpeg-ps probe 2nd try
Michael Niedermayer
2006-02-11
1
-1
/
+5
*
Don't use pow/powf functions where we just need integer arithmetic.
Alexander Strasser
2006-02-10
1
-4
/
+4
*
add adtsenc.c with myself as maintainer
Måns Rullgård
2006-02-10
1
-0
/
+1
*
h264: special case dc-only idct. ~1% faster overall
Loren Merritt
2006-02-10
6
-38
/
+173
*
generate adts frame headers if required
Måns Rullgård
2006-02-10
5
-19
/
+135
*
use get_bits1/skip_bits[1] in ac3 and aac parsers
Måns Rullgård
2006-02-10
1
-21
/
+21
*
voc: set bits_per_sample correctly (fix mplayer playback)
Aurelien Jacobs
2006-02-09
1
-0
/
+13
*
add a Creative VOC (de)muxer
Aurelien Jacobs
2006-02-09
12
-3
/
+347
*
Patch by Stefan Huehner / stefan % huehner ! org \
Stefan Huehner
2006-02-09
1
-1
/
+1
*
fix segfault on broken streams
Michael Niedermayer
2006-02-09
1
-1
/
+4
*
10l in 1.12
Loren Merritt
2006-02-09
1
-6
/
+6
*
Correct RGB vs. BGR confusion, the macros vec_mstrgb24 and vec_mstbgr24 each
Alan Curry
2006-02-09
1
-3
/
+3
*
replace probe() by one similar to MPEG-ES
Michael Niedermayer
2006-02-08
1
-21
/
+10
*
Add video4linux2 detection to configure.
Luca Abeni
2006-02-08
1
-0
/
+9
*
Move CONIG_MUXERS below struct frame_attributes, it's not muxer-specific.
Colin Ward
2006-02-08
1
-2
/
+2
*
altivec_yuv2packedX() ignores the requested output format and unconditionally
Alan Curry
2006-02-08
1
-2
/
+32
*
Correctly set the interlaced_frame and top_field_first fields.
Luca Abeni
2006-02-08
1
-7
/
+21
*
typo
Diego Biurrun
2006-02-08
2
-2
/
+2
*
List of people maintaining different parts of FFmpeg.
Diego Biurrun
2006-02-08
1
-0
/
+197
*
AltiVec operations need to have memory aligned on 16-byte boundaries.
Alan Curry
2006-02-08
2
-5
/
+10
*
vYCoeffsBank and vCCoeffsBank are allocated and initialized using incorrect
Alan Curry
2006-02-08
1
-4
/
+4
*
slightly faster loopfilter
Loren Merritt
2006-02-08
1
-2
/
+14
[next]