]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoFactorize more code.
Michael Niedermayer [Thu, 17 Apr 2008 03:21:15 +0000 (03:21 +0000)]
Factorize more code.

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

16 years agoFactorize decode_postfix() out.
Michael Niedermayer [Thu, 17 Apr 2008 03:08:25 +0000 (03:08 +0000)]
Factorize decode_postfix() out.

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

16 years agoChange k limiting code, i think the code was buggy.
Michael Niedermayer [Thu, 17 Apr 2008 03:00:08 +0000 (03:00 +0000)]
Change k limiting code, i think the code was buggy.
If you have ALAC files TEST them! Mine produce the same md5 but the new
code is not identical if limiting does happen.

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

16 years agomore senseless code
Michael Niedermayer [Thu, 17 Apr 2008 02:40:50 +0000 (02:40 +0000)]
more senseless code
One wonders how such stuff gets past the reviews ...

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

16 years agosenseless code
Michael Niedermayer [Thu, 17 Apr 2008 02:38:41 +0000 (02:38 +0000)]
senseless code

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

16 years agouseless variable
Michael Niedermayer [Thu, 17 Apr 2008 02:35:00 +0000 (02:35 +0000)]
useless variable

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

16 years agosimplify
Michael Niedermayer [Thu, 17 Apr 2008 02:30:00 +0000 (02:30 +0000)]
simplify

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

16 years agofix building of test programs (make tests)
Måns Rullgård [Wed, 16 Apr 2008 21:50:41 +0000 (21:50 +0000)]
fix building of test programs (make tests)

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

16 years agoclear TESTS variable between subdirs
Måns Rullgård [Wed, 16 Apr 2008 21:50:39 +0000 (21:50 +0000)]
clear TESTS variable between subdirs

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

16 years agoSet correct value for includedir in pkg-config files.
Diego Biurrun [Wed, 16 Apr 2008 21:48:03 +0000 (21:48 +0000)]
Set correct value for includedir in pkg-config files.

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

16 years agoSet correct value for libdir in pkg-config files.
Anssi Hannula [Wed, 16 Apr 2008 21:46:34 +0000 (21:46 +0000)]
Set correct value for libdir in pkg-config files.
patch by Anssi Hannula, anssi.hannula gmail com

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

16 years agocosmetics: Fix nonstandard indentation.
Diego Biurrun [Wed, 16 Apr 2008 20:51:39 +0000 (20:51 +0000)]
cosmetics: Fix nonstandard indentation.

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

16 years agoCosmetics:
Jeff Downs [Wed, 16 Apr 2008 20:43:37 +0000 (20:43 +0000)]
Cosmetics:
Break long lines.
Correct spelling in comment (duplicatin -> duplicating)

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

16 years agodoxy header for udp protocol
Luca Barbato [Wed, 16 Apr 2008 16:52:35 +0000 (16:52 +0000)]
doxy header for udp protocol

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

16 years agounassigned imdct & windowing TODO
Michael Niedermayer [Wed, 16 Apr 2008 15:36:50 +0000 (15:36 +0000)]
unassigned imdct & windowing TODO

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

16 years agounused
Michael Niedermayer [Wed, 16 Apr 2008 15:33:30 +0000 (15:33 +0000)]
unused

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

16 years agocosmetic
Michael Niedermayer [Wed, 16 Apr 2008 15:33:09 +0000 (15:33 +0000)]
cosmetic

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

16 years agoMove the *-1 to a more sane place as well.
Michael Niedermayer [Wed, 16 Apr 2008 15:30:04 +0000 (15:30 +0000)]
Move the *-1 to a more sane place as well.

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

16 years agoMove scale_bias to a more sane place. I am starting to wonder how this
Michael Niedermayer [Wed, 16 Apr 2008 15:28:11 +0000 (15:28 +0000)]
Move scale_bias to a more sane place. I am starting to wonder how this
trash got into svn ...

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

16 years agosimplify
Michael Niedermayer [Wed, 16 Apr 2008 15:03:07 +0000 (15:03 +0000)]
simplify

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

16 years agoAvoid reverse addressing, not sure if this is faster or slower but people
Michael Niedermayer [Wed, 16 Apr 2008 14:59:23 +0000 (14:59 +0000)]
Avoid reverse addressing, not sure if this is faster or slower but people
maybe are confused by it. The code needs to be optimized anyway.

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

16 years agocommutative law based cleanup
Michael Niedermayer [Wed, 16 Apr 2008 14:55:11 +0000 (14:55 +0000)]
commutative law based cleanup

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

16 years agodo the -1 outside of the transform
Michael Niedermayer [Wed, 16 Apr 2008 14:49:10 +0000 (14:49 +0000)]
do the -1 outside of the transform

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

16 years agonormalize signs
Michael Niedermayer [Wed, 16 Apr 2008 14:46:25 +0000 (14:46 +0000)]
normalize signs

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

16 years ago100l lost add_bias
Michael Niedermayer [Wed, 16 Apr 2008 13:29:35 +0000 (13:29 +0000)]
100l lost add_bias

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

16 years agosimplify transform
Michael Niedermayer [Wed, 16 Apr 2008 13:28:13 +0000 (13:28 +0000)]
simplify transform

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

16 years agoPrint duration with higher precision.
Diego Biurrun [Wed, 16 Apr 2008 06:46:54 +0000 (06:46 +0000)]
Print duration with higher precision.
patch from Hervé Flores, herve.flores free fr

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

16 years agoRedo r12838, this time using svn copy to create h264_i386.h from cabac.h.
Jeff Downs [Wed, 16 Apr 2008 04:40:21 +0000 (04:40 +0000)]
Redo r12838, this time using svn copy to create h264_i386.h from cabac.h.

Move decode_significance_x86() and decode_significance_8x8_x86() to
i386-specific file from cabac.h.
New file is h264-oriented and only included from h264.c
Resolves compilation when configured with --disable-optimizations due to
decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is
only defined in h264.c

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

16 years agoRevert 12838 to redo it the right way (use svn copy to create new
Jeff Downs [Wed, 16 Apr 2008 04:26:52 +0000 (04:26 +0000)]
Revert 12838 to redo it the right way (use svn copy to create new
file based on old).

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

16 years agoTest idct_xvid_sse2() in dct-test.
Alexander Strange [Wed, 16 Apr 2008 01:54:16 +0000 (01:54 +0000)]
Test idct_xvid_sse2() in dct-test.

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

16 years agoAdd a new xvid-style IDCT using SSE2.
Alexander Strange [Wed, 16 Apr 2008 01:36:14 +0000 (01:36 +0000)]
Add a new xvid-style IDCT using SSE2.

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

16 years agoAdd a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.
Alexander Strange [Wed, 16 Apr 2008 01:34:55 +0000 (01:34 +0000)]
Add a new IDCT permutation, used in xvid_sse2 and possibly future similar IDCTs.

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

16 years agoCleanup comments and make them doxygen parsable.
Luca Barbato [Tue, 15 Apr 2008 22:22:49 +0000 (22:22 +0000)]
Cleanup comments and make them doxygen parsable.

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

16 years agodocumentation update for new Maxis EA XA decoder/demuxer
Robert Marston [Tue, 15 Apr 2008 20:51:23 +0000 (20:51 +0000)]
documentation update for new Maxis EA XA decoder/demuxer
patch by Robert Marston, rmarston gmail com

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

16 years agoExpose max_packet_size from the rtp protocol
Luca Barbato [Tue, 15 Apr 2008 19:27:39 +0000 (19:27 +0000)]
Expose max_packet_size from the rtp protocol

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

16 years agoMove decode_significance_x86() and decode_significance_8x8_x86() to
Jeff Downs [Tue, 15 Apr 2008 13:51:41 +0000 (13:51 +0000)]
Move decode_significance_x86() and decode_significance_8x8_x86() to
i386-specific file from cabac.h.
New file is h264-oriented and only included from h264.c
Resolves compilation when configured with --disable-optimizations due to
decode_significance_8x8_x86 using last_coeff_flag_offset_8x8, which is
only defined in h264.c

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

16 years agoDo not detect a format if another has the same score.
Michael Niedermayer [Tue, 15 Apr 2008 13:50:02 +0000 (13:50 +0000)]
Do not detect a format if another has the same score.

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

16 years agoUsing the same probe function in 2 formats is not a good idea.
Michael Niedermayer [Tue, 15 Apr 2008 13:48:46 +0000 (13:48 +0000)]
Using the same probe function in 2 formats is not a good idea.

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

16 years agoDCA frame size is constant
Kostya Shishkov [Tue, 15 Apr 2008 13:36:56 +0000 (13:36 +0000)]
DCA frame size is constant

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

16 years agoReduce probe score as it misdetects our flv file from the regression test.
Michael Niedermayer [Tue, 15 Apr 2008 13:36:31 +0000 (13:36 +0000)]
Reduce probe score as it misdetects our flv file from the regression test.
The only reason why it does not break them is that flv has the same score
and happens to be first in the list.

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

16 years agoFix probe for mov00003.mqv.
Michael Niedermayer [Tue, 15 Apr 2008 12:25:03 +0000 (12:25 +0000)]
Fix probe for mov00003.mqv.

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

16 years agoIdentify codec in GMCMidiaASX.mov correctly.
Michael Niedermayer [Tue, 15 Apr 2008 11:50:37 +0000 (11:50 +0000)]
Identify codec in GMCMidiaASX.mov correctly.

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

16 years agoFix receiving from SDP with unicast destinations
Luca Abeni [Tue, 15 Apr 2008 11:28:04 +0000 (11:28 +0000)]
Fix receiving from SDP with unicast destinations

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

16 years agoRemove the "multicast=" tag from UDP and RTP URLs
Luca Abeni [Tue, 15 Apr 2008 11:23:07 +0000 (11:23 +0000)]
Remove the "multicast=" tag from UDP and RTP URLs

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

16 years agoWe require GNU Make 3.81.
Diego Biurrun [Tue, 15 Apr 2008 06:53:15 +0000 (06:53 +0000)]
We require GNU Make 3.81.

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

16 years agospelling/wording/grammar and better phrasing
Diego Biurrun [Mon, 14 Apr 2008 23:51:10 +0000 (23:51 +0000)]
spelling/wording/grammar and better phrasing

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

16 years agoUse av_exit() instead of exit() for a minimal cleanup
Ramiro Polla [Mon, 14 Apr 2008 22:35:32 +0000 (22:35 +0000)]
Use av_exit() instead of exit() for a minimal cleanup
before leaving ffmpeg.
Needed by some grab devices and possibly network streams.

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

16 years agoMove av_exit() so it can be used by more functions
Ramiro Polla [Mon, 14 Apr 2008 22:31:49 +0000 (22:31 +0000)]
Move av_exit() so it can be used by more functions
without needing forward declaration.

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

16 years agoAdd DIRS variable to the list of variables to be cleared instead of
Diego Biurrun [Mon, 14 Apr 2008 21:39:56 +0000 (21:39 +0000)]
Add DIRS variable to the list of variables to be cleared instead of
unsetting it manually.

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

16 years agoEliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom
Luca Barbato [Mon, 14 Apr 2008 20:54:23 +0000 (20:54 +0000)]
Eliminate movdqu in vp3dsp_sse2, patch from Alexander Strange astrangeAtithinkswDoTcom

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

16 years agotypo
Ramiro Polla [Mon, 14 Apr 2008 16:20:58 +0000 (16:20 +0000)]
typo

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

16 years agoAdd #if 0 code to test for yet unsupported compressions
Ramiro Polla [Mon, 14 Apr 2008 15:44:33 +0000 (15:44 +0000)]
Add #if 0 code to test for yet unsupported compressions
from user-supplied verbose information.

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

16 years agoSupport biCompression I420
Ramiro Polla [Mon, 14 Apr 2008 15:41:10 +0000 (15:41 +0000)]
Support biCompression I420

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

16 years agoCosmetics: remove {}s over one-lined ifs.
Ramiro Polla [Mon, 14 Apr 2008 15:13:06 +0000 (15:13 +0000)]
Cosmetics: remove {}s over one-lined ifs.

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

16 years agoSimplify more errors by using goto
Ramiro Polla [Mon, 14 Apr 2008 15:07:12 +0000 (15:07 +0000)]
Simplify more errors by using goto

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

16 years agoSimplify returning errors by using goto
Ramiro Polla [Mon, 14 Apr 2008 14:59:51 +0000 (14:59 +0000)]
Simplify returning errors by using goto

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

16 years agoMaxis XA demuxer and decoder.
Robert Marston [Mon, 14 Apr 2008 14:31:43 +0000 (14:31 +0000)]
Maxis XA demuxer and decoder.
Patch by Robert Marston rmarston (\at/) gmail point com
Original thread: [FFmpeg-soc] [Patch] Maxis EA XA decoder - GSoC Task
Date: 04/08/2008 01:36 AM

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

16 years agoIndentation
Benoit Fouet [Mon, 14 Apr 2008 13:15:16 +0000 (13:15 +0000)]
Indentation

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

16 years agoSupport for BMP os2v1.
Benoit Fouet [Mon, 14 Apr 2008 13:13:08 +0000 (13:13 +0000)]
Support for BMP os2v1.

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

16 years agoRemove useless code.
Michael Niedermayer [Mon, 14 Apr 2008 12:25:44 +0000 (12:25 +0000)]
Remove useless code.

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

16 years agoRecommit r12809
Michael Niedermayer [Mon, 14 Apr 2008 12:24:29 +0000 (12:24 +0000)]
Recommit r12809
Log:
10l
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
After seeking bug has been fixed.

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

16 years agoUse generic seeking code for flv. The removed code was a buggy duplicate.
Michael Niedermayer [Mon, 14 Apr 2008 12:22:23 +0000 (12:22 +0000)]
Use generic seeking code for flv. The removed code was a buggy duplicate.

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

16 years agorevert r12809
Michael Niedermayer [Mon, 14 Apr 2008 12:10:53 +0000 (12:10 +0000)]
revert  r12809
Log:
10l
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv
As it unexpectly breaks seek regression tests.

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

16 years agoStop find_stream_info() searching for further streams if 2 streams have
Michael Niedermayer [Sun, 13 Apr 2008 23:47:03 +0000 (23:47 +0000)]
Stop find_stream_info() searching for further streams if 2 streams have
been found.

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

16 years ago10l
Michael Niedermayer [Sun, 13 Apr 2008 22:58:04 +0000 (22:58 +0000)]
10l
Setting AVFMTCTX_NOHEADER if streams<2 so phantom streams are found.
fixes WELCOMETOBELGRADE.flv

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

16 years agoBFI demuxer
Sisir Koppaka [Sun, 13 Apr 2008 21:06:31 +0000 (21:06 +0000)]
BFI demuxer

Patch by Sisir Koppaka (sisir.koppaka at G.M!A.I!L.com)

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

16 years agoILP64 fixes (untested)
Michael Niedermayer [Sun, 13 Apr 2008 16:11:36 +0000 (16:11 +0000)]
ILP64 fixes (untested)

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

16 years agoPrint warning if scale/rate is invalid.
Michael Niedermayer [Sun, 13 Apr 2008 11:45:18 +0000 (11:45 +0000)]
Print warning if scale/rate is invalid.

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

16 years agoindent
Michael Niedermayer [Sun, 13 Apr 2008 11:41:45 +0000 (11:41 +0000)]
indent

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

16 years agoRestructure if/else a little.
Michael Niedermayer [Sun, 13 Apr 2008 11:41:09 +0000 (11:41 +0000)]
Restructure if/else a little.

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

16 years agoClear DIRS variable in common.mak, so it does not have to be cleared in
Diego Biurrun [Sun, 13 Apr 2008 10:37:30 +0000 (10:37 +0000)]
Clear DIRS variable in common.mak, so it does not have to be cleared in
each subdirectory Makefile.

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

16 years agoRemove all dependency files on distclean.
Diego Biurrun [Sun, 13 Apr 2008 10:23:38 +0000 (10:23 +0000)]
Remove all dependency files on distclean.

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

16 years agoUnset DIRS after including subdir.mak so that the variable is not used
Diego Biurrun [Sun, 13 Apr 2008 10:22:46 +0000 (10:22 +0000)]
Unset DIRS after including subdir.mak so that the variable is not used
in the other subdirectory Makefiles.

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

16 years agoGenerate the list of files to clean in subdirectories in common.mak.
Diego Biurrun [Sun, 13 Apr 2008 10:09:47 +0000 (10:09 +0000)]
Generate the list of files to clean in subdirectories in common.mak.
This way, it can be used from all directories.

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

16 years agoSplit CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.
Diego Biurrun [Sun, 13 Apr 2008 09:59:36 +0000 (09:59 +0000)]
Split CLEANFILES variable into CLEANSUFFIXES and LIBSUFFIXES.

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

16 years agoSimplify CLEANFILES generation.
Diego Biurrun [Sun, 13 Apr 2008 09:44:42 +0000 (09:44 +0000)]
Simplify CLEANFILES generation.

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

16 years agoDo not call update_initial_durations if pkt->duration is 0.
Reimar Döffinger [Sun, 13 Apr 2008 08:55:02 +0000 (08:55 +0000)]
Do not call update_initial_durations if pkt->duration is 0.
Fixes and assertion crash when playing amv files, e.g.
http://samples.mplayerhq.hu/amv/Shakira - Hips Don't Lie.amv

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

16 years agoAdd explanatory comments to enum CodecID.
Diego Biurrun [Sun, 13 Apr 2008 07:48:43 +0000 (07:48 +0000)]
Add explanatory comments to enum CodecID.

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

16 years agoRelicense test/example files as LGPL with Michael's permission.
Diego Biurrun [Sun, 13 Apr 2008 01:29:24 +0000 (01:29 +0000)]
Relicense test/example files as LGPL with Michael's permission.

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

16 years agoRemove redundant &.
Michael Niedermayer [Sun, 13 Apr 2008 00:05:38 +0000 (00:05 +0000)]
Remove redundant &.

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

16 years agoAdd a header file to declare Xvid IDCT functions.
Alexander Strange [Sat, 12 Apr 2008 16:54:36 +0000 (16:54 +0000)]
Add a header file to declare Xvid IDCT functions.
patch by Alexander Strange, astrange ithinksw com

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

16 years agoremove useless extern keyword.
Stefano Sabatini [Fri, 11 Apr 2008 14:18:33 +0000 (14:18 +0000)]
remove useless extern keyword.
patch by Stefano Sabatini: stefano sabatini-lala poste it

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

16 years agoCrop parameters are unsigned, having them negative could be bad and lead
Michael Niedermayer [Fri, 11 Apr 2008 12:57:49 +0000 (12:57 +0000)]
Crop parameters are unsigned, having them negative could be bad and lead
to crashes or maybe exploits (not checked at all if this is possible).

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

16 years agoAvoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv
Michael Niedermayer [Fri, 11 Apr 2008 12:55:21 +0000 (12:55 +0000)]
Avoid crash with idiotic cropping. Fixes crash with CVFC1_Sony_C.jsv
and closes issue333.

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

16 years agoffplay.d needs SDL_CFLAGS
Måns Rullgård [Thu, 10 Apr 2008 22:34:37 +0000 (22:34 +0000)]
ffplay.d needs SDL_CFLAGS

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

16 years agoremove unused MAKE variable
Måns Rullgård [Thu, 10 Apr 2008 20:00:21 +0000 (20:00 +0000)]
remove unused MAKE variable

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

16 years agocorrect soname for vhooks
Måns Rullgård [Thu, 10 Apr 2008 19:44:29 +0000 (19:44 +0000)]
correct soname for vhooks

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

16 years agosave DEP_LIBS before processing subdirs
Måns Rullgård [Thu, 10 Apr 2008 19:44:26 +0000 (19:44 +0000)]
save DEP_LIBS before processing subdirs

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

16 years agocosmetics: Break an overly long line.
Keiji Costantini [Thu, 10 Apr 2008 19:09:39 +0000 (19:09 +0000)]
cosmetics: Break an overly long line.
patch by Keiji Costantini, lists strites net

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

16 years agocosmetics: Break some overly long lines.
Keiji Costantini [Thu, 10 Apr 2008 19:07:12 +0000 (19:07 +0000)]
cosmetics: Break some overly long lines.
patch by Keiji Costantini, lists strites net

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

16 years agocosmetics: Break some overly long lines.
Keiji Costantini [Thu, 10 Apr 2008 10:40:01 +0000 (10:40 +0000)]
cosmetics: Break some overly long lines.
patch by Keiji Costantini, lists strites net

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

16 years agoOnly set channels in the stream if previously unset, fixes resampling crash on broken...
Benjamin Larsson [Thu, 10 Apr 2008 06:15:17 +0000 (06:15 +0000)]
Only set channels in the stream if previously unset, fixes resampling crash on broken dca frames

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

16 years agoFix seeking in rm.
Michael Niedermayer [Wed, 9 Apr 2008 23:19:05 +0000 (23:19 +0000)]
Fix seeking in rm.

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

16 years agoundo changes in aac_ac3_parser
Bartlomiej Wolowiec [Wed, 9 Apr 2008 22:11:21 +0000 (22:11 +0000)]
undo changes in aac_ac3_parser

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

16 years agomove DEP_LIBS to common.mak
Måns Rullgård [Wed, 9 Apr 2008 21:11:39 +0000 (21:11 +0000)]
move DEP_LIBS to common.mak

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

16 years agofix build with --build-suffix
Måns Rullgård [Wed, 9 Apr 2008 21:11:35 +0000 (21:11 +0000)]
fix build with --build-suffix

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

16 years agogenerate separate dependency files per object file
Måns Rullgård [Wed, 9 Apr 2008 20:48:17 +0000 (20:48 +0000)]
generate separate dependency files per object file

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

16 years agocosmetics (by Björn Axelsson)
Benoit Fouet [Wed, 9 Apr 2008 11:36:50 +0000 (11:36 +0000)]
cosmetics (by Björn Axelsson)

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

16 years agoAdd a generic write function to av_fifo.
Björn Axelsson [Wed, 9 Apr 2008 11:35:16 +0000 (11:35 +0000)]
Add a generic write function to av_fifo.
Patch by Björn Axelsson: bjorn axelsson intinor se
Original thread: [FFmpeg-devel] [RFC][PATCH] av_fifo_write_from_bytestream()
Date: 04/03/2008 12:14 PM

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

16 years agoFix H.264 interframe decoding when compiling with icc. Patch by Loren
Loren Merritt [Tue, 8 Apr 2008 23:49:34 +0000 (23:49 +0000)]
Fix H.264 interframe decoding when compiling with icc. Patch by Loren
Merritt:

"It seems that icc copies the constants from their global var onto the
stack, at which point they're not aligned, hence the crash.
[This change] really shouldn't mean anything different, but maybe it'll
confuse icc into not performing that 'optimization'."

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