]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agoOne more simplification for ipvideo_decode_block_opcode_0xA
Reimar Döffinger [Tue, 31 Mar 2009 19:18:13 +0000 (19:18 +0000)]
One more simplification for ipvideo_decode_block_opcode_0xA

Originally committed as revision 18282 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCosmetics: reorder the pixel format descriptors to make them match the
Stefano Sabatini [Tue, 31 Mar 2009 18:52:50 +0000 (18:52 +0000)]
Cosmetics: reorder the pixel format descriptors to make them match the
same order in pixfmt.h.

Originally committed as revision 18281 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSlightly simplify first part of ipvideo_decode_block_opcode_0xA,
Reimar Döffinger [Tue, 31 Mar 2009 18:48:31 +0000 (18:48 +0000)]
Slightly simplify first part of ipvideo_decode_block_opcode_0xA,
hopefully allows for further simplifications in the future.

Originally committed as revision 18280 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoChange the order of the components for RGB565LE and RGB565BE,
Stefano Sabatini [Tue, 31 Mar 2009 18:41:39 +0000 (18:41 +0000)]
Change the order of the components for RGB565LE and RGB565BE,
to make them resemble the order in the name: BGR <-> RGB.

Originally committed as revision 18279 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd comments specifying the name of the components in the descriptors.
Stefano Sabatini [Tue, 31 Mar 2009 18:36:58 +0000 (18:36 +0000)]
Add comments specifying the name of the components in the descriptors.

Originally committed as revision 18278 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMake ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels
Reimar Döffinger [Tue, 31 Mar 2009 18:35:19 +0000 (18:35 +0000)]
Make ipvideo_decode_block_opcode_0x8 a lot simpler by decoding the pixels
in a more natural order.

Originally committed as revision 18277 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix a too small CHECK_STREAM_PTR value in interplayvideo.c
Reimar Döffinger [Tue, 31 Mar 2009 18:23:52 +0000 (18:23 +0000)]
Fix a too small CHECK_STREAM_PTR value in interplayvideo.c

Originally committed as revision 18276 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMake read_line() take as parameter a const AVPixFmtDescriptor * rather than a
Stefano Sabatini [Tue, 31 Mar 2009 18:18:14 +0000 (18:18 +0000)]
Make read_line() take as parameter a const AVPixFmtDescriptor * rather than a
(non const) AVPixFmtDescriptor *.

Originally committed as revision 18275 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd missing $(EXESUF) to example/test program dependency declaration.
Diego Biurrun [Tue, 31 Mar 2009 16:52:24 +0000 (16:52 +0000)]
Add missing $(EXESUF) to example/test program dependency declaration.

Originally committed as revision 29114 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoReplace MPEG group reference DCT implementation by newly rewritten version.
Dylan Yudaken [Tue, 31 Mar 2009 15:50:11 +0000 (15:50 +0000)]
Replace MPEG group reference DCT implementation by newly rewritten version.
patch by Dylan Yudaken, dyudaken gmail com

Originally committed as revision 18274 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoReplacement reference DCT implementation.
Dylan Yudaken [Tue, 31 Mar 2009 15:48:47 +0000 (15:48 +0000)]
Replacement reference DCT implementation.
patch by Dylan Yudaken, dyudaken gmail com

Originally committed as revision 18273 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAvoid the last two uses of bitmasks in interplayvideo
Reimar Döffinger [Tue, 31 Mar 2009 14:48:14 +0000 (14:48 +0000)]
Avoid the last two uses of bitmasks in interplayvideo

Originally committed as revision 18272 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years ago100l, fix FATE test broken by r18264
Reimar Döffinger [Tue, 31 Mar 2009 14:44:46 +0000 (14:44 +0000)]
100l, fix FATE test broken by r18264

Originally committed as revision 18271 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoReindent
Reimar Döffinger [Tue, 31 Mar 2009 14:10:45 +0000 (14:10 +0000)]
Reindent

Originally committed as revision 18270 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDeduplicate code by moving it outside the if/else
Reimar Döffinger [Tue, 31 Mar 2009 14:06:22 +0000 (14:06 +0000)]
Deduplicate code by moving it outside the if/else

Originally committed as revision 18269 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRearrange how the different cases are checked to reduce the number of
Reimar Döffinger [Tue, 31 Mar 2009 14:04:54 +0000 (14:04 +0000)]
Rearrange how the different cases are checked to reduce the number of
comparisons and allow further simplifications.

Originally committed as revision 18268 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix warnings in tree.c test code.
Benoit Fouet [Tue, 31 Mar 2009 14:00:46 +0000 (14:00 +0000)]
Fix warnings in tree.c test code.

Originally committed as revision 18267 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAvoid "reloading" code by using a 64 bit type for the flags and loading all at once.
Reimar Döffinger [Tue, 31 Mar 2009 13:58:40 +0000 (13:58 +0000)]
Avoid "reloading" code by using a 64 bit type for the flags and loading all at once.

Originally committed as revision 18266 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemove now pointless temporary pix variables.
Reimar Döffinger [Tue, 31 Mar 2009 13:33:55 +0000 (13:33 +0000)]
Remove now pointless temporary pix variables.

Originally committed as revision 18265 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSlightly simplify part of ipvideo_decode_block_opcode_0x8
Reimar Döffinger [Tue, 31 Mar 2009 13:30:42 +0000 (13:30 +0000)]
Slightly simplify part of ipvideo_decode_block_opcode_0x8

Originally committed as revision 18264 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix indentation
Reimar Döffinger [Tue, 31 Mar 2009 13:21:41 +0000 (13:21 +0000)]
Fix indentation

Originally committed as revision 18263 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAvoid code duplication by using ?: and array indexing instead of if..else
Reimar Döffinger [Tue, 31 Mar 2009 13:21:10 +0000 (13:21 +0000)]
Avoid code duplication by using ?: and array indexing instead of if..else

Originally committed as revision 18262 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoPrettify some assignments
Reimar Döffinger [Tue, 31 Mar 2009 12:57:03 +0000 (12:57 +0000)]
Prettify some assignments

Originally committed as revision 18261 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoGet rid of some pointless bitmask/shifter variables in interplayvideo.c
Reimar Döffinger [Tue, 31 Mar 2009 12:44:35 +0000 (12:44 +0000)]
Get rid of some pointless bitmask/shifter variables in interplayvideo.c

Originally committed as revision 18260 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMark non-exported functions in test and example programs as static.
Diego Biurrun [Tue, 31 Mar 2009 09:32:59 +0000 (09:32 +0000)]
Mark non-exported functions in test and example programs as static.

Originally committed as revision 18259 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemove inclusion of va.h, not needed anymore after r18256.
Gwenole Beauchesne [Tue, 31 Mar 2009 09:18:00 +0000 (09:18 +0000)]
Remove inclusion of va.h, not needed anymore after r18256.

Originally committed as revision 18258 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoGive better names to reference DCT functions.
Dylan Yudaken [Tue, 31 Mar 2009 08:55:22 +0000 (08:55 +0000)]
Give better names to reference DCT functions.
patch by Dylan Yudaken, dyudaken gmail com

Originally committed as revision 18257 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoImprove VA API buffers allocation logic. This also reduces struct vaapi_context
Gwenole Beauchesne [Tue, 31 Mar 2009 08:33:02 +0000 (08:33 +0000)]
Improve VA API buffers allocation logic. This also reduces struct vaapi_context
down to ~60 bytes vs. a few KBs before, and gets rid of explicit VA data types.

Originally committed as revision 18256 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove declaration of prn before any assignment.
Benoit Fouet [Tue, 31 Mar 2009 07:37:55 +0000 (07:37 +0000)]
Move declaration of prn before any assignment.

Originally committed as revision 18255 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomatroska: add support for MLP and TRUEHD codec tags
Aurelien Jacobs [Mon, 30 Mar 2009 21:37:04 +0000 (21:37 +0000)]
matroska: add support for MLP and TRUEHD codec tags

Originally committed as revision 18254 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename regression test result files from b-libav* to b-lavf* for consistency.
Diego Biurrun [Mon, 30 Mar 2009 21:32:52 +0000 (21:32 +0000)]
Rename regression test result files from b-libav* to b-lavf* for consistency.
This requires updating the gxf regression checksum since the gxf muxer puts
the filename in files it creates.

Originally committed as revision 18253 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoQuote stored configure arguments containing spaces
Måns Rullgård [Mon, 30 Mar 2009 21:12:44 +0000 (21:12 +0000)]
Quote stored configure arguments containing spaces

Originally committed as revision 18252 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix running regression tests on remote targets
Måns Rullgård [Mon, 30 Mar 2009 20:57:01 +0000 (20:57 +0000)]
Fix running regression tests on remote targets

Originally committed as revision 18251 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRecord MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].
Gwenole Beauchesne [Mon, 30 Mar 2009 20:39:08 +0000 (20:39 +0000)]
Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].

Originally committed as revision 18250 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd required va/va.h header, should fix 'make checkheaders'.
Diego Biurrun [Mon, 30 Mar 2009 15:36:59 +0000 (15:36 +0000)]
Add required va/va.h header, should fix 'make checkheaders'.

Originally committed as revision 18249 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSkip creation of tests/data directory in individual regression test scripts.
Diego Biurrun [Mon, 30 Mar 2009 13:29:10 +0000 (13:29 +0000)]
Skip creation of tests/data directory in individual regression test scripts.
It is already being taken care of by the Makefile.

Originally committed as revision 18248 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix timefilter test program build without previously building libavformat.
Diego Biurrun [Mon, 30 Mar 2009 13:09:44 +0000 (13:09 +0000)]
Fix timefilter test program build without previously building libavformat.
The test program depends on symbols from this library.

Originally committed as revision 18247 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove generated file aynth1.sw to the data subdirectory. Thus it does not have
Diego Biurrun [Mon, 30 Mar 2009 12:27:03 +0000 (12:27 +0000)]
Move generated file aynth1.sw to the data subdirectory.  Thus it does not have
to be removed separately and there is less clutter in the tests directory.

Originally committed as revision 18246 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse correct PRId64 instead of "lld" in printf string, fixes compiler warnings.
Reimar Döffinger [Mon, 30 Mar 2009 12:23:28 +0000 (12:23 +0000)]
Use correct PRId64 instead of "lld" in printf string, fixes compiler warnings.

Originally committed as revision 29107 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoRename regression.sh --> codec-regression.sh. Now all regression test scripts
Diego Biurrun [Mon, 30 Mar 2009 12:00:16 +0000 (12:00 +0000)]
Rename regression.sh --> codec-regression.sh. Now all regression test scripts
carry the regression test they run as prefix in their name.

Originally committed as revision 18245 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoThe definition of rate and distortion is not conditional of lambda being
Michael Niedermayer [Mon, 30 Mar 2009 10:39:20 +0000 (10:39 +0000)]
The definition of rate and distortion is not conditional of lambda being
fixed (at least the current text sounded odd to me).

Originally committed as revision 18244 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename server-regression.sh --> ffserver-regression.sh for consistency.
Diego Biurrun [Mon, 30 Mar 2009 10:05:00 +0000 (10:05 +0000)]
Rename server-regression.sh --> ffserver-regression.sh for consistency.

Originally committed as revision 18243 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename servertest target to ffservertest.
Diego Biurrun [Mon, 30 Mar 2009 05:24:10 +0000 (05:24 +0000)]
Rename servertest target to ffservertest.

Originally committed as revision 18242 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agocosmetics: Rename 'do_libav' function to 'do_lavf'.
Diego Biurrun [Mon, 30 Mar 2009 05:22:22 +0000 (05:22 +0000)]
cosmetics: Rename 'do_libav' function to 'do_lavf'.

Originally committed as revision 18241 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Simplify check for substream_parity_present.
Ramiro Polla [Mon, 30 Mar 2009 03:46:52 +0000 (03:46 +0000)]
mlpdec: Simplify check for substream_parity_present.

Originally committed as revision 18240 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Simplify no restart header seen error.
Ramiro Polla [Mon, 30 Mar 2009 03:44:20 +0000 (03:44 +0000)]
mlpdec: Simplify no restart header seen error.

Originally committed as revision 18239 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Simplify substream length mismatch error.
Ramiro Polla [Mon, 30 Mar 2009 03:42:40 +0000 (03:42 +0000)]
mlpdec: Simplify substream length mismatch error.

Originally committed as revision 18238 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Prettify substream parity check.
Ramiro Polla [Mon, 30 Mar 2009 03:37:19 +0000 (03:37 +0000)]
mlpdec: Prettify substream parity check.

Originally committed as revision 18237 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Cleaner and better termination word check.
Ramiro Polla [Mon, 30 Mar 2009 03:34:15 +0000 (03:34 +0000)]
mlpdec: Cleaner and better termination word check.

Originally committed as revision 18236 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: More validation for read_channel_params()
Ramiro Polla [Mon, 30 Mar 2009 03:20:01 +0000 (03:20 +0000)]
mlpdec: More validation for read_channel_params()

Originally committed as revision 18235 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: whitespace cosmetics.
Ramiro Polla [Mon, 30 Mar 2009 03:12:39 +0000 (03:12 +0000)]
mlpdec: whitespace cosmetics.

Originally committed as revision 18234 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Simplify &foo[0] to foo and use index (which has just been initialized
Ramiro Polla [Mon, 30 Mar 2009 03:08:55 +0000 (03:08 +0000)]
mlpdec: Simplify &foo[0] to foo and use index (which has just been initialized
to MAX_BLOCKSIZE) instead of MAX_BLOCKSIZE, so both copies to/from state data
look alike.

Originally committed as revision 18233 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.
Ramiro Polla [Mon, 30 Mar 2009 03:05:38 +0000 (03:05 +0000)]
mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.

Originally committed as revision 18232 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Unroll copying filter state data and filtering for the two filters.
Ramiro Polla [Mon, 30 Mar 2009 02:59:45 +0000 (02:59 +0000)]
mlpdec: Unroll copying filter state data and filtering for the two filters.

Originally committed as revision 18231 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.
Ramiro Polla [Mon, 30 Mar 2009 02:54:19 +0000 (02:54 +0000)]
mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.

Originally committed as revision 18230 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename libav.regression.ref --> lavf.regression.ref.
Diego Biurrun [Sun, 29 Mar 2009 21:29:46 +0000 (21:29 +0000)]
Rename libav.regression.ref --> lavf.regression.ref.
This matches the new name of the test target.

Originally committed as revision 18229 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename libav.regression.ref --> lavf.regression.ref.
Diego Biurrun [Sun, 29 Mar 2009 21:27:24 +0000 (21:27 +0000)]
Rename libav.regression.ref --> lavf.regression.ref.
This matches the new name of the test target.

Originally committed as revision 18228 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename libavtest target to lavftest to better express what it tests.
Diego Biurrun [Sun, 29 Mar 2009 21:24:04 +0000 (21:24 +0000)]
Rename libavtest target to lavftest to better express what it tests.
Also rename related variables to match the new name.

Originally committed as revision 18227 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename test.conf --> ffserver.conf, the new name is more meaningful.
Diego Biurrun [Sun, 29 Mar 2009 20:17:23 +0000 (20:17 +0000)]
Rename test.conf --> ffserver.conf, the new name is more meaningful.

Originally committed as revision 18226 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMerge the 3 COPY_FROM_* macros with lots of duplicated code into a single
Reimar Döffinger [Sun, 29 Mar 2009 18:15:02 +0000 (18:15 +0000)]
Merge the 3 COPY_FROM_* macros with lots of duplicated code into a single
copy_from function.

Originally committed as revision 18225 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoChange CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)
Reimar Döffinger [Sun, 29 Mar 2009 17:50:46 +0000 (17:50 +0000)]
Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)
overflow case.

Originally committed as revision 18224 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoSimplify check for leftover bytes after decoding for interplayvideo.
Reimar Döffinger [Sun, 29 Mar 2009 17:42:03 +0000 (17:42 +0000)]
Simplify check for leftover bytes after decoding for interplayvideo.

Originally committed as revision 18223 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoGet rid of pointless "B" array in interplayvideo decoder.
Reimar Döffinger [Sun, 29 Mar 2009 17:35:22 +0000 (17:35 +0000)]
Get rid of pointless "B" array in interplayvideo decoder.

Originally committed as revision 18222 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoReplace many tiny loops in the interplayvideo decoder by memset, memcpy
Reimar Döffinger [Sun, 29 Mar 2009 17:23:40 +0000 (17:23 +0000)]
Replace many tiny loops in the interplayvideo decoder by memset, memcpy
or initializers.

Originally committed as revision 18221 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename seek_test.sh --> seek-regression.sh for greater consistency.
Diego Biurrun [Sun, 29 Mar 2009 17:22:07 +0000 (17:22 +0000)]
Rename seek_test.sh --> seek-regression.sh for greater consistency.

Originally committed as revision 18220 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMake ipvideo_decode_block array constant, compile-time initialized instead
Reimar Döffinger [Sun, 29 Mar 2009 17:15:42 +0000 (17:15 +0000)]
Make ipvideo_decode_block array constant, compile-time initialized instead
of initializing it each time the decoder is initialized.

Originally committed as revision 18219 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoGeneralize example target rule in common.mak so that it sets a -example$(EXESUF)
Diego Biurrun [Sun, 29 Mar 2009 14:35:38 +0000 (14:35 +0000)]
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
suffix for all example files instead of doing this in individual Makefiles.

Originally committed as revision 29100 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoGeneralize example target rule in common.mak so that it sets a -example$(EXESUF)
Diego Biurrun [Sun, 29 Mar 2009 14:35:20 +0000 (14:35 +0000)]
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
suffix for all example files instead of doing this in individual Makefiles.

Originally committed as revision 18217 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename apiexample.c --> api-example.c to be consistent with other example files.
Diego Biurrun [Sun, 29 Mar 2009 14:28:56 +0000 (14:28 +0000)]
Rename apiexample.c --> api-example.c to be consistent with other example files.

Originally committed as revision 18216 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove swscale AltiVec template code to ppc subdirectory.
Diego Biurrun [Sun, 29 Mar 2009 14:18:44 +0000 (14:18 +0000)]
Move swscale AltiVec template code to ppc subdirectory.

Originally committed as revision 29099 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoAltiVec optimizations in libswscale are no longer GPL.
Diego Biurrun [Sun, 29 Mar 2009 13:48:43 +0000 (13:48 +0000)]
AltiVec optimizations in libswscale are no longer GPL.

Originally committed as revision 18215 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRelicense file to LGPL with the permission of Romain Dolbeau, the author.
Diego Biurrun [Sun, 29 Mar 2009 13:47:30 +0000 (13:47 +0000)]
Relicense file to LGPL with the permission of Romain Dolbeau, the author.

Originally committed as revision 29097 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agomingw32: Restore creation of import libraries. They are still not being
Ramiro Polla [Sun, 29 Mar 2009 03:42:32 +0000 (03:42 +0000)]
mingw32: Restore creation of import libraries. They are still not being
installed, but they're good for creating -dev packages.

Originally committed as revision 18214 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoDon't strip the first three characters off of any metadata in ASF file.
Ronald S. Bultje [Sat, 28 Mar 2009 03:54:31 +0000 (03:54 +0000)]
Don't strip the first three characters off of any metadata in ASF file.
See "[FFmpeg-devel] [PATCH] asf fix" thread. Patch contributed by
David DeHaven <dave sagetv com>.

Originally committed as revision 18213 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Remove few random dprintf()s.
Ramiro Polla [Sat, 28 Mar 2009 00:53:52 +0000 (00:53 +0000)]
mlpdec: Remove few random dprintf()s.

Originally committed as revision 18212 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Check for blocksize in proper range.
Ramiro Polla [Fri, 27 Mar 2009 23:55:38 +0000 (23:55 +0000)]
mlpdec: Check for blocksize in proper range.

Originally committed as revision 18211 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: quant_step_size can be any value from 0 to 0xF.
Ramiro Polla [Fri, 27 Mar 2009 23:48:08 +0000 (23:48 +0000)]
mlpdec: quant_step_size can be any value from 0 to 0xF.

Originally committed as revision 18210 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: output_shift can be any value from -8 to 7.
Ramiro Polla [Fri, 27 Mar 2009 23:47:18 +0000 (23:47 +0000)]
mlpdec: output_shift can be any value from -8 to 7.

Originally committed as revision 18209 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: output_shift is signed
Ramiro Polla [Fri, 27 Mar 2009 23:45:52 +0000 (23:45 +0000)]
mlpdec: output_shift is signed

Originally committed as revision 18208 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Split read_channel_params() into its own function.
Ramiro Polla [Fri, 27 Mar 2009 23:42:22 +0000 (23:42 +0000)]
mlpdec: Split read_channel_params() into its own function.

Originally committed as revision 18207 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agomlpdec: Split read_matrix_params() into its own function.
Ramiro Polla [Fri, 27 Mar 2009 23:32:32 +0000 (23:32 +0000)]
mlpdec: Split read_matrix_params() into its own function.

Originally committed as revision 18206 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoAdd myself as mlp* maintainer.
Ramiro Polla [Fri, 27 Mar 2009 23:27:16 +0000 (23:27 +0000)]
Add myself as mlp* maintainer.

Originally committed as revision 18205 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove bfin specific code to its subdir.
Ramiro Polla [Fri, 27 Mar 2009 22:56:56 +0000 (22:56 +0000)]
Move bfin specific code to its subdir.

Originally committed as revision 29079 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoMake rtp_write_header() fail in case of unsupported payload type
Luca Abeni [Fri, 27 Mar 2009 21:36:44 +0000 (21:36 +0000)]
Make rtp_write_header() fail in case of unsupported payload type

Originally committed as revision 18204 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove output-example dependency declaration after subdir.mak include so that it is
Diego Biurrun [Fri, 27 Mar 2009 17:06:39 +0000 (17:06 +0000)]
Move output-example dependency declaration after subdir.mak include so that it is
not the first (and thus default) target and output-example is not always built.

Originally committed as revision 18203 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMerge some cases for reading raw data with different bit depths in BMP
Kostya Shishkov [Fri, 27 Mar 2009 16:31:47 +0000 (16:31 +0000)]
Merge some cases for reading raw data with different bit depths in BMP

Originally committed as revision 18202 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoFix seek test build, by undefining printf and fprintf.
Benoit Fouet [Fri, 27 Mar 2009 08:24:46 +0000 (08:24 +0000)]
Fix seek test build, by undefining printf and fprintf.

Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoCheck for INIT_VLC_USE_STATIC
Michael Niedermayer [Fri, 27 Mar 2009 03:03:50 +0000 (03:03 +0000)]
Check for INIT_VLC_USE_STATIC

Originally committed as revision 18200 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove output_example.c --> libavformat/output-example.c.
Diego Biurrun [Fri, 27 Mar 2009 00:01:06 +0000 (00:01 +0000)]
Move output_example.c --> libavformat/output-example.c.
The libavformat directory is a better place for a libavformat API example.

Originally committed as revision 18199 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMake static the list of registered filters.
Víctor Paesa [Thu, 26 Mar 2009 21:46:45 +0000 (21:46 +0000)]
Make static the list of registered filters.

Originally committed as revision 18198 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemove unnecessary CFLAGS variable from output_example link command.
Diego Biurrun [Thu, 26 Mar 2009 17:16:11 +0000 (17:16 +0000)]
Remove unnecessary CFLAGS variable from output_example link command.

Originally committed as revision 18197 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRemoving example programs is already handled by the generic clean commands,
Diego Biurrun [Thu, 26 Mar 2009 14:37:14 +0000 (14:37 +0000)]
Removing example programs is already handled by the generic clean commands,
so there is no need to remove output_example individually.

Originally committed as revision 18196 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoRename cs_test.c --> colorspace-test.c. This is more consistent with the names
Diego Biurrun [Thu, 26 Mar 2009 14:20:15 +0000 (14:20 +0000)]
Rename cs_test.c --> colorspace-test.c.  This is more consistent with the names
of other test programs and more descriptive of what the program does.

Originally committed as revision 29067 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoFix a warning on an uninitialized variable.
Benoit Fouet [Thu, 26 Mar 2009 14:15:42 +0000 (14:15 +0000)]
Fix a warning on an uninitialized variable.

Originally committed as revision 18195 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse a wildcard match instead of a list to remove test programs.
Diego Biurrun [Thu, 26 Mar 2009 10:12:21 +0000 (10:12 +0000)]
Use a wildcard match instead of a list to remove test programs.
This is robust against renames and also removes test programs not
(yet) hooked up in the main Makefiles.

Originally committed as revision 18193 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoUse intptr_t when casting pointers to int.
Ramiro Polla [Thu, 26 Mar 2009 01:34:02 +0000 (01:34 +0000)]
Use intptr_t when casting pointers to int.

Originally committed as revision 18192 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove yuv2rgb code to subdirs.
Ramiro Polla [Thu, 26 Mar 2009 01:30:10 +0000 (01:30 +0000)]
Move yuv2rgb code to subdirs.

Originally committed as revision 29063 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

15 years agoCreate swscale subdirs for out-of-tree builds.
Ramiro Polla [Thu, 26 Mar 2009 01:29:20 +0000 (01:29 +0000)]
Create swscale subdirs for out-of-tree builds.

Originally committed as revision 18191 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agofft-test does not depend on fdctref.o.
Diego Biurrun [Wed, 25 Mar 2009 19:00:15 +0000 (19:00 +0000)]
fft-test does not depend on fdctref.o.

Originally committed as revision 18190 to svn://svn.ffmpeg.org/ffmpeg/trunk

15 years agoMove adding the '-test$(EXESUF)' suffix to test programs into common.mak.
Diego Biurrun [Wed, 25 Mar 2009 18:19:20 +0000 (18:19 +0000)]
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.

Originally committed as revision 18189 to svn://svn.ffmpeg.org/ffmpeg/trunk