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
*
swscale: fix yuv range correction when using 16-bit scaling.
Ronald S. Bultje
2011-07-01
1
-6
/
+6
*
swscale: implement >8bit scaling support.
Ronald S. Bultje
2011-06-30
12
-373
/
+545
*
build: fix creation of tools dir with make 3.81
Mans Rullgard
2011-06-29
1
-2
/
+5
*
build: Mark all-yes Makefile target as phony.
Diego Biurrun
2011-06-29
1
-1
/
+1
*
pixfmt: fix YUV422/444 wrong endian comment
Can Wu
2011-06-29
1
-6
/
+6
*
build: create output directories as needed
Mans Rullgard
2011-06-29
4
-27
/
+20
*
Add new yuv444 pixfmts to avcodec_align_dimensions2
Jason Garrett-Glaser
2011-06-29
1
-0
/
+4
*
swscale: Add Doxygen for hyscale_fast/hScale.
Ronald S. Bultje
2011-06-29
1
-0
/
+45
*
fate: enable lavfi-pixmt tests on big endian systems
Mans Rullgard
2011-06-28
8
-13
/
+0
*
PPC: swscale: disable altivec functions for unsupported formats
Mans Rullgard
2011-06-28
1
-1
/
+3
*
fate: merge identical pixdesc_be/le tests
Mans Rullgard
2011-06-28
4
-54
/
+1
*
swscale: Add Doxygen for yuv2planar*/yuv2packed* functions.
Ronald S. Bultje
2011-06-28
1
-0
/
+98
*
build: call texi2pod.pl with full path instead of symlink
Mans Rullgard
2011-06-28
2
-6
/
+2
*
build: include sub-makefiles using full path instead of symlinks
Mans Rullgard
2011-06-28
10
-28
/
+15
*
swscale: update big endian reference values after dff5a835.
Ronald S. Bultje
2011-06-28
1
-0
/
+4
*
wavpack: skip blocks with no samples
Kostya Shishkov
2011-06-28
1
-2
/
+11
*
cosmetics: remove outdated comment that is no longer true
Justin Ruggles
2011-06-28
1
-2
/
+0
*
build: replace some addprefix/addsuffix with substitution refs
Mans Rullgard
2011-06-28
2
-11
/
+11
*
avutil: Remove unused arbitrary precision integer code.
Diego Biurrun
2011-06-28
4
-313
/
+0
*
configure: Drop check for availability of ten assembler operands.
Diego Biurrun
2011-06-28
3
-19
/
+5
*
aacenc: Save channel configuration for later use.
Nathan Caldwell
2011-06-27
2
-8
/
+9
*
aacenc: Fix codebook trellising for zeroed bands.
Alex Converse
2011-06-27
1
-4
/
+20
*
swscale: change prototypes of scaled YUV output functions.
Ronald S. Bultje
2011-06-27
4
-246
/
+228
*
swscale: re-add support for non-native endianness.
Ronald S. Bultje
2011-06-27
9
-12
/
+52
*
swscale: disentangle yuv2rgbX_c_full() into small functions.
Ronald S. Bultje
2011-06-27
1
-121
/
+171
*
swscale: split yuv2packed[12X]_c() remainders into small functions.
Ronald Bultje
2011-06-27
1
-296
/
+402
*
swscale: split yuv2packedX_altivec in smaller functions.
Ronald S. Bultje
2011-06-27
3
-14
/
+46
*
swscale: don't use planar output functions to write to NV12/21.
Ronald S. Bultje
2011-06-27
1
-1
/
+2
*
ac3enc: move ff_ac3_encode_frame() to ac3enc_template.c
Justin Ruggles
2011-06-27
6
-131
/
+119
*
ac3enc: merge log2_tab() into normalize_samples()
Justin Ruggles
2011-06-27
1
-14
/
+2
*
ac3enc: Remove bit allocation fallbacks.
Justin Ruggles
2011-06-27
1
-70
/
+1
*
build: improve rules for test programs
Mans Rullgard
2011-06-26
1
-3
/
+4
*
build: factor out the .c and .S compile commands as a macro
Mans Rullgard
2011-06-26
2
-4
/
+13
*
swscale: remove unused xInc/srcW arguments from hScale().
Ronald S. Bultje
2011-06-26
4
-11
/
+7
*
H.264: disable 2tap qpel with CODEC_FLAG2_FAST and >8-bit
Jason Garrett-Glaser
2011-06-26
1
-1
/
+2
*
H.264: make filter_mb_fast support 4:4:4
Jason Garrett-Glaser
2011-06-26
1
-13
/
+49
*
mpeg4videoenc: Remove disabled variant of mpeg4_encode_block().
Diego Biurrun
2011-06-26
1
-65
/
+0
*
configure: allow post-fixed cpu strings for athlon64, k8, and opteron
Alexis Ballier
2011-06-26
1
-1
/
+1
*
Move some variable declarations below the proper #ifdefs.
Diego Biurrun
2011-06-26
2
-4
/
+5
*
ARM: silence some annoying armcc warnings
Mans Rullgard
2011-06-25
1
-0
/
+2
*
ffplay: Remove unused-but-set channels variable from update_sample_display().
Diego Biurrun
2011-06-25
1
-3
/
+1
*
build: Add DEP_LIBS dependency directly to the shared library build rule.
Diego Biurrun
2011-06-25
1
-5
/
+1
*
build: Remove multiple inclusion guards from config.mak.
Diego Biurrun
2011-06-25
1
-3
/
+0
*
build: Remove redundant config.mak includes from subdirectory Makefiles.
Diego Biurrun
2011-06-25
7
-14
/
+0
*
aacenc: Mark psy_3gpp_window() as av_unused.
Diego Biurrun
2011-06-25
1
-3
/
+4
*
configure: Add -Wno-format-zero-length to CFLAGS.
Diego Biurrun
2011-06-24
1
-0
/
+1
*
udp: Receive on the remote port number, if no local port is set
Can Wu
2011-06-24
1
-1
/
+1
*
doxygen: Consistently use '@' instead of '\' for Doxygen markup.
Diego Biurrun
2011-06-24
38
-259
/
+259
*
Use av_printf_format to check the usage of printf style functions
Martin Storsjö
2011-06-23
6
-19
/
+9
*
Add av_printf_format, for marking printf style format strings and their param...
Martin Storsjö
2011-06-23
3
-1
/
+6
[next]