Michael Niedermayer [Tue, 8 Jan 2008 00:25:25 +0000 (00:25 +0000)]
Randomly change the amount of noise if nothing is explicitly set.
Originally committed as revision 11458 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 7 Jan 2008 23:53:57 +0000 (23:53 +0000)]
LMLM4 demuxer
Originally committed as revision 11457 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 7 Jan 2008 23:52:51 +0000 (23:52 +0000)]
Linux Media Labs MPEG-4 (LMLM4) demuxer
Originally committed as revision 11456 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 7 Jan 2008 23:42:52 +0000 (23:42 +0000)]
Implement read_timestamp and enable seeking in PVA files.
Originally committed as revision 11455 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 7 Jan 2008 23:40:04 +0000 (23:40 +0000)]
cosmetics
Originally committed as revision 11454 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 7 Jan 2008 23:39:47 +0000 (23:39 +0000)]
remove unnecessary check
Originally committed as revision 11453 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 7 Jan 2008 23:38:12 +0000 (23:38 +0000)]
use ff_parse_pes_pts for parsing an MPEG-PES timestamp
Originally committed as revision 11452 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Mon, 7 Jan 2008 23:32:57 +0000 (23:32 +0000)]
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it
can easily be reused by other demuxers for formats that encapsulate MPEG-PES.
Originally committed as revision 11451 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Mon, 7 Jan 2008 21:37:18 +0000 (21:37 +0000)]
Move printing of the license status at the end of configure output, so
that users won't miss it
Originally committed as revision 11450 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Mon, 7 Jan 2008 20:42:45 +0000 (20:42 +0000)]
Dont crash if resampling is requested but no audio packets are ever processed.
Originally committed as revision 11449 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 7 Jan 2008 13:19:38 +0000 (13:19 +0000)]
Fix access to the last element of the table.
(size of the table vs. number of elements in the table)
Originally committed as revision 11448 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Mon, 7 Jan 2008 12:48:42 +0000 (12:48 +0000)]
Mark the ff_svq1_frame_size_table as constant.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11447 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Mon, 7 Jan 2008 12:47:14 +0000 (12:47 +0000)]
Move wmv1_scantable to .rodata section by making it an array of arrays.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11446 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Mon, 7 Jan 2008 12:44:49 +0000 (12:44 +0000)]
Make the av_class member of PPContext a poiner to constant AVClass.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11445 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Mon, 7 Jan 2008 12:43:04 +0000 (12:43 +0000)]
Mark the tables in g726.c as constant.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11444 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Mon, 7 Jan 2008 12:42:02 +0000 (12:42 +0000)]
Make v4l.c's video_formats constant and static.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11443 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Mon, 7 Jan 2008 12:40:39 +0000 (12:40 +0000)]
Remove unused symbol.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11442 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Mon, 7 Jan 2008 00:18:02 +0000 (00:18 +0000)]
split out init of downmix coeffs into a separate function that can be called
only when needed
Originally committed as revision 11441 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 7 Jan 2008 00:03:19 +0000 (00:03 +0000)]
Make ff_mkv_codec_tags lie entirely in .rodata section.
From: Diego 'Flameeyes' Pettenò < flameeyes _at_ gmail _dot_ com >
Originally committed as revision 11440 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 6 Jan 2008 23:56:19 +0000 (23:56 +0000)]
remove unneeded variable from AC3DecodeContext
Originally committed as revision 11439 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 6 Jan 2008 23:33:30 +0000 (23:33 +0000)]
make sure that the last coupling band stops at the end of the coupling range
Originally committed as revision 11438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 6 Jan 2008 22:50:09 +0000 (22:50 +0000)]
cosmetics: Add another pair of parentheses to aid readability.
Originally committed as revision 11437 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 6 Jan 2008 20:15:24 +0000 (20:15 +0000)]
fix phase flag processing for the case when coupling coordinates are reused
for the right channel, but new for the left channel
Originally committed as revision 11436 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 6 Jan 2008 16:02:55 +0000 (16:02 +0000)]
Rename two structures, identifiers starting with _[A-Z] are reserved.
Originally committed as revision 11435 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 6 Jan 2008 14:18:13 +0000 (14:18 +0000)]
cosmetics, split overly long lines
Originally committed as revision 11434 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 6 Jan 2008 11:47:53 +0000 (11:47 +0000)]
Fractional parts of motion vectors should be accounted separately too
Originally committed as revision 11433 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Sun, 6 Jan 2008 10:00:04 +0000 (10:00 +0000)]
Make AVRtpPayloadTypes static and constant
Patch by Diego 'Flameeyes' Pettenò (flameeyes AT gmail DOT com)
Originally committed as revision 11432 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 6 Jan 2008 02:44:05 +0000 (02:44 +0000)]
fix playing of multichannel audio for codecs without downmixing
Originally committed as revision 11431 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sat, 5 Jan 2008 22:33:27 +0000 (22:33 +0000)]
cosmetics, superfluous space
Originally committed as revision 11430 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sat, 5 Jan 2008 22:28:42 +0000 (22:28 +0000)]
proper check for valid pva_pts
Originally committed as revision 11429 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sat, 5 Jan 2008 22:27:49 +0000 (22:27 +0000)]
do not return an error, but warn and recover when encountering an audio packet
that should countain a signaled mpeg-pes packet.
Originally committed as revision 11428 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sat, 5 Jan 2008 22:18:44 +0000 (22:18 +0000)]
validate streamid before use
Originally committed as revision 11427 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sat, 5 Jan 2008 22:15:19 +0000 (22:15 +0000)]
change audio codec id to mp2
Originally committed as revision 11426 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sat, 5 Jan 2008 22:13:27 +0000 (22:13 +0000)]
proper type and initialization of pva_pts
Originally committed as revision 11425 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Sat, 5 Jan 2008 22:10:00 +0000 (22:10 +0000)]
remove unnecessary shift
Originally committed as revision 11424 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 21:23:57 +0000 (21:23 +0000)]
check for request_channels in dca init function
Originally committed as revision 11423 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 21:08:20 +0000 (21:08 +0000)]
add downmixing support to libfaad decoder
Originally committed as revision 11422 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 18:40:49 +0000 (18:40 +0000)]
cosmetics: indentation after last commit
Originally committed as revision 11421 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 18:39:55 +0000 (18:39 +0000)]
move E-AC3 header parsing to ff_ac3_parse_header()
Originally committed as revision 11420 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 17:04:57 +0000 (17:04 +0000)]
remove unneeded variables from AC3HeaderInfo
Originally committed as revision 11419 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 16:47:40 +0000 (16:47 +0000)]
do not set channels before checking request_channels
Originally committed as revision 11418 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 16:45:25 +0000 (16:45 +0000)]
use request_channels in liba52 decoder
Originally committed as revision 11417 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 15:23:39 +0000 (15:23 +0000)]
cosmetics: indentation
Originally committed as revision 11416 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 15:22:53 +0000 (15:22 +0000)]
check for request_channels at codec init
Originally committed as revision 11415 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 15:18:15 +0000 (15:18 +0000)]
do not set channels before checking request_channels
Originally committed as revision 11414 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Sat, 5 Jan 2008 11:34:07 +0000 (11:34 +0000)]
Update maintainership information after the rtp.c split
Originally committed as revision 11413 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 5 Jan 2008 05:36:00 +0000 (05:36 +0000)]
adjust output channels based on AVCodecContext.request_channels in AC3 parser
Originally committed as revision 11412 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 5 Jan 2008 01:14:09 +0000 (01:14 +0000)]
Drop non key frames before the first key frame.
Originally committed as revision 11411 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 4 Jan 2008 23:47:10 +0000 (23:47 +0000)]
install crc.h which is now part of public API
Originally committed as revision 11410 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 4 Jan 2008 23:09:58 +0000 (23:09 +0000)]
improve CRC API
- don't export any global var
- provide either generated or hardcoded tables
Originally committed as revision 11409 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 4 Jan 2008 20:09:48 +0000 (20:09 +0000)]
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies
Originally committed as revision 11408 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Fri, 4 Jan 2008 20:02:10 +0000 (20:02 +0000)]
Enable proper output from the LFE channel, based on patch from Mathias Rauen dear dot madshi at net
Originally committed as revision 11407 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 4 Jan 2008 19:33:50 +0000 (19:33 +0000)]
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies
Originally committed as revision 11406 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 19:16:38 +0000 (19:16 +0000)]
indent
Originally committed as revision 11405 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 18:58:36 +0000 (18:58 +0000)]
Flip key and element so types match, not that it matters for any code
using it in libav*.
Originally committed as revision 11404 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 18:55:14 +0000 (18:55 +0000)]
Document O() time.
Originally committed as revision 11403 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 18:46:53 +0000 (18:46 +0000)]
Document node removial API.
Originally committed as revision 11402 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 18:21:36 +0000 (18:21 +0000)]
Fix selftest.
Originally committed as revision 11401 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 18:20:03 +0000 (18:20 +0000)]
Support removing elements.
Originally committed as revision 11400 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 17:52:16 +0000 (17:52 +0000)]
Move *malloc() out of tree.c, that way the code can be used with
flat arrays which have lower overhead than millions of mallocd() elements.
Originally committed as revision 11399 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 4 Jan 2008 17:50:45 +0000 (17:50 +0000)]
RV30 thirdpel motion compensation support
Originally committed as revision 11398 to svn://svn.ffmpeg.org/ffmpeg/trunk
lars.taeuber@web.de [Fri, 4 Jan 2008 17:44:42 +0000 (17:44 +0000)]
A few lines of text about the range coder, part of a patch by lars punkt taeuber ät web punkt de.
Originally committed as revision 11397 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 Jan 2008 15:20:52 +0000 (15:20 +0000)]
Add a note about the license of libamr.
Originally committed as revision 11396 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 Jan 2008 15:14:14 +0000 (15:14 +0000)]
Spell out WB and NB.
Originally committed as revision 11395 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 Jan 2008 13:38:25 +0000 (13:38 +0000)]
Change some files to only include the necessary headers.
Originally committed as revision 11394 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Fri, 4 Jan 2008 13:18:28 +0000 (13:18 +0000)]
Initialize "saved" buffer to zero.
Patch by Vincent Penné vpenne wyplay com and Denes Balatoni
Originally committed as revision 11393 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Fri, 4 Jan 2008 13:00:47 +0000 (13:00 +0000)]
Make three rm demuxer functions non static.
Patch by Ronald S. Bultje rsbultje gmail com
Original thread: [FFmpeg-devel] [PATCH] Realmedia / RTSP (RDT)
Date: 12/28/2007 10:19 PM
Originally committed as revision 11392 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jan 2008 10:14:21 +0000 (10:14 +0000)]
Always set next correctly, even if a matching element is found (that is
how it is documented and used).
Originally committed as revision 11391 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Fri, 4 Jan 2008 07:47:32 +0000 (07:47 +0000)]
Make pp_help a constant pointer to constant characters, moves it partially
in .rodata (the actual string) and partially in .data.relro (the pointer),
but doesn't change ABI.
Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com
Originally committed as revision 11390 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Fri, 4 Jan 2008 00:39:03 +0000 (00:39 +0000)]
cosmetics: indentation and add a TODO comment
Originally committed as revision 11389 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 3 Jan 2008 23:05:53 +0000 (23:05 +0000)]
only check ac3 crc if AVCodecContext.error_resilience > 0
Originally committed as revision 11388 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 3 Jan 2008 22:42:37 +0000 (22:42 +0000)]
cosmetics: indentation after last commit
Originally committed as revision 11387 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 3 Jan 2008 22:41:59 +0000 (22:41 +0000)]
remove workaround which is no longer needed due to
AVCodecContext.request_channels
Originally committed as revision 11386 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 3 Jan 2008 12:49:12 +0000 (12:49 +0000)]
Rationalize some dependencies between rtsp and rtp
Originally committed as revision 11385 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 3 Jan 2008 11:59:20 +0000 (11:59 +0000)]
Fix the RTP muxer dependencies
Originally committed as revision 11384 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Thu, 3 Jan 2008 10:02:46 +0000 (10:02 +0000)]
use one shift less in get_pts()
Originally committed as revision 11383 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 3 Jan 2008 09:16:56 +0000 (09:16 +0000)]
Make decode210() common function.
Originally committed as revision 11382 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 3 Jan 2008 08:42:02 +0000 (08:42 +0000)]
Make pp_get_mode_by_name_and_quality accept a constant string.
Patch by Diego 'Flameeyes' Pettenò flameeyes at gmail com
Originally committed as revision 11381 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 3 Jan 2008 08:39:38 +0000 (08:39 +0000)]
Make filterDelimiters and optionDelimiters two static constant array of
characters, should move them to .rodata.
Patch by Diego 'Flameeyes' Pettenò flameeyes § gmail dot com
Originally committed as revision 11380 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Thu, 3 Jan 2008 02:26:29 +0000 (02:26 +0000)]
add crc check to ac3 decoder
Originally committed as revision 11379 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 3 Jan 2008 02:12:08 +0000 (02:12 +0000)]
mention libavfilter in warning about deprecated vhook
Originally committed as revision 11378 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 2 Jan 2008 19:40:43 +0000 (19:40 +0000)]
Drop RTSP default protocol.
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 11377 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Gisquet [Wed, 2 Jan 2008 19:24:42 +0000 (19:24 +0000)]
Fix issue #301:
summary of changes:
- Use MANGLE when loading some constants into MMX registers.
- Convert those constants to non-static and thus add ff_ prefix.
- Remove last parameter of MSPEL_FILTER13_CORE (was constant).
- Use of "+r" instead of stricter but unnecessary "+g".
- Use of REG_c and direct loading of some of the above.
patch by Christophe GISQUET, christophe.gisquet free fr
Subject: [FFmpeg-devel] [PATCH] Roundup issue #301
Date: Fri, 28 Dec 2007 19:22:18 +0100
Originally committed as revision 11376 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 2 Jan 2008 18:53:38 +0000 (18:53 +0000)]
cosmetics: Reindent.
Originally committed as revision 11375 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Wed, 2 Jan 2008 18:53:12 +0000 (18:53 +0000)]
Merge double-nested if into && condition.
patch by Ronald S. Bultje, rsbultje gmail com
Originally committed as revision 11374 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 2 Jan 2008 17:17:56 +0000 (17:17 +0000)]
move num_packets=0 where it belongs
Originally committed as revision 11373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Wed, 2 Jan 2008 10:46:37 +0000 (10:46 +0000)]
TechnoTrend PVA Demuxer
Originally committed as revision 11372 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ivo van Poorten [Wed, 2 Jan 2008 10:45:28 +0000 (10:45 +0000)]
TechnoTrend PVA Demuxer
Originally committed as revision 11371 to svn://svn.ffmpeg.org/ffmpeg/trunk
Morten Hustveit [Wed, 2 Jan 2008 10:24:36 +0000 (10:24 +0000)]
Fix prototype and return value of opt_bitrate and opt_bsf.
Patch by Morten Hustveit: lists rashbox org
Originally committed as revision 11370 to svn://svn.ffmpeg.org/ffmpeg/trunk
Morten Hustveit [Wed, 2 Jan 2008 10:22:36 +0000 (10:22 +0000)]
Define rc override string as const.
Patch by Morten Hustveit: lists rashbox org
Originally committed as revision 11369 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 2 Jan 2008 09:41:24 +0000 (09:41 +0000)]
Update show_banner date.
Originally committed as revision 11368 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 2 Jan 2008 00:08:36 +0000 (00:08 +0000)]
cosmetics: sort()
Originally committed as revision 11367 to svn://svn.ffmpeg.org/ffmpeg/trunk
Dave Yeo [Tue, 1 Jan 2008 22:54:35 +0000 (22:54 +0000)]
Add portable way to check for the existence of definitions and
apply it to socklen_t.
patch by Dave Yeo, daveryeo telus net
Originally committed as revision 11366 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 1 Jan 2008 22:05:51 +0000 (22:05 +0000)]
Extract aspect ratio from ODML/vprp.
Originally committed as revision 11365 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 31 Dec 2007 16:49:18 +0000 (16:49 +0000)]
Correct doxy about timestamp units of read_timestamp().
Originally committed as revision 11364 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 31 Dec 2007 16:47:25 +0000 (16:47 +0000)]
Document return of read_timestamp.
Originally committed as revision 11363 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 31 Dec 2007 16:43:35 +0000 (16:43 +0000)]
More verbose aspect ratio error msg.
Originally committed as revision 11362 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 31 Dec 2007 07:12:50 +0000 (07:12 +0000)]
Direct blocks should use motion vectors from the second reference frame
Originally committed as revision 11361 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 30 Dec 2007 22:58:20 +0000 (22:58 +0000)]
simplify
Originally committed as revision 11360 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sun, 30 Dec 2007 22:28:17 +0000 (22:28 +0000)]
pass an AC3DecodeContext to ac3_downmix() instead of multiple arguments
Originally committed as revision 11359 to svn://svn.ffmpeg.org/ffmpeg/trunk