|
|
|
@fc1f90d4
|
18 years |
michaelni |
move jpegls up, fixes sf bug #1629152
Originally committed as …
|
|
|
@47b777ce
|
18 years |
michaelni |
sanity checks (should prevent hypothetical div by zero issue)
should …
|
|
|
@61d49d12
|
18 years |
michaelni |
fix assert() 2nd try
Originally committed as revision 9163 to …
|
|
|
@c3b95b1d
|
18 years |
benoit.fouet |
Add support for listing the supported pixel formats using the option …
|
|
|
@808d83fd
|
18 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 9161 to …
|
|
|
@8623e558
|
18 years |
Aurélien Jacobs |
use if(ENABLE_SWSCALER) instead of #ifdef CONFIG_SWSCALER
Originally …
|
|
|
@b1b64c23
|
18 years |
Aurélien Jacobs |
typo
Originally committed as revision 9159 to …
|
|
|
@d6649b2a
|
18 years |
Aurélien Jacobs |
use FFSWAP()
Originally committed as revision 9158 to …
|
|
|
@43e8691
|
18 years |
Aurélien Jacobs |
cosmetics: indentation
Originally committed as revision 9157 to …
|
|
|
@7b2a2ce5
|
18 years |
Aurélien Jacobs |
split rm muxer and demuxer in their own files
Originally committed as …
|
|
|
@2db27aad
|
18 years |
benoit.fouet |
rename attribute_unused to av_unused as it is declared in common.h …
|
|
|
@154e30f6
|
18 years |
benoit.fouet |
rename attribute_unused to av_unused and moves its declaration to …
|
|
|
@9f6c8793
|
18 years |
benoit.fouet |
seek tests only available with GPL enabled
Originally committed as …
|
|
|
@db8f4a92
|
18 years |
michaelni |
warn the user about the the mdhd problem
(this is of course not a good …
|
|
|
@1e6b570
|
18 years |
michaelni |
fix assertion failure
Originally committed as revision 9152 to …
|
|
|
@3dba31aa
|
18 years |
kostya.shishkov |
Do proper frame swapping so VMD video decoder works again
Originally …
|
|
|
@822dc0b8
|
18 years |
diego |
Mark phony swscale_error target as such.
Originally committed as …
|
|
|
@55c970e3
|
18 years |
benoit.fouet |
Split RoQ decoder to accommodate future encoder patch
patch by Vitor …
|
|
|
@7978deb
|
18 years |
benoit.fouet |
allocate PPS and SPS dynamically
patch by Andreas Öman andreas ta …
|
|
|
@750cbd34
|
18 years |
benoit.fouet |
cosmetics and function rename
patch by Vitor ken1001 gmail com | sed …
|
|
|
@828bb5f1
|
18 years |
benoit.fouet |
variable initialization (because of a gcc warning)
patch by Glenn A. …
|
|
|
@4d7b302c
|
18 years |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by …
|
|
|
@42610c49
|
18 years |
diego |
Remove redundant fastmemcpy.h #include, it is indirectly #included by …
|
|
|
@d5aa01cd
|
18 years |
michaelni |
make decoder decode the first frame properly if theres more than just …
|
|
|
@cca2adb8
|
18 years |
diego |
doc/Makefile no longer exists.
Originally committed as revision 9143 …
|
|
|
@2d2fe557
|
18 years |
diego |
10l: Revert accidental removal of unused code.
Originally committed …
|
|
|
@0fd5a1b9
|
18 years |
diego |
Exit with error when running libavtest and not configured with …
|
|
|
@faed2a7f
|
18 years |
diego |
Rename variable for consistency.
Originally committed as revision …
|
|
|
@1b1a1608
|
18 years |
diego |
whitespace cosmetics
Originally committed as revision 9139 to …
|
|
|
@acfd623e
|
18 years |
diego |
better variable names
Originally committed as revision 9138 to …
|
|
|
@0cda58aa
|
18 years |
diego |
Remove comments that are neither very enlightening nor particularly …
|
|
|
@6fea73ce
|
18 years |
diego |
Do not hide the commands make runs.
Originally committed as revision …
|
|
|
@dd4ca891
|
18 years |
diego |
Fix seek_test compilation for out-of-tree builds.
Originally …
|
|
|
@197b07f3
|
18 years |
diego |
--enable-amr-* --> -- enable-libamr-*
Originally committed as …
|
|
|
@8a59d9a3
|
18 years |
michaelni |
fix "incorrect frame size" errors with small.nuv
Originally committed …
|
|
|
@367b16cb
|
18 years |
michaelni |
more snow todo items
Originally committed as revision 9132 to …
|
|
|
@f1edd8ef
|
18 years |
takis.issaris |
Correct the parameter order for the call to "av_clip".
Patch by Harald …
|
|
|
@59a2385e
|
18 years |
diego |
Remove portability comment, it should be pure POSIX now.
Originally …
|
|
|
@dc75f7ee
|
18 years |
diego |
whitespace cosmetics
Originally committed as revision 9129 to …
|
|
|
@6d593d43
|
18 years |
diego |
'grep -q' is a GNU extension.
Originally committed as revision 9128 …
|
|
|
@f1f836fd
|
18 years |
diego |
Do not fail or print an error if the logfile already exists.
…
|
|
|
@5e2dfd3
|
18 years |
diego |
Add seektest to top-level targets, remove individual codec tests.
…
|
|
|
@036ab24
|
18 years |
diego |
Also remove seek_test upon clean.
Originally committed as revision …
|
|
|
@8be6dac8
|
18 years |
lorenm |
merge huffman tables for rgb too
Originally committed as revision …
|
|
|
@90a7f956
|
18 years |
diego |
Replace multiple rules for compiling binaries by one pattern rule.
…
|
|
|
@244e1e64
|
18 years |
diego |
Use proper license header.
Originally committed as revision 9122 to …
|
|
|
@c9639fab
|
18 years |
diego |
typo
Originally committed as revision 9121 to …
|
|
|
@79e95835
|
18 years |
diego |
Remove obsolete and non-working DSP test program.
Originally …
|
|
|
@f45fcba3
|
18 years |
lorenm |
cosmetics (reduce nesting)
Originally committed as revision 9119 to …
|
|
|
@acc0e0c8
|
18 years |
lorenm |
use sparse huffman tables. 1.5% faster huffyuv decoding.
Originally …
|
|
|
@b613bacc
|
18 years |
lorenm |
add init_vlc_sparse(). faster than init_vlc() if there are lots of …
|
|
|
@4d5588cf
|
18 years |
diego |
extern C declarations were removed.
Originally committed as revision …
|
|
|
@32dd6a9c
|
18 years |
kostya.shishkov |
fix dca_bitalloc_index decoder init
Patch by Sergey Vlasov …
|
|
|
@56e4603e
|
18 years |
kostya.shishkov |
Fix dca.c compilation with #define TRACE
Patch by Sergey Vlasov …
|
|
|
@7ee7412e
|
18 years |
Aurélien Jacobs |
cosmetics: alignment
Originally committed as revision 9113 to …
|
|
|
@2f3e7d55
|
18 years |
Aurélien Jacobs |
define ENABLE_* for every CONFIG_ item
Originally committed as …
|
|
|
@8d641ae
|
18 years |
ods15 |
fix mjpeg decoding with broken huffman table headers
Originally …
|
|
|
@82e60541
|
18 years |
ivop |
-sws_flags command line option to set swscaler flags
Originally …
|
|
|
@35926489
|
18 years |
ivop |
-sws_flags command line option to set swscaler flags
Originally …
|
|
|
@d61845e8
|
18 years |
ivop |
ffmpeg -sws_flags command line option to set swscaler flags
…
|
|
|
@67a5daf0
|
18 years |
ramiro.polla |
Remove duplicate bytestream functions
Originally committed as …
|
|
|
@cb1a74cf
|
18 years |
takis.issaris |
Export the four remaining H.264 decoder intra prediction functions for …
|
|
|
@9aee21c8
|
18 years |
takis.issaris |
Reindent
Originally committed as revision 9106 to …
|
|
|
@4edda034
|
18 years |
takis.issaris |
Make the compilation of h264idct.c optional.
Originally committed as …
|
|
|
@19716d64
|
18 years |
lorenm |
merge huffman tables so that we read 2 symbols at a time. 30% faster …
|
|
|
@5faf2d36
|
18 years |
benoit.fouet |
add rgb suffix handling for demuxer
Originally committed as revision …
|
|
|
@0dc56bfa
|
18 years |
benoit.fouet |
id3v2 writer
patch by Andreas Ãman andreas olebyn nu
original thread: …
|
|
|
@52b53f86
|
18 years |
benoit.fouet |
id3v2 reader
patch by Andreas Ãman andreas olebyn nu
original thread: …
|
|
|
@cb2578d5
|
18 years |
benoit.fouet |
cosmetic v1/v2 renaming
patch by Andreas Ãman andreas olebyn nu
…
|
|
|
@8bd32c04
|
18 years |
benoit.fouet |
Add transport method options
patch by Thijs Vermeir thijs vermeir chez …
|
|
|
@badc9ae2
|
18 years |
benoit.fouet |
Add support for options
patch by Thijs Vermeir thijs vermeir chez …
|
|
|
@f353fbd2
|
18 years |
diego |
Remove mdct.o and fft.o from fft-test prerequisites list.
Both objects …
|
|
|
@3e2e29fb
|
18 years |
alex |
r9095 invalidly removed the check for non-winsock
Originally …
|
|
|
@7235183d
|
18 years |
alex |
fix FD_SETSIZE handling in our poll() emulation
Originally committed …
|
|
|
@6f9a35bb
|
18 years |
takis.issaris |
Only compile golomb.c when needed.
Originally committed as revision …
|
|
|
@d72ecaf5
|
18 years |
takis.issaris |
Fix compilation when the Sonic encoder and decoder were disabled and …
|
|
|
@8fae7b6f
|
18 years |
takis.issaris |
Only compile cabac.c when needed.
Originally committed as revision …
|
|
|
@d0d866e0
|
18 years |
Aurélien Jacobs |
vorbis encoder missed rename to libvorbis
Originally committed as …
|
|
|
@d632239c
|
18 years |
takis.issaris |
Split the h261.c file into separate files for the encoder, decoder and …
|
|
|
@e21c53b
|
18 years |
michaelni |
forgotten h.261 seek regression checksum update due to
"r9076 | …
|
|
|
@df0cecd
|
18 years |
lucabe72 |
Do not try to set a video standard unless "-tvstd" is specified
…
|
|
|
@4f60f34a
|
18 years |
baptiste.coudurier |
print and return error if output is non seekable
Originally committed …
|
|
|
@86c33b29
|
18 years |
diego |
Rename motion_test.c to motion-test.c, which is the naming scheme used …
|
|
|
@14eb0a2e
|
18 years |
diego |
Fix imgresample-test linking.
Originally committed as revision 9085 …
|
|
|
@fca6a0dd
|
18 years |
diego |
Add explanatory comments to some #endifs.
Originally committed as …
|
|
|
@9f77cab2
|
18 years |
Aurélien Jacobs |
make compilation of mpegaudiodec conditional
Originally committed as …
|
|
|
@08aa2c9b
|
18 years |
Aurélien Jacobs |
remove dependency of mpeg audio encoder over mpeg audio decoder
…
|
|
|
@ca6e50af
|
18 years |
Aurélien Jacobs |
add a ff_ prefix to some mpegaudio funcs
Originally committed as …
|
|
|
@4bd8e17c
|
18 years |
Aurélien Jacobs |
loosen dependencies over mpegaudiodec
Originally committed as …
|
|
|
@663deb54
|
18 years |
zuxy.meng |
Remove incorrect comment; MMX2 is preferred over 3DNow! on Athlon
…
|
|
|
@db7f647e
|
18 years |
michaelni |
use AV_LOG_ERROR instead of INFO for errors
Originally committed as …
|
|
|
@64be2e60
|
18 years |
michaelni |
sanity checks for bitrate tolerance and buffer size (= fail if a …
|
|
|
@cb590b48
|
18 years |
michaelni |
slightly more correct spliting of frames
Originally committed as …
|
|
|
@d205abe9
|
18 years |
zuxy.meng |
Add --enable-auto-image-base for building mingw32 & cygwin DLLs
…
|
|
|
@bf406d90
|
18 years |
Aurélien Jacobs |
move MJpegDecodeContext declaration from mjpeg.h to mjpegdec.h
…
|
|
|
@0a59a18b
|
18 years |
Aurélien Jacobs |
move mjpeg-b decoder in its own file
Originally committed as revision …
|
|
|
@82ec7918
|
18 years |
Aurélien Jacobs |
10l: forgot to svn add mjpegdec.h
Originally committed as revision …
|
|
|
@40cce9ff
|
18 years |
Aurélien Jacobs |
move sp5x decoder in its own file
Originally committed as revision …
|
|
|
@5acd8d9e
|
18 years |
Aurélien Jacobs |
allows to disable jpegls decoder
Originally committed as revision …
|
|
|
@bf4a90fc
|
18 years |
mmhoffm |
Blackfin optimized uyvytoyv12 routine. the implementation includes …
|
|
|