index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
move mp3_header_decompress bitstream filter in its own file
Aurelien Jacobs
2007-05-19
4
-81
/
+102
*
add proper prefix to extern mpeg audio data tables
Aurelien Jacobs
2007-05-19
5
-34
/
+34
*
move some common mpeg audio tables from mpegaudiodectab.h to mpegaudiodata.c
Aurelien Jacobs
2007-05-19
8
-209
/
+271
*
move the mjpeg_encoder struct from mpegvideo.c to mjpegenc.c
Aurelien Jacobs
2007-05-18
2
-13
/
+11
*
add a proper prefix to all mjpeg encoder exported functions
Aurelien Jacobs
2007-05-18
4
-34
/
+34
*
split ljpeg encoder out of mjpeg.c
Aurelien Jacobs
2007-05-18
6
-182
/
+261
*
Better error reporting.
Benjamin Larsson
2007-05-18
1
-2
/
+4
*
cosmetics: macrofy duplicate code in huffyuv
Loren Merritt
2007-05-18
1
-45
/
+62
*
r3938 broke 2pass huffyuv (not that anyone uses it)
Loren Merritt
2007-05-18
1
-2
/
+2
*
3DNow! and SSSE3 optimization to QNS DSP functions; use pmulhrw/pmulhrsw inst...
Zuxy Meng
2007-05-18
2
-80
/
+170
*
Move attribute_unused to variable declarations in macros instead of
Reimar Döffinger
2007-05-17
1
-15
/
+12
*
remove libdts decoder, we have a native dts decoder
Aurelien Jacobs
2007-05-17
5
-288
/
+0
*
prevent misdetection by using a stricter regexp
Aurelien Jacobs
2007-05-17
1
-7
/
+7
*
add proper prefix to new mjpeg extern func/var
Aurelien Jacobs
2007-05-17
4
-46
/
+56
*
split mjpeg.c into an encoder and a decoder file
Aurelien Jacobs
2007-05-17
5
-2282
/
+2362
*
use macro Use DECLARE_ALIGNED_16 to align stack-allocated variables
Guillaume Poirier
2007-05-17
5
-16
/
+16
*
Only compile fft and mdct when needed.
Benjamin Larsson
2007-05-17
1
-13
/
+11
*
Use FFABS instead of abs.
Benjamin Larsson
2007-05-17
1
-2
/
+2
*
Use usleep instead of sleep, some MinGW versions lack sleep.
Alex Beregszaszi
2007-05-17
1
-1
/
+1
*
Use DECLARE_ALIGNED for alignment in libpostprocess
Reimar Döffinger
2007-05-17
2
-10
/
+10
*
Make documentation build nonrecursive: Merge it into the top-level Makefile.
Diego Biurrun
2007-05-17
2
-23
/
+13
*
Remove lots of unused commented code. (Cleanup)
Benjamin Larsson
2007-05-17
1
-58
/
+1
*
Change default 1 pass blocksize to 64x64.
Benjamin Larsson
2007-05-17
1
-2
/
+2
*
better separation of vp3dsp functions from dsputil_mmx.c
Aurelien Jacobs
2007-05-16
5
-24
/
+89
*
printf --> av_log, patch by Denis Fortin, fortin nerim net
Denis Fortin
2007-05-16
1
-4
/
+4
*
Remove extern C declarations for C++.
Diego Biurrun
2007-05-16
1
-8
/
+0
*
Remove extern C declarations for C++.
Diego Biurrun
2007-05-16
4
-32
/
+0
*
DTS decoding was broken for every speaker configuration except 5.1.
Sergey Vlasov
2007-05-16
1
-0
/
+10
*
Do not specify directories in #include path, -I flags take care of this.
Ronald S. Bultje
2007-05-16
1
-10
/
+10
*
Add libavcodec to compiler include flags in order to simplify header
Ronald S. Bultje
2007-05-16
47
-70
/
+70
*
Drop unnecessary libavcodec/ prefix in #include path.
Diego Biurrun
2007-05-16
1
-2
/
+2
*
Don't forget about audio remaining in buffer, in case there is enough
Corey Hickey
2007-05-16
1
-1
/
+3
*
Use DECLARE_ALIGNED to ease porting
Reimar Döffinger
2007-05-15
2
-7
/
+7
*
Building both shared and static libraries is now possible on MinGW.
Zuxy Meng
2007-05-15
1
-9
/
+0
*
initial mingw networking support
Alex Beregszaszi
2007-05-15
2
-3
/
+17
*
link to ws2_32.dll only if networking is enabled
Alex Beregszaszi
2007-05-15
1
-1
/
+1
*
Adding Myself to the Maintainers list for the Blackfin architecture
Marc Hoffman
2007-05-15
1
-0
/
+1
*
dont write over the end of ref_cache
Michael Niedermayer
2007-05-14
1
-2
/
+2
*
Make vp3dsp*.c compilation optional.
Panagiotis Issaris
2007-05-14
3
-9
/
+11
*
Change some leftover __attribute__((unused)) and __attribute__((used)) to
Reimar Döffinger
2007-05-14
5
-10
/
+10
*
remove some unused mjpeg encoding variables
Aurelien Jacobs
2007-05-14
3
-8
/
+1
*
jpegls encoder does not call this function, so remove useless tests
Aurelien Jacobs
2007-05-13
1
-8
/
+1
*
split jpeg_ls into jpeglsdec, jpeglsenc and jpegls
Aurelien Jacobs
2007-05-13
9
-1025
/
+1207
*
Use TARGET_ARMV6 variable instead of HAVE_ARMV6 for consistency.
Diego Biurrun
2007-05-13
1
-1
/
+1
*
Blackfin DSP utilities: add DEFUN_END
Marc Hoffman
2007-05-13
4
-0
/
+25
*
Blackfin optimized YUV420 to RGB CSC Color Space Converters.
Marc Hoffman
2007-05-13
7
-1
/
+690
*
correct last element inited check
Michael Niedermayer
2007-05-13
1
-1
/
+1
*
Faster SSE FFT/MDCT, patch by Zuxy Meng %zuxy P meng A gmail P com%
Zuxy Meng
2007-05-13
1
-14
/
+66
*
Do not use return with argument for a function "returning" void.
Reimar Döffinger
2007-05-13
1
-2
/
+2
*
use DECLARE_ALIGNED from mem.h (which is included through common.h)
Alex Beregszaszi
2007-05-13
1
-19
/
+11
[next]