Justin Ruggles [Fri, 9 Feb 2007 02:02:09 +0000 (02:02 +0000)]
fix parsing of RealAudio AC-3/DolbyNet
Originally committed as revision 7888 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 8 Feb 2007 23:41:08 +0000 (23:41 +0000)]
add read_probe function to raw ac3 demuxer
Originally committed as revision 7887 to svn://svn.ffmpeg.org/ffmpeg/trunk
François Revol [Thu, 8 Feb 2007 22:51:26 +0000 (22:51 +0000)]
BeOS specifics: check for Haiku & Zeta (for the future); ignore ldconfig, it just runs here :) ; comment about network checks.
Originally committed as revision 7886 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 8 Feb 2007 22:09:05 +0000 (22:09 +0000)]
av_random() by Ryan Martell rdm4 name-server-seperator martellventures d0t com
Originally committed as revision 7885 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 8 Feb 2007 21:09:11 +0000 (21:09 +0000)]
special-case AES-128 decrypter is no longer necessary, the more general
AES-implementation works at least as well in all case I tested.
Originally committed as revision 7884 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 8 Feb 2007 20:54:12 +0000 (20:54 +0000)]
Use av_set_pts_info and set some arbitrary timebase fallback
Originally committed as revision 7883 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 8 Feb 2007 18:55:36 +0000 (18:55 +0000)]
Directly access av_log_level instead of calling av_log_{set, get}_level()
(which will be removed at the next avutil version increment)
Originally committed as revision 7882 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Feb 2007 23:32:51 +0000 (23:32 +0000)]
remove senseless and wrong direct access to ByteIOContext internals
Originally committed as revision 7881 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 7 Feb 2007 23:22:53 +0000 (23:22 +0000)]
set pts_wrap_bits to 32 since timestamps in packets are 32 bit
Originally committed as revision 7880 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Feb 2007 23:06:13 +0000 (23:06 +0000)]
iam pretty sure send time is dts and not pts ...
Originally committed as revision 7879 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 7 Feb 2007 22:51:42 +0000 (22:51 +0000)]
10l, forgot to skip payload description in UMF packet parsing
Originally committed as revision 7878 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Feb 2007 22:26:48 +0000 (22:26 +0000)]
muxing packets with unknown timestamps is not allowed
Originally committed as revision 7877 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Feb 2007 17:56:31 +0000 (17:56 +0000)]
supporting files with A,V,I,0x19 header
Originally committed as revision 7876 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 7 Feb 2007 17:35:36 +0000 (17:35 +0000)]
Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.
Fixes bug 739.
Originally committed as revision 7875 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Feb 2007 17:04:30 +0000 (17:04 +0000)]
vorbis regression test
(using .asf as our .ogg muxer depends on libogg, nut muxer depends on libnut and vorbis in avi/mpeg is not really a good idea)
Originally committed as revision 7874 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Feb 2007 16:59:10 +0000 (16:59 +0000)]
vorbis suffers from the same sign flip issue as wma (so this lame workaround, though it arguably doesnt matter much where the sign is fliped back)
Originally committed as revision 7873 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 7 Feb 2007 14:53:25 +0000 (14:53 +0000)]
doxygenize
Originally committed as revision 7872 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Feb 2007 14:10:50 +0000 (14:10 +0000)]
Add a comment about swapped numerator and denominator.
Originally committed as revision 7871 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Feb 2007 12:38:47 +0000 (12:38 +0000)]
missing spaces
Originally committed as revision 7870 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 7 Feb 2007 11:25:50 +0000 (11:25 +0000)]
fix regression tests due to pixel format name changes
Originally committed as revision 7869 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Feb 2007 10:54:10 +0000 (10:54 +0000)]
1000l: Revert accidentally committed change.
Originally committed as revision 7868 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 7 Feb 2007 01:48:09 +0000 (01:48 +0000)]
Replace deprecated PIX_FMT names by the newer variants.
Originally committed as revision 7867 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael McConnell [Wed, 7 Feb 2007 00:52:35 +0000 (00:52 +0000)]
Fix to loss of sync in ffplay when paused patch by (Michael McConnell /// soruk put at here eridani and here a dot co.uk)
Originally committed as revision 7866 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 23:59:10 +0000 (23:59 +0000)]
wma regression test
Originally committed as revision 7865 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 23:58:02 +0000 (23:58 +0000)]
workaround sign bug
Originally committed as revision 7864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 22:20:55 +0000 (22:20 +0000)]
10l use of uninitalized var
Originally committed as revision 7863 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 6 Feb 2007 22:20:21 +0000 (22:20 +0000)]
indent
Originally committed as revision 7862 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Tue, 6 Feb 2007 22:09:46 +0000 (22:09 +0000)]
reorder setting of defaults by category
Originally committed as revision 7861 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 Feb 2007 21:31:05 +0000 (21:31 +0000)]
Add seektest to list of PHONY targets.
Originally committed as revision 7860 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 Feb 2007 21:28:18 +0000 (21:28 +0000)]
spelling/wording
Originally committed as revision 7859 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 Feb 2007 21:27:18 +0000 (21:27 +0000)]
WMA encoding
Originally committed as revision 7858 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 6 Feb 2007 21:23:33 +0000 (21:23 +0000)]
WMA encoder
Originally committed as revision 7857 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 21:12:48 +0000 (21:12 +0000)]
kill debuging code
Originally committed as revision 7856 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 20:19:04 +0000 (20:19 +0000)]
wma encoder
Originally committed as revision 7855 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Tue, 6 Feb 2007 19:29:15 +0000 (19:29 +0000)]
Even powerpc/power needs PIC for shared objects today
Originally committed as revision 7854 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 19:14:16 +0000 (19:14 +0000)]
Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>)
Originally committed as revision 7853 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 19:10:17 +0000 (19:10 +0000)]
simplify and remove useless index in AV_W*
Originally committed as revision 7852 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 6 Feb 2007 13:16:25 +0000 (13:16 +0000)]
a few words about libavutil
Originally committed as revision 7851 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 6 Feb 2007 07:57:56 +0000 (07:57 +0000)]
Simplify libvorbis/libtheora check for libogg dependency.
patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7850 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 6 Feb 2007 07:16:52 +0000 (07:16 +0000)]
Progressive frames disguised as interlaced are supported
Originally committed as revision 7849 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 6 Feb 2007 07:11:20 +0000 (07:11 +0000)]
B-frames could not be determined from broken_link/closed_entry, use fixed value
Originally committed as revision 7848 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 6 Feb 2007 07:07:29 +0000 (07:07 +0000)]
Wrong flag tested
Originally committed as revision 7847 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 6 Feb 2007 00:35:51 +0000 (00:35 +0000)]
ensure that data[0] is set to NULL for next frame
to please avcodec_default_get_buffer()
Originally committed as revision 7846 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Feb 2007 23:16:01 +0000 (23:16 +0000)]
indent
Originally committed as revision 7845 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Feb 2007 23:14:58 +0000 (23:14 +0000)]
indent
Originally committed as revision 7844 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Feb 2007 23:14:23 +0000 (23:14 +0000)]
dont output information about what is demuxed after a seek failure
Originally committed as revision 7843 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Feb 2007 23:06:08 +0000 (23:06 +0000)]
dynamic index building so forward and backward seeking in avi without an index is possible
Originally committed as revision 7842 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Feb 2007 23:04:48 +0000 (23:04 +0000)]
better generic index building and seeking code
Originally committed as revision 7841 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Feb 2007 21:18:11 +0000 (21:18 +0000)]
oops, revert accidental checkin
Originally committed as revision 7840 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Feb 2007 21:16:31 +0000 (21:16 +0000)]
fix multichannel decoding
Originally committed as revision 7839 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Feb 2007 20:17:02 +0000 (20:17 +0000)]
move static variables to private context struct
Originally committed as revision 7838 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Feb 2007 19:56:31 +0000 (19:56 +0000)]
remove preprocessor cruft
Originally committed as revision 7837 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Feb 2007 19:55:15 +0000 (19:55 +0000)]
cosmetics: don't needlessly open new blocks
Originally committed as revision 7836 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 5 Feb 2007 19:35:36 +0000 (19:35 +0000)]
cosmetic: indent sensibly so code can be read at all
Originally committed as revision 7835 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 18:52:51 +0000 (18:52 +0000)]
Use enabled/disabled functions where possible.
Originally committed as revision 7834 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Feb 2007 18:36:28 +0000 (18:36 +0000)]
10l uninitalized cola
seek regression tests are now deterministic
Originally committed as revision 7833 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 5 Feb 2007 18:15:03 +0000 (18:15 +0000)]
seek regression tests
Originally committed as revision 7832 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 17:04:15 +0000 (17:04 +0000)]
a bit more consistency for for the imlib2 check
Originally committed as revision 7831 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 17:03:30 +0000 (17:03 +0000)]
cosmetics: indentation
Originally committed as revision 7830 to svn://svn.ffmpeg.org/ffmpeg/trunk
Víctor Paesa [Mon, 5 Feb 2007 17:03:03 +0000 (17:03 +0000)]
Remove hardcoded dependency of imlib2 on Xlib.
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 7829 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 16:45:36 +0000 (16:45 +0000)]
Link to the FFmpeg Windows Help website.
Originally committed as revision 7828 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 16:38:47 +0000 (16:38 +0000)]
Put Visual C++ question in a better location.
Originally committed as revision 7827 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Mon, 5 Feb 2007 16:07:26 +0000 (16:07 +0000)]
Force stereo in target vcd.
Patch by Michel Bardiaux, mbardiaux mediaxim be.
Originally committed as revision 7826 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 15:10:46 +0000 (15:10 +0000)]
Simplify and speedup FFMPEG_CONFIGURATION.
Originally committed as revision 7825 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 15:05:29 +0000 (15:05 +0000)]
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
Originally committed as revision 7824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 5 Feb 2007 13:58:36 +0000 (13:58 +0000)]
Simplify quoting.
Originally committed as revision 7823 to svn://svn.ffmpeg.org/ffmpeg/trunk
Sascha Sommer [Mon, 5 Feb 2007 11:57:36 +0000 (11:57 +0000)]
fix use of uninitialized variables
Originally committed as revision 7822 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 5 Feb 2007 09:11:10 +0000 (09:11 +0000)]
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
Originally committed as revision 7821 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 5 Feb 2007 06:58:02 +0000 (06:58 +0000)]
Set codec dimensions in extradata parsing
Originally committed as revision 7820 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 5 Feb 2007 06:56:49 +0000 (06:56 +0000)]
table fix
Originally committed as revision 7819 to svn://svn.ffmpeg.org/ffmpeg/trunk
Wolfram Gloger [Mon, 5 Feb 2007 02:08:57 +0000 (02:08 +0000)]
Fix audio corruption when cutting.
Patch by Wolfram Gloger, wmglo dent dot med dot uni-muenchen dot de.
Originally committed as revision 7818 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Sun, 4 Feb 2007 17:05:44 +0000 (17:05 +0000)]
move networking #includes into separate file
patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org
Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 4 Feb 2007 11:20:32 +0000 (11:20 +0000)]
useless as this file wont be compiled if this is not true
Originally committed as revision 7816 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 4 Feb 2007 10:46:28 +0000 (10:46 +0000)]
Save frame header info in context variables
Originally committed as revision 7815 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 4 Feb 2007 10:45:01 +0000 (10:45 +0000)]
Set frame rate from extradata
Originally committed as revision 7814 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 Feb 2007 13:15:55 +0000 (13:15 +0000)]
factorize switch_buffer()
Originally committed as revision 7813 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 3 Feb 2007 12:42:12 +0000 (12:42 +0000)]
fix decoding of takethat.mp3
Originally committed as revision 7812 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 3 Feb 2007 06:43:06 +0000 (06:43 +0000)]
These messages are just for debug purposes
Originally committed as revision 7811 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 3 Feb 2007 06:41:14 +0000 (06:41 +0000)]
Set codec dimensions if provided by extradata
Originally committed as revision 7810 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 3 Feb 2007 06:39:50 +0000 (06:39 +0000)]
VC-1 parser
Originally committed as revision 7809 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Fri, 2 Feb 2007 17:54:50 +0000 (17:54 +0000)]
Make x11grab output its warning that it couldn't find the mouse pointer only
once. This prevents flooding of the terminal when grabbing from a different
X-screen.
Originally committed as revision 7808 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 2 Feb 2007 15:14:13 +0000 (15:14 +0000)]
0x00000103 is not an escape marker
Originally committed as revision 7807 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zuxy Meng [Fri, 2 Feb 2007 14:33:25 +0000 (14:33 +0000)]
Set correct aspect ratio (it's sample aspect, not display aspect)
Patch by Zuxy Meng
(mail = `echo "Zuxy Meng" | tr "[A-Z] " "[a-z]." | sed "s/$/@gmail.com/"`)
Originally committed as revision 7806 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Feb 2007 11:19:58 +0000 (11:19 +0000)]
packets must be correctly interleaved
Originally committed as revision 7805 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Feb 2007 10:25:30 +0000 (10:25 +0000)]
add FIXME
Originally committed as revision 7804 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 2 Feb 2007 06:45:21 +0000 (06:45 +0000)]
General approach to parsing chunks in VC-1 AP
Originally committed as revision 7803 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 2 Feb 2007 02:58:01 +0000 (02:58 +0000)]
some (probably exploitable) out of array write fixes
Originally committed as revision 7802 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 2 Feb 2007 00:23:19 +0000 (00:23 +0000)]
missed a redundant load
Originally committed as revision 7801 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 1 Feb 2007 23:30:33 +0000 (23:30 +0000)]
revert accidental checkin
Originally committed as revision 7800 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 1 Feb 2007 22:50:38 +0000 (22:50 +0000)]
save one cycle
Originally committed as revision 7799 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 1 Feb 2007 22:44:42 +0000 (22:44 +0000)]
remove redundant loads
Originally committed as revision 7798 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 1 Feb 2007 18:39:49 +0000 (18:39 +0000)]
Check for out-of-bounds access
Originally committed as revision 7797 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Thu, 1 Feb 2007 09:48:09 +0000 (09:48 +0000)]
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
mbardiaux mediaxim dot be.
Originally committed as revision 7796 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 1 Feb 2007 09:47:36 +0000 (09:47 +0000)]
correctly set profile/level for hd
Originally committed as revision 7795 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Thu, 1 Feb 2007 09:45:05 +0000 (09:45 +0000)]
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,
mbardiaux mediaxim dot be.
Originally committed as revision 7794 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 1 Feb 2007 00:52:39 +0000 (00:52 +0000)]
Simplify GPl check.
patch by Ramiro Polla, ramiro lisha.ufsc br
Originally committed as revision 7793 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 1 Feb 2007 00:34:09 +0000 (00:34 +0000)]
use avcodec_decode_audio2()
Originally committed as revision 7792 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 31 Jan 2007 23:32:01 +0000 (23:32 +0000)]
extract aspect ratio
Originally committed as revision 7791 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 31 Jan 2007 23:04:56 +0000 (23:04 +0000)]
optimize IDCT of rows with mostly zero coefficients
Originally committed as revision 7790 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 31 Jan 2007 22:58:53 +0000 (22:58 +0000)]
Move lzo decompression to libavutil
Originally committed as revision 7789 to svn://svn.ffmpeg.org/ffmpeg/trunk