platform/upstream/libav.git
16 years agoAdd supported_samplerates field to AVCodec
Stefano Sabatini [Tue, 22 Apr 2008 20:06:20 +0000 (20:06 +0000)]
Add supported_samplerates field to AVCodec

Patch by Stefano Sabatini ( stefano sabatini-lala poste it )

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

16 years agoRename diracschro_common.[ch] to libdirac_libschro.[ch], external library
Diego Biurrun [Tue, 22 Apr 2008 16:26:15 +0000 (16:26 +0000)]
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library
glue code should have a lib prefix in its name.

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

16 years agolibdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcD...
Luca Barbato [Tue, 22 Apr 2008 13:22:21 +0000 (13:22 +0000)]
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk

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

16 years agochange ff_ac3_parse_header() to take a GetBitContext instead of const char*
Bartlomiej Wolowiec [Tue, 22 Apr 2008 11:14:01 +0000 (11:14 +0000)]
change ff_ac3_parse_header() to take a GetBitContext instead of const char*

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

16 years agoAdd .longname to bfi_decoder declaration.
Sisir Koppaka [Tue, 22 Apr 2008 09:16:05 +0000 (09:16 +0000)]
Add .longname to bfi_decoder declaration.
patch by Sisir Koppaka, sisir.koppaka gmail com

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

16 years agoCompute AC3 frame CRC for stronger raw AC3 format probing.
Andreas Öman [Mon, 21 Apr 2008 15:20:53 +0000 (15:20 +0000)]
Compute AC3 frame CRC for stronger raw AC3 format probing.

Closes issue64.

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

16 years agoMake some ffmpeg opts use parse-number-or-die.
Stefano Sabatini [Mon, 21 Apr 2008 08:59:38 +0000 (08:59 +0000)]
Make some ffmpeg opts use parse-number-or-die.
Patch by Stefano Sabatini stefano sabatini-lala posteit

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

16 years agoForce inlining of MPV_motion_internal.
Keiji Costantini [Mon, 21 Apr 2008 08:32:11 +0000 (08:32 +0000)]
Force inlining of MPV_motion_internal.
Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations
Date: 04/06/2008 11:32 PM

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

16 years agoUnroll codepath
Keiji Costantini [Mon, 21 Apr 2008 08:30:54 +0000 (08:30 +0000)]
Unroll codepath
Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations
Date: 04/06/2008 11:32 PM

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

16 years agoCorrect ASF duration.
Henrik Gulbrandsen [Mon, 21 Apr 2008 08:19:16 +0000 (08:19 +0000)]
Correct ASF duration.
Patch by Henrik Gulbrandsen: henrik gulbra net

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

16 years agoFix bug introduced by r12827.
Ramiro Polla [Mon, 21 Apr 2008 01:22:25 +0000 (01:22 +0000)]
Fix bug introduced by r12827.
If av_exit() was called after an AVFormatContext was created, but before
its file was opened, av_exit() would pass a NULL pointer to url_fclose().

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

16 years agoSimplify ff_split_xiph_headers
Reimar Döffinger [Sun, 20 Apr 2008 23:54:40 +0000 (23:54 +0000)]
Simplify ff_split_xiph_headers

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

16 years agoAdd checks to ff_split_xiph_headers to ensure that returned header_len and
Reimar Döffinger [Sun, 20 Apr 2008 23:33:49 +0000 (23:33 +0000)]
Add checks to ff_split_xiph_headers to ensure that returned header_len and
header_start values are always valid.
Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg
(still does not play though).

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

16 years agoRaw dts muxer
Benjamin Larsson [Sun, 20 Apr 2008 20:28:12 +0000 (20:28 +0000)]
Raw dts muxer

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

16 years agocheck for ARM VFP support
Måns Rullgård [Sun, 20 Apr 2008 16:14:06 +0000 (16:14 +0000)]
check for ARM VFP support

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

16 years agoImplement FFMAX3(a,b,c) - maximum over three arguments.
Vladimir Voroshilov [Sat, 19 Apr 2008 17:07:58 +0000 (17:07 +0000)]
Implement FFMAX3(a,b,c) - maximum over three arguments.

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

16 years agoDecrease returning probe score for WAV demuxer to avoid
Vladimir Voroshilov [Sat, 19 Apr 2008 14:52:19 +0000 (14:52 +0000)]
Decrease returning probe score for WAV demuxer to avoid
probe conflict between WAV and future ACT demuxer.
This is necessary because ACT has standard WAV header
at top of it's own.

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

16 years agoDo not pass dct_block to vlc_decode_block().
Ramiro Polla [Sat, 19 Apr 2008 13:03:12 +0000 (13:03 +0000)]
Do not pass dct_block to vlc_decode_block().
The function uses dct_block from the context anyways.

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

16 years agoCosmetics and style.
Ramiro Polla [Sat, 19 Apr 2008 12:34:48 +0000 (12:34 +0000)]
Cosmetics and style.

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

16 years agoRename vlc1 to vlc.
Ramiro Polla [Sat, 19 Apr 2008 12:28:32 +0000 (12:28 +0000)]
Rename vlc1 to vlc.
There is no vlc2, so there is no point in numbering it.

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

16 years agoAdd note about using latest MSYS make for MinGW.
Ramiro Polla [Sat, 19 Apr 2008 12:24:02 +0000 (12:24 +0000)]
Add note about using latest MSYS make for MinGW.
Thanks to tripp for the not mingw32 make note...

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

16 years agomake wininstaller has been removed in r12416
Ramiro Polla [Sat, 19 Apr 2008 12:19:02 +0000 (12:19 +0000)]
make wininstaller has been removed in r12416

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

16 years agoMake most of E-AC-3 work without breaking regression tests.
Michael Niedermayer [Sat, 19 Apr 2008 12:04:33 +0000 (12:04 +0000)]
Make most of E-AC-3 work without breaking regression tests.

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

16 years agoThis fixes the code so it is correct on both sides of the if().
Michael Niedermayer [Sat, 19 Apr 2008 11:14:55 +0000 (11:14 +0000)]
This fixes the code so it is correct on both sides of the if().

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

16 years agoindent
Michael Niedermayer [Sat, 19 Apr 2008 10:48:50 +0000 (10:48 +0000)]
indent

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

16 years agoFix build of cputest test program.
Diego Biurrun [Sat, 19 Apr 2008 09:18:25 +0000 (09:18 +0000)]
Fix build of cputest test program.

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

16 years ago100l I broke AC3 in MPEG seeking.
Michael Niedermayer [Sat, 19 Apr 2008 02:58:36 +0000 (02:58 +0000)]
100l I broke AC3 in MPEG seeking.

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

16 years agoPart 2 of EAC3 support, this is still disabled as it breaks regressions
Michael Niedermayer [Sat, 19 Apr 2008 02:29:27 +0000 (02:29 +0000)]
Part 2 of EAC3 support, this is still disabled as it breaks regressions
due to bugs elsewhere.

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

16 years agopart 1 of EAC3 support
Michael Niedermayer [Sat, 19 Apr 2008 02:28:24 +0000 (02:28 +0000)]
part 1 of EAC3 support

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

16 years agoAdd new_frame_start and need_next_header.
Michael Niedermayer [Sat, 19 Apr 2008 01:59:55 +0000 (01:59 +0000)]
Add new_frame_start and need_next_header.
based on a patch by Bartlomiej

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

16 years agoChange aac and ac3 parsers to use ff_combine_frame().
Michael Niedermayer [Sat, 19 Apr 2008 01:50:40 +0000 (01:50 +0000)]
Change aac and ac3 parsers to use ff_combine_frame().

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

16 years agofix make tests in subdirs
Måns Rullgård [Fri, 18 Apr 2008 19:28:40 +0000 (19:28 +0000)]
fix make tests in subdirs

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

16 years agoTighten up the Westwood AUD detection. Probability of random detections
Mike Melanson [Fri, 18 Apr 2008 17:29:58 +0000 (17:29 +0000)]
Tighten up the Westwood AUD detection. Probability of random detections
used to be on the order of 2^8. It is now on the order of 2^45.

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

16 years agocheck alac EOF marker
Matthieu Castet [Fri, 18 Apr 2008 08:58:18 +0000 (08:58 +0000)]
check alac EOF marker
Patch by Matthieu Castet castet matthieu free fr

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

16 years agoBFI video decoder.
Sisir Koppaka [Fri, 18 Apr 2008 08:43:11 +0000 (08:43 +0000)]
BFI video decoder.
Patch by Sisir Koppaka sisir koppaka gmail
Original thread: [FFmpeg-devel] BFI video decoder
Date: 04/17/2008 04:25 PM

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

16 years agoFix des-test compilation.
Diego Biurrun [Fri, 18 Apr 2008 07:05:49 +0000 (07:05 +0000)]
Fix des-test compilation.

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

16 years agoremove AACAC3FrameFlag
Michael Niedermayer [Fri, 18 Apr 2008 03:09:01 +0000 (03:09 +0000)]
remove AACAC3FrameFlag

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

16 years agocosmetics: spelling
Diego Biurrun [Thu, 17 Apr 2008 22:06:06 +0000 (22:06 +0000)]
cosmetics: spelling

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

16 years agocosmetics: Sort some lists alphabetically.
Diego Biurrun [Thu, 17 Apr 2008 22:04:34 +0000 (22:04 +0000)]
cosmetics: Sort some lists alphabetically.

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

16 years agocosmetics: __asm__ __volatile__ --> asm volatile
Diego Biurrun [Thu, 17 Apr 2008 21:57:52 +0000 (21:57 +0000)]
cosmetics: __asm__ __volatile__ --> asm volatile

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

16 years agocosmetics: __asm__ __volatile__ --> asm volatile
Diego Biurrun [Thu, 17 Apr 2008 21:54:43 +0000 (21:54 +0000)]
cosmetics: __asm__ __volatile__ --> asm volatile

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

16 years agoRemove another unneeded var from context
Vitor Sessak [Thu, 17 Apr 2008 21:03:26 +0000 (21:03 +0000)]
Remove another unneeded var from context

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

16 years ago10l: my last commit broke compilation and introduced warnings
Vitor Sessak [Thu, 17 Apr 2008 19:48:02 +0000 (19:48 +0000)]
10l: my last commit broke compilation and introduced warnings

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

16 years agoRemove unneeded variables from context
Vitor Sessak [Thu, 17 Apr 2008 19:45:14 +0000 (19:45 +0000)]
Remove unneeded variables from context

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

16 years agoRemove wrapper around av_log2()
Vitor Sessak [Thu, 17 Apr 2008 18:50:31 +0000 (18:50 +0000)]
Remove wrapper around av_log2()

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

16 years agoXvid IDCTs are not under CONFIG_GPL, so don't require it when using them.
Alexander Strange [Thu, 17 Apr 2008 15:41:25 +0000 (15:41 +0000)]
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.

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

16 years agofix a typo
Benoit Fouet [Thu, 17 Apr 2008 07:38:30 +0000 (07:38 +0000)]
fix a typo

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

16 years agoMake two comments doxygen compatible.
Stefano Sabatini [Thu, 17 Apr 2008 07:37:02 +0000 (07:37 +0000)]
Make two comments doxygen compatible.
Patch by Stefano Sabatini stefano sabatini-lala poste it

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

16 years agoTypo
Stefano Sabatini [Thu, 17 Apr 2008 07:32:38 +0000 (07:32 +0000)]
Typo
Patch by Stefano Sabatini stefano sabatini-lala poste it

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

16 years agoAdd descriptive long_name to AVCodec
Stefano Sabatini [Thu, 17 Apr 2008 06:07:27 +0000 (06:07 +0000)]
Add descriptive long_name to AVCodec

Patch by: stefano sabatini-lala poste it

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

16 years agoindent
Michael Niedermayer [Thu, 17 Apr 2008 03:22:35 +0000 (03:22 +0000)]
indent

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

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