]> git.sesse.net Git - ffmpeg/log
ffmpeg
15 years agocosmetics: Sort processor-specific object lines into alphabetical order.
Diego Biurrun [Tue, 18 Nov 2008 22:37:22 +0000 (22:37 +0000)]
cosmetics: Sort processor-specific object lines into alphabetical order.

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

15 years agoGetting rid of huge static DV tables
Roman Shaposhnik [Tue, 18 Nov 2008 20:48:26 +0000 (20:48 +0000)]
Getting rid of huge static DV tables

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

15 years agoGetting rid of unneeded extra wrapper functions
Roman Shaposhnik [Tue, 18 Nov 2008 20:33:08 +0000 (20:33 +0000)]
Getting rid of unneeded extra wrapper functions

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

15 years agodecrease atom size, fix broken files missing version/flags
Baptiste Coudurier [Tue, 18 Nov 2008 09:09:57 +0000 (09:09 +0000)]
decrease atom size, fix broken files missing version/flags

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

15 years agoTrivial, Cosmetics
Reynaldo H. Verdejo Pinochet [Tue, 18 Nov 2008 03:49:33 +0000 (03:49 +0000)]
Trivial, Cosmetics

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

15 years agoImprove error message in case of output file with no streams, dumping
Stefano Sabatini [Mon, 17 Nov 2008 23:27:05 +0000 (23:27 +0000)]
Improve error message in case of output file with no streams, dumping
the empty file format representation and specifying the index number
of the output file.

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

15 years agoImprove messages printed when there is no input/output file, making
Stefano Sabatini [Mon, 17 Nov 2008 23:18:44 +0000 (23:18 +0000)]
Improve messages printed when there is no input/output file, making
them more grammatically correct and consistent with other equivalent
messages.

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

15 years agoRemove unnecessary calls to show_help(), make ffmpeg/ffplay print a
Stefano Sabatini [Mon, 17 Nov 2008 23:15:29 +0000 (23:15 +0000)]
Remove unnecessary calls to show_help(), make ffmpeg/ffplay print a
specific error message instead.

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

15 years agoAdd a Makefile variable for the old scaler that gets enabled when the new
Diego Biurrun [Mon, 17 Nov 2008 22:51:59 +0000 (22:51 +0000)]
Add a Makefile variable for the old scaler that gets enabled when the new
scaler is disabled to get rid of a Makefile ifdef.

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

15 years agoRevert previous commit: the libavcodec/i386/fft_*.o objects depend on
Diego Biurrun [Mon, 17 Nov 2008 21:56:34 +0000 (21:56 +0000)]
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on
libavcodec/i386/fft_mmx.o, which depends on yasm.

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

15 years agoOnly the yasm-dependent objects should be enabled by a yasm conditional.
Diego Biurrun [Mon, 17 Nov 2008 19:01:25 +0000 (19:01 +0000)]
Only the yasm-dependent objects should be enabled by a yasm conditional.

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

15 years agoChange type of prev_stream_id from uint32_t to int, since it has a max size
Ronald S. Bultje [Mon, 17 Nov 2008 18:10:02 +0000 (18:10 +0000)]
Change type of prev_stream_id from uint32_t to int, since it has a max size
of 16bits. See discussion in "[PATCH] RDT/Realmedia patches #2" thread on ML.

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

15 years agocosmetics: Group ppc-specific objects together.
Diego Biurrun [Mon, 17 Nov 2008 16:38:50 +0000 (16:38 +0000)]
cosmetics: Group ppc-specific objects together.

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

15 years agoAdd missing options to the help output.
Diego Biurrun [Mon, 17 Nov 2008 16:33:24 +0000 (16:33 +0000)]
Add missing options to the help output.

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

15 years agocosmetics: Move some options to more sensible places within the help output.
Diego Biurrun [Mon, 17 Nov 2008 16:31:50 +0000 (16:31 +0000)]
cosmetics: Move some options to more sensible places within the help output.

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

15 years agoMove zlib/bzlib options to the external library section of the help output and
Diego Biurrun [Mon, 17 Nov 2008 16:30:31 +0000 (16:30 +0000)]
Move zlib/bzlib options to the external library section of the help output and
mention the enable variant of the option since they are disabled by default.

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

15 years agospelling and wording cosmetics for the help output
Diego Biurrun [Mon, 17 Nov 2008 16:22:49 +0000 (16:22 +0000)]
spelling and wording cosmetics for the help output

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

15 years agoTake build_suffix into account in pkg-config files.
Charles Yates [Mon, 17 Nov 2008 16:12:30 +0000 (16:12 +0000)]
Take build_suffix into account in pkg-config files.
patch by Charles Yates, charles.yates gmail com

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

15 years agoPrint just [no] or [yes] in the help output instead of [default=no/yes].
Diego Biurrun [Mon, 17 Nov 2008 15:45:55 +0000 (15:45 +0000)]
Print just [no] or [yes] in the help output instead of [default=no/yes].

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

15 years agocosmetics: Group ARM objects sections together.
Diego Biurrun [Mon, 17 Nov 2008 15:36:28 +0000 (15:36 +0000)]
cosmetics: Group ARM objects sections together.

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

15 years agocosmetics: Reorder processor-specific entries alphabetically.
Diego Biurrun [Mon, 17 Nov 2008 15:09:45 +0000 (15:09 +0000)]
cosmetics: Reorder processor-specific entries alphabetically.

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

15 years agoReindent after r15853.
Ronald S. Bultje [Mon, 17 Nov 2008 14:32:56 +0000 (14:32 +0000)]
Reindent after r15853.

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

15 years agoRead optional components of the RDT packet header, such as extended setID
Ronald S. Bultje [Mon, 17 Nov 2008 14:32:01 +0000 (14:32 +0000)]
Read optional components of the RDT packet header, such as extended setID
and streamID and the length. of the packet in case of packet concatenation.
Discussed in ML thread "[PATCH] RDT/Realmedia patches #2".

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

15 years agoChange header reading implementation to using get_bits() instead of directly
Ronald S. Bultje [Mon, 17 Nov 2008 14:30:31 +0000 (14:30 +0000)]
Change header reading implementation to using get_bits() instead of directly
accessing the data array. This allows to easily read optionally available
header bits without causing pains. See discussion in "[PATCH] RDT/Realmedia
patches #2" thread on ML.

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

15 years agoPrefix all ff_rdt_parse_header() arguments with a p, preparing for local
Ronald S. Bultje [Mon, 17 Nov 2008 14:28:12 +0000 (14:28 +0000)]
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local
variables to temporary hold the values. Discussed in ML thread "[PATCH]
RDT/Realmedia patches #2".

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

15 years agoFix memleak caused by the fact that url_open_buf() allocates a context
Ronald S. Bultje [Mon, 17 Nov 2008 14:23:20 +0000 (14:23 +0000)]
Fix memleak caused by the fact that url_open_buf() allocates a context
when calling, but url_close_buf() doesn't free it. The better solution
is to not allocate it at all, init it with init_put_byte() and then
not have to close it at all. In the case where we do need to hold it
around for longer than within the function context, we allocate it with
av_alloc_put_byte() and free it with av_free() instead. Discussed in ML
thread "[PATCH] fix small memleak in rdt.c".

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

15 years agoAdd ByteIOContext argument to public ff_rm_* functions so that we can
Ronald S. Bultje [Mon, 17 Nov 2008 14:20:00 +0000 (14:20 +0000)]
Add ByteIOContext argument to public ff_rm_* functions so that we can
specify the data source as function argument instead of in s->pb before
calling the function. Discussed in ML thread "[PATCH] fix small memleak
in rdt.c".

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

15 years agoChange email address to a valid one.
Benoit Fouet [Mon, 17 Nov 2008 14:04:56 +0000 (14:04 +0000)]
Change email address to a valid one.

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

15 years agoOne const is enough.
Carl Eugen Hoyos [Mon, 17 Nov 2008 12:48:31 +0000 (12:48 +0000)]
One const is enough.

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

15 years agoPut variable declaration inside an #ifdef to avoid an unused variable warning.
Diego Biurrun [Mon, 17 Nov 2008 10:33:59 +0000 (10:33 +0000)]
Put variable declaration inside an #ifdef to avoid an unused variable warning.

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

15 years agoGet rid of MSG_DONTWAIT using a more standard way to use a socket
Jindřich Makovička [Mon, 17 Nov 2008 07:50:25 +0000 (07:50 +0000)]
Get rid of MSG_DONTWAIT using a more standard way to use a socket
in a non blocked mode.
Patch by Jindrich Makovicka: makovick gmail

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

15 years agoMake the library names for the require checks more explicit.
Stefano Sabatini [Sun, 16 Nov 2008 12:03:00 +0000 (12:03 +0000)]
Make the library names for the require checks more explicit.

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

15 years agoSilence warning in imc decoder
Benjamin Larsson [Sun, 16 Nov 2008 10:16:07 +0000 (10:16 +0000)]
Silence warning in imc decoder

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

15 years agoSet channel_layout
Benjamin Larsson [Sun, 16 Nov 2008 09:54:09 +0000 (09:54 +0000)]
Set channel_layout

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

15 years ago421l: postproc flag may be present in any VC-1 AP frame type
Kostya Shishkov [Sun, 16 Nov 2008 06:47:44 +0000 (06:47 +0000)]
421l: postproc flag may be present in any VC-1 AP frame type

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

15 years agoset pts in flv demuxer
Baptiste Coudurier [Sun, 16 Nov 2008 02:56:34 +0000 (02:56 +0000)]
set pts in flv demuxer

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

15 years agoread itunes metadata, code based on Reimar's patch
Baptiste Coudurier [Sun, 16 Nov 2008 01:59:35 +0000 (01:59 +0000)]
read itunes metadata, code based on Reimar's patch

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

15 years agoCredit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.
Reynaldo H. Verdejo Pinochet [Sun, 16 Nov 2008 01:00:25 +0000 (01:00 +0000)]
Credit Kenan Gillet for his contributions towards merging the SoC QCELP decoder.

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

15 years agoCosmetics
Reynaldo H. Verdejo Pinochet [Sun, 16 Nov 2008 00:57:06 +0000 (00:57 +0000)]
Cosmetics

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

15 years agoChange to file description suggested by Michael
Reynaldo H. Verdejo Pinochet [Sun, 16 Nov 2008 00:05:20 +0000 (00:05 +0000)]
Change to file description suggested by Michael

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

15 years agoChange status packet skipping to be more spec-compliant. See discussion in
Ronald S. Bultje [Sat, 15 Nov 2008 20:45:26 +0000 (20:45 +0000)]
Change status packet skipping to be more spec-compliant. See discussion in
"[PATCH] RDT/Realmedia patches #2" thread on ML.

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

15 years agoMake function comment a bit more linguistically correct.
Ronald S. Bultje [Sat, 15 Nov 2008 20:43:57 +0000 (20:43 +0000)]
Make function comment a bit more linguistically correct.

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

15 years agoReindent after r15833.
Ronald S. Bultje [Sat, 15 Nov 2008 20:42:41 +0000 (20:42 +0000)]
Reindent after r15833.

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

15 years agoAdd is_keyframe param to ff_rdt_parse_header(). See ML discussion in
Ronald S. Bultje [Sat, 15 Nov 2008 20:41:59 +0000 (20:41 +0000)]
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in
"[PATCH] RDT/Realmedia patches #2" thread.

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

15 years agoProper channel output reordering for the dca decoder.
Benjamin Larsson [Sat, 15 Nov 2008 20:31:03 +0000 (20:31 +0000)]
Proper channel output reordering for the dca decoder.

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

15 years agoPlease keep original copyright heading and attribution lines...
Reynaldo H. Verdejo Pinochet [Sat, 15 Nov 2008 20:19:20 +0000 (20:19 +0000)]
Please keep original copyright heading and attribution lines...

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

15 years agosimplify metadata reading
Baptiste Coudurier [Sat, 15 Nov 2008 20:17:19 +0000 (20:17 +0000)]
simplify metadata reading

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

15 years agomatroskadec: fix index timestamps for some broken files
Aurelien Jacobs [Sat, 15 Nov 2008 15:34:51 +0000 (15:34 +0000)]
matroskadec: fix index timestamps for some broken files
fix issue697

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

15 years agoCall check_back_and_send_rr() function only in case of RTP as a transport.
Ronald S. Bultje [Sat, 15 Nov 2008 14:44:48 +0000 (14:44 +0000)]
Call check_back_and_send_rr() function only in case of RTP as a transport.
Don't call it for RDT, since it is unneeded and it doesn't provide a
RTPDemuxContext, leading to some memory errors. See "[PATCH] fix small
memory error in rtsp.c" thread on ML.

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

15 years agoWeak deblock filter function for future RV40 loop filter
Kostya Shishkov [Sat, 15 Nov 2008 14:15:24 +0000 (14:15 +0000)]
Weak deblock filter function for future RV40 loop filter

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

15 years agoFlush SDP description
Luca Barbato [Sat, 15 Nov 2008 12:32:38 +0000 (12:32 +0000)]
Flush SDP description

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

15 years agoRename variables in ff_rdt_parse_header() and callers to match the
Ronald S. Bultje [Sat, 15 Nov 2008 02:22:47 +0000 (02:22 +0000)]
Rename variables in ff_rdt_parse_header() and callers to match the
comment documentation in that function. See discussion on ML in the
"[PATCH] RDT/Realmedia patches #2" thread.

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

15 years agocheck for interrupt when receiving from socket
Jindřich Makovička [Fri, 14 Nov 2008 19:33:22 +0000 (19:33 +0000)]
check for interrupt when receiving from socket

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

15 years agoAdd comment describing the RDT packet header. See discussion in "[PATCH]
Ronald S. Bultje [Fri, 14 Nov 2008 18:37:58 +0000 (18:37 +0000)]
Add comment describing the RDT packet header. See discussion in "[PATCH]
RDT/Realmedia patches #2" thread on the mailinglist.

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

15 years agoMore OKed parts of the QCELP decoder
Kenan Gillet [Fri, 14 Nov 2008 17:36:47 +0000 (17:36 +0000)]
More OKed parts of the QCELP decoder
patch by Kenan Gillet, kenan.gillet gmail com

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

15 years agotimestamp is dts in wmv/asf
Baptiste Coudurier [Fri, 14 Nov 2008 03:45:31 +0000 (03:45 +0000)]
timestamp is dts in wmv/asf

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

15 years agoremove useless mmx.h include
Baptiste Coudurier [Fri, 14 Nov 2008 02:49:23 +0000 (02:49 +0000)]
remove useless mmx.h include

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

15 years agoconvert fdct_mmx to plain asm
Baptiste Coudurier [Fri, 14 Nov 2008 02:44:15 +0000 (02:44 +0000)]
convert fdct_mmx to plain asm

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

15 years agorevert r15812 (E-AC-3 Spectral Extension) pending further review
Justin Ruggles [Thu, 13 Nov 2008 22:38:38 +0000 (22:38 +0000)]
revert r15812 (E-AC-3 Spectral Extension) pending further review

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

15 years agoadd sse2 fdct
Baptiste Coudurier [Thu, 13 Nov 2008 19:54:02 +0000 (19:54 +0000)]
add sse2 fdct

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

15 years agoFix H.264 decoding.
Carl Eugen Hoyos [Thu, 13 Nov 2008 11:33:26 +0000 (11:33 +0000)]
Fix H.264 decoding.
(Problem analyzed by Uoti Urpala)

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

15 years agocosmetics: vertical alignment
Justin Ruggles [Thu, 13 Nov 2008 03:18:28 +0000 (03:18 +0000)]
cosmetics: vertical alignment

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

15 years agosilence a gcc warning about using an uninitialized variable
Justin Ruggles [Thu, 13 Nov 2008 03:18:24 +0000 (03:18 +0000)]
silence a gcc warning about using an uninitialized variable

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

15 years agocosmetics: indentation
Justin Ruggles [Thu, 13 Nov 2008 03:18:18 +0000 (03:18 +0000)]
cosmetics: indentation

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

15 years agoadd support for spectral extension
Justin Ruggles [Thu, 13 Nov 2008 03:18:13 +0000 (03:18 +0000)]
add support for spectral extension

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

15 years agoadd a generic function to decode banding structure for coupling, spectral
Justin Ruggles [Thu, 13 Nov 2008 03:18:07 +0000 (03:18 +0000)]
add a generic function to decode banding structure for coupling, spectral
extension, or enhanced coupling

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

15 years agoadd a line break in error message text
Justin Ruggles [Thu, 13 Nov 2008 03:18:01 +0000 (03:18 +0000)]
add a line break in error message text

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

15 years agosimplify decoding of coupling frequency range
Justin Ruggles [Thu, 13 Nov 2008 03:17:56 +0000 (03:17 +0000)]
simplify decoding of coupling frequency range

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

15 years agocosmetics: rename two variables
Justin Ruggles [Thu, 13 Nov 2008 03:17:50 +0000 (03:17 +0000)]
cosmetics: rename two variables

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

15 years agoAllow the UDP socket buffer size to be adjusted using a
Jindřich Makovička [Wed, 12 Nov 2008 21:40:53 +0000 (21:40 +0000)]
Allow the UDP socket buffer size to be adjusted using a
'buffer_size' URL option.

Patch by Jindrich Makovicka, makovick at gmail dot com

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

15 years agoTaking advantage of the new ->execute API
Roman Shaposhnik [Wed, 12 Nov 2008 21:13:28 +0000 (21:13 +0000)]
Taking advantage of the new ->execute API

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

15 years agoARM: fix j_rev_dct_ARM
Måns Rullgård [Wed, 12 Nov 2008 20:23:36 +0000 (20:23 +0000)]
ARM: fix j_rev_dct_ARM

This is a bugfix for ARMv4 assembly implementation of 'j_rev_dct'
function.

The problem was in the incorrect partially empty row detection. Even
if the first two coefficients in the row were nonzero, it handled this
just like the case with only the first nonzero coefficient.

Now this function produces exactly the same output as the stripped
down reference C version of 'j_rev_dct' (with the nested checks like
'if (d6) { if (d2) { ...' always evaluated as true, avoiding shortcut
branches).

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

15 years agoMaking it easier to send arbitrary structures as work orders to MT workers
Roman Shaposhnik [Wed, 12 Nov 2008 17:47:23 +0000 (17:47 +0000)]
Making it easier to send arbitrary structures as work orders to MT workers

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

15 years agoRemove unused variable.
Diego Biurrun [Wed, 12 Nov 2008 17:29:02 +0000 (17:29 +0000)]
Remove unused variable.

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

15 years agoMore OKed parts of the QCELP decoder
Kenan Gillet [Tue, 11 Nov 2008 18:50:38 +0000 (18:50 +0000)]
More OKed parts of the QCELP decoder
patch by Kenan Gillet, kenan.gillet gmail com

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

15 years agoComment typo
Benjamin Larsson [Tue, 11 Nov 2008 08:46:29 +0000 (08:46 +0000)]
Comment typo

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

15 years agoRemove channel layout table that only should be used by encoders.
Benjamin Larsson [Tue, 11 Nov 2008 08:30:32 +0000 (08:30 +0000)]
Remove channel layout table that only should be used by encoders.

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

15 years agoalways use the whole buffer for reading w/ packetized sources to avoid packet truncation
Jindřich Makovička [Mon, 10 Nov 2008 21:41:35 +0000 (21:41 +0000)]
always use the whole buffer for reading w/ packetized sources to avoid packet truncation

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

15 years agoFix memory leak in libgsm wrapper.
Martin Storsjö [Mon, 10 Nov 2008 20:02:00 +0000 (20:02 +0000)]
Fix memory leak in libgsm wrapper.

Patch by Martin Storsjö, martin at martin dot st

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

15 years agoMore OKed parts of the QCELP decoder
Kenan Gillet [Sun, 9 Nov 2008 12:00:47 +0000 (12:00 +0000)]
More OKed parts of the QCELP decoder
patch by Kenan Gillet, kenan.gillet gmail com

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

15 years agoClarify that we require GNU make 3.81+.
Diego Biurrun [Sat, 8 Nov 2008 19:47:10 +0000 (19:47 +0000)]
Clarify that we require GNU make 3.81+.

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

15 years agoFix argument constness for the av_codec_get_id() and
Stefano Sabatini [Sat, 8 Nov 2008 18:37:03 +0000 (18:37 +0000)]
Fix argument constness for the av_codec_get_id() and
av_codec_get_tag() functions, making them take in input a constant
array, since they're not supposed to change it. Fix some warnings.

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

15 years agoSplit RV3/4 deblock pattern into horizontal and vertical parts
Kostya Shishkov [Sat, 8 Nov 2008 18:15:13 +0000 (18:15 +0000)]
Split RV3/4 deblock pattern into horizontal and vertical parts
during calculating.

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

15 years agoAdd checks on the _mingw.h and w32api.h versions.
Stefano Sabatini [Sat, 8 Nov 2008 11:04:56 +0000 (11:04 +0000)]
Add checks on the _mingw.h and w32api.h versions.
Based on a patch by Ramiro.

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

15 years agoDrop redundant check in RV3/4 deblock coefficients calculation
Kostya Shishkov [Sat, 8 Nov 2008 07:24:56 +0000 (07:24 +0000)]
Drop redundant check in RV3/4 deblock coefficients calculation

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

15 years agoElectronic Arts demuxer: support TGQ video tags
Peter Ross [Sat, 8 Nov 2008 00:39:31 +0000 (00:39 +0000)]
Electronic Arts demuxer: support TGQ video tags

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

15 years agoElectronic Arts TGQ/TQI/MAD IDCT algorithm
Peter Ross [Sat, 8 Nov 2008 00:38:10 +0000 (00:38 +0000)]
Electronic Arts TGQ/TQI/MAD IDCT algorithm

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

15 years agoElectronic Arts TGQ video decoder
Peter Ross [Sat, 8 Nov 2008 00:29:22 +0000 (00:29 +0000)]
Electronic Arts TGQ video decoder

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

15 years agoimplementing more efficient (and direct) allocation of work for DV codec workers
Roman Shaposhnik [Sat, 8 Nov 2008 00:18:00 +0000 (00:18 +0000)]
implementing more efficient (and direct) allocation of work for DV codec workers

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

15 years agoPromote inv_aanscales array to global scope (ff_inv_aanscales)
Peter Ross [Sat, 8 Nov 2008 00:15:08 +0000 (00:15 +0000)]
Promote inv_aanscales array to global scope (ff_inv_aanscales)

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

15 years agoCalculating an additional MV-based deblocking pattern is the same
Kostya Shishkov [Fri, 7 Nov 2008 07:18:22 +0000 (07:18 +0000)]
Calculating an additional MV-based deblocking pattern is the same
for both RV3 and RV4, so move it into common code.

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

15 years agoOGG: correct PTS with old theora streams
Måns Rullgård [Thu, 6 Nov 2008 01:57:17 +0000 (01:57 +0000)]
OGG: correct PTS with old theora streams

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

15 years agoOGG: untypedef demuxer structs
Måns Rullgård [Thu, 6 Nov 2008 01:50:56 +0000 (01:50 +0000)]
OGG: untypedef demuxer structs

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

15 years agoARM: change MUL16() macro to inline function
Måns Rullgård [Thu, 6 Nov 2008 01:33:28 +0000 (01:33 +0000)]
ARM: change MUL16() macro to inline function

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

15 years agoARM: prettify MAC16() macro
Måns Rullgård [Thu, 6 Nov 2008 01:33:26 +0000 (01:33 +0000)]
ARM: prettify MAC16() macro

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

15 years agoARM: change MULH() macro to inline function
Måns Rullgård [Thu, 6 Nov 2008 01:33:23 +0000 (01:33 +0000)]
ARM: change MULH() macro to inline function

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

15 years agoARM: change MULL() macro to inline function
Måns Rullgård [Thu, 6 Nov 2008 01:33:20 +0000 (01:33 +0000)]
ARM: change MULL() macro to inline function

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

15 years agoARM: mathops.h whitespace cosmetics
Måns Rullgård [Thu, 6 Nov 2008 01:33:17 +0000 (01:33 +0000)]
ARM: mathops.h whitespace cosmetics

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

15 years agoAdd missing #include "libavutil/avstring.h", fixes
Diego Biurrun [Wed, 5 Nov 2008 23:28:41 +0000 (23:28 +0000)]
Add missing #include "libavutil/avstring.h", fixes
libavcodec/utils.c:1139: warning: implicit declaration of function 'av_strlcat'

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

15 years agoFix perceptual noise shaping scaling including an oversight of the offset for
Alex Converse [Wed, 5 Nov 2008 13:59:42 +0000 (13:59 +0000)]
Fix perceptual noise shaping scaling including an oversight of the offset for
the EIGHT_SHORT window type. Fixes issue 664.

Patch by Alex Converse (alex converse gmail com)

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