Vitor Sessak
750cbd34c9
cosmetics and function rename
...
patch by Vitor ken1001 gmail com | sed -e s/ken/vitor/
reference thread:
subject: [FFmpeg-devel] [PATCH] RoQ video encoder, take 2
date: 05/27/2007 12:21 PM
Originally committed as revision 9147 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Glenn A. Serre
828bb5f1f6
variable initialization (because of a gcc warning)
...
patch by Glenn A. Serre gaserre spiresoftware com
Originally committed as revision 9146 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4d7b302c0d
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
...
Originally committed as revision 23400 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
42610c4983
Remove redundant fastmemcpy.h #include, it is indirectly #included by avutil.h.
...
Originally committed as revision 9145 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d5aa01cd30
make decoder decode the first frame properly if theres more than just one
...
frame input
Originally committed as revision 9144 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cca2adb87d
doc/Makefile no longer exists.
...
Originally committed as revision 9143 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2d2fe55737
10l: Revert accidental removal of unused code.
...
Originally committed as revision 9142 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0fd5a1b935
Exit with error when running libavtest and not configured with --enable-gpl.
...
Originally committed as revision 9141 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
faed2a7f8f
Rename variable for consistency.
...
Originally committed as revision 9140 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1b1a1608be
whitespace cosmetics
...
Originally committed as revision 9139 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
acfd623e8f
better variable names
...
Originally committed as revision 9138 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0cda58aaaa
Remove comments that are neither very enlightening nor particularly up-to-date.
...
Originally committed as revision 9137 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6fea73ceef
Do not hide the commands make runs.
...
Originally committed as revision 9136 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
dd4ca89143
Fix seek_test compilation for out-of-tree builds.
...
Originally committed as revision 9135 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
197b07f360
--enable-amr-* --> -- enable-libamr-*
...
Originally committed as revision 9134 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
8a59d9a385
fix "incorrect frame size" errors with small.nuv
...
Originally committed as revision 9133 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
367b16cbe4
more snow todo items
...
Originally committed as revision 9132 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Harald Karnet
f1edd8ef90
Correct the parameter order for the call to "av_clip".
...
Patch by Harald Karnet, harald karner % gmx net.
Thread [FFmpeg-devel] [PATCH] Bugfix H.263+ encoder frame header corruption
Originally committed as revision 9131 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
59a2385e73
Remove portability comment, it should be pure POSIX now.
...
Originally committed as revision 9130 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
dc75f7eeb4
whitespace cosmetics
...
Originally committed as revision 9129 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6d593d4356
'grep -q' is a GNU extension.
...
Originally committed as revision 9128 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f1f836fd3b
Do not fail or print an error if the logfile already exists.
...
Originally committed as revision 9127 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
5e2dfd3906
Add seektest to top-level targets, remove individual codec tests.
...
Originally committed as revision 9126 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
036ab241e5
Also remove seek_test upon clean.
...
Originally committed as revision 9125 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
8be6dac8dc
merge huffman tables for rgb too
...
Originally committed as revision 9124 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
90a7f95654
Replace multiple rules for compiling binaries by one pattern rule.
...
Originally committed as revision 9123 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
244e1e644c
Use proper license header.
...
Originally committed as revision 9122 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
c9639fab61
typo
...
Originally committed as revision 9121 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
79e95835e0
Remove obsolete and non-working DSP test program.
...
Originally committed as revision 9120 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
f45fcba303
cosmetics (reduce nesting)
...
Originally committed as revision 9119 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
acc0e0c8b6
use sparse huffman tables. 1.5% faster huffyuv decoding.
...
Originally committed as revision 9118 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
b613bacca9
add init_vlc_sparse(). faster than init_vlc() if there are lots of holes in the tables.
...
Originally committed as revision 9117 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4d5588cfb8
extern C declarations were removed.
...
Originally committed as revision 9116 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sergey Vlasov
32dd6a9c78
fix dca_bitalloc_index decoder init
...
Patch by Sergey Vlasov (printf("%csu at altlinux%s",'v',".ru");)
Thread [FFmpeg-devel] [PATCH] dca: fix dca_bitalloc_index decoder init
Originally committed as revision 9115 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Sergey Vlasov
56e4603e67
Fix dca.c compilation with #define TRACE
...
Patch by Sergey Vlasov (v\0163u at \0141ltlinux.ru)
Thread [FFmpeg-devel] [PATCH] dca: fix compilation with #define TRACE
Originally committed as revision 9114 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
7ee7412e6e
cosmetics: alignment
...
Originally committed as revision 9113 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
2f3e7d554d
define ENABLE_* for every CONFIG_ item
...
Originally committed as revision 9112 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Oded Shimon
8d641aedb9
fix mjpeg decoding with broken huffman table headers
...
Originally committed as revision 9111 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
82e605410a
-sws_flags command line option to set swscaler flags
...
Originally committed as revision 9110 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
3592648940
-sws_flags command line option to set swscaler flags
...
Originally committed as revision 9109 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
d61845e8ae
ffmpeg -sws_flags command line option to set swscaler flags
...
Originally committed as revision 23379 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ramiro Polla
67a5daf07f
Remove duplicate bytestream functions
...
Originally committed as revision 9108 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
cb1a74cf8c
Export the four remaining H.264 decoder intra prediction functions for reuse in
...
the H.264 encoder. These functions are: pred8x8_left_dc_c, pred8x8_top_dc_c,
pred16x16_left_dc_c and pred16x16_top_dc_c.
Originally committed as revision 9107 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
9aee21c8f7
Reindent
...
Originally committed as revision 9106 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
4edda03480
Make the compilation of h264idct.c optional.
...
Originally committed as revision 9105 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
19716d6478
merge huffman tables so that we read 2 symbols at a time. 30% faster huffyuv decoding.
...
Originally committed as revision 9104 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
5faf2d3641
add rgb suffix handling for demuxer
...
Originally committed as revision 9103 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
0dc56bfae0
id3v2 writer
...
patch by Andreas Ãman andreas olebyn nu
original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2
Originally committed as revision 9102 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
52b53f8653
id3v2 reader
...
patch by Andreas Ãman andreas olebyn nu
original thread: [FFmpeg-devel] [Ffmpeg-devel] ID3v2
Originally committed as revision 9101 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
cb2578d5ef
cosmetic v1/v2 renaming
...
patch by Andreas Ãman andreas olebyn nu
Originally committed as revision 9100 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago