Lars Täuber [Fri, 11 Jan 2008 19:45:09 +0000 (19:45 +0000)]
Nitpicks patch by Lars Täuber.
Originally committed as revision 11508 to svn://svn.ffmpeg.org/ffmpeg/trunk
Brian Brice [Fri, 11 Jan 2008 18:20:42 +0000 (18:20 +0000)]
Clear synth_buf on flush(). Part of a patch by Brian Brice bbrice gmail com.
Originally committed as revision 11507 to svn://svn.ffmpeg.org/ffmpeg/trunk
Brian Brice [Fri, 11 Jan 2008 18:18:45 +0000 (18:18 +0000)]
Flush mp2 as well on seeking. Part of a patch by Brian Brice bbrice gmail com.
Originally committed as revision 11506 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 11 Jan 2008 12:24:46 +0000 (12:24 +0000)]
Do not install rtp.h (which should have never been part of the public API)
Originally committed as revision 11505 to svn://svn.ffmpeg.org/ffmpeg/trunk
Christophe Gisquet [Fri, 11 Jan 2008 08:29:58 +0000 (08:29 +0000)]
Factorize some duplicated code from CAVS and H.264 into a common file.
patch by Christophe Gisquet, christophe.gisquet free fr
Originally committed as revision 11504 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Fri, 11 Jan 2008 07:15:43 +0000 (07:15 +0000)]
Ministry of English Composition edits for SNOW spec-- introduction (many more to come)
Originally committed as revision 11503 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alessandro Sappia [Fri, 11 Jan 2008 02:13:32 +0000 (02:13 +0000)]
Enabling higher frame rates for dc1394, patch by Alessandro Sappia a dot sappia at ngi dot it
Originally committed as revision 11502 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alessandro Sappia [Fri, 11 Jan 2008 01:59:05 +0000 (01:59 +0000)]
Adding support for libdc1394 v.2, patch by Alessandro Sappia a dot sappia at ngi dot it
Originally committed as revision 11501 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 01:37:38 +0000 (01:37 +0000)]
matroskaenc now depends on avc.o
Originally committed as revision 11500 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 01:32:45 +0000 (01:32 +0000)]
Use the isom avcc formatting for h264 extradata in matroska.
Originally committed as revision 11499 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 01:24:55 +0000 (01:24 +0000)]
Move isom_write_avcc() and related functions into a separate file.
Originally committed as revision 11498 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 01:04:01 +0000 (01:04 +0000)]
extract isom_write_avcc into a function
Originally committed as revision 11497 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 01:00:04 +0000 (01:00 +0000)]
Add one more parameter to avc_parse_nal_units so that it allows not to
free the input buffer.
This is required by upcoming extraction of isom_write_avcc to a function.
Originally committed as revision 11496 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Fri, 11 Jan 2008 00:47:02 +0000 (00:47 +0000)]
Check return value of avc_parse_nal_units().
Originally committed as revision 11495 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 10 Jan 2008 13:54:30 +0000 (13:54 +0000)]
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()),
see "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11494 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 10 Jan 2008 13:52:35 +0000 (13:52 +0000)]
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler
if there is one. See "[PATCH] Realmedia / RTSP (RDT)" thread on ML.
Originally committed as revision 11493 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jan 2008 11:05:12 +0000 (11:05 +0000)]
unused
Originally committed as revision 11492 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 10 Jan 2008 10:35:37 +0000 (10:35 +0000)]
Fix a couple of 'return type defaults to int' and 'control reaches end of
non-void function' warnings in test code.
Originally committed as revision 11491 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Thu, 10 Jan 2008 10:26:57 +0000 (10:26 +0000)]
Add LGPL license header.
Originally committed as revision 11490 to svn://svn.ffmpeg.org/ffmpeg/trunk
kweiner@spamcop.net [Thu, 10 Jan 2008 10:25:15 +0000 (10:25 +0000)]
Add "genre" command line option
Patch by kweiner spamcop net
closes Issue318
Originally committed as revision 11489 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 10 Jan 2008 10:18:00 +0000 (10:18 +0000)]
Make MMX vectors constants.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 10 Jan 2008 10:16:36 +0000 (10:16 +0000)]
Make pp_help a constant array of characters to move it to .rodata.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11487 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Thu, 10 Jan 2008 10:15:07 +0000 (10:15 +0000)]
Reduce the size of the replaceTable entries.
Patch by Diego 'Flameeyes' Pettenò flameeyes ¤ gmail ! com
Originally committed as revision 11486 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 10 Jan 2008 08:34:37 +0000 (08:34 +0000)]
Pass a proper context to av_log()
Originally committed as revision 11485 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 10 Jan 2008 01:02:52 +0000 (01:02 +0000)]
Print libavdevice version.
Originally committed as revision 11484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Eduardo Bragatto [Wed, 9 Jan 2008 20:48:02 +0000 (20:48 +0000)]
Initialize correctly optind.
Patch by Eduardo Bragatto, his name at his surname dot com
Thread http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/2008-January/039835.html
Originally committed as revision 11483 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Wed, 9 Jan 2008 08:38:28 +0000 (08:38 +0000)]
Fix a bug causing the generated stream to be corrupt if the buffer
contains NAL units previous to the IDR where the SPS/PPS was inserted.
Ok:ed by Benoit on irc.
Originally committed as revision 11482 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Wed, 9 Jan 2008 06:22:32 +0000 (06:22 +0000)]
Correctly use output format stream index for bitstream filter when doing stream copy.
Originally committed as revision 11480 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Wed, 9 Jan 2008 00:29:49 +0000 (00:29 +0000)]
Error checking: make sure that there are 3 parameters and that the
file open operation succeeds.
Originally committed as revision 11479 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Tue, 8 Jan 2008 23:44:48 +0000 (23:44 +0000)]
used defined name for testing error resilience level
Originally committed as revision 11478 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 23:08:51 +0000 (23:08 +0000)]
Fix random typos.
Originally committed as revision 11477 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 23:07:55 +0000 (23:07 +0000)]
Fix illegal identifiers, names starting with _ and uppercase are reserved.
Originally committed as revision 11476 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 23:02:39 +0000 (23:02 +0000)]
Add compilation rule for tools/trasher.
Originally committed as revision 11475 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 22:57:03 +0000 (22:57 +0000)]
Remove unused variable i.
Originally committed as revision 11474 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 22:54:49 +0000 (22:54 +0000)]
Allow compilation of test programs when TEST is defined.
Originally committed as revision 11473 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 22:53:25 +0000 (22:53 +0000)]
Remove unused variable j.
Originally committed as revision 11472 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 22:48:26 +0000 (22:48 +0000)]
Remove unused variable variance.
Originally committed as revision 11471 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 8 Jan 2008 22:40:25 +0000 (22:40 +0000)]
Fix test program compilation, random() needs to be undefined.
Originally committed as revision 11470 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume LecrefECERF [Tue, 8 Jan 2008 22:07:59 +0000 (22:07 +0000)]
url_write is part of the public API so it may not be under ifdef.
Also fixes a compile error if all muxers and protocols are disabled.
Patch by Guillaume LECERF (foxcore gmail com)
Originally committed as revision 11469 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Pettenò [Tue, 8 Jan 2008 22:03:30 +0000 (22:03 +0000)]
Remove clip_table as it is not used anymore.
Patch by Diego 'Flameeyes' Pettenò (flameeyes gmail com)
Originally committed as revision 11468 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 8 Jan 2008 21:32:21 +0000 (21:32 +0000)]
Split range coding chapter in binary and integers
Originally committed as revision 11467 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 8 Jan 2008 21:28:55 +0000 (21:28 +0000)]
argh s/ffmpeg/snow/
Originally committed as revision 11466 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 8 Jan 2008 20:29:32 +0000 (20:29 +0000)]
Range coder state transition table, based on a patch by lars punkt taeuber ät web punkt de.
Originally committed as revision 11465 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 8 Jan 2008 20:08:02 +0000 (20:08 +0000)]
Remove extra word.
Originally committed as revision 11464 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 8 Jan 2008 13:55:15 +0000 (13:55 +0000)]
check av_new_stream return value
Originally committed as revision 11463 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 8 Jan 2008 13:48:52 +0000 (13:48 +0000)]
check av_new_stream return value
Originally committed as revision 11462 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roman Shaposhnik [Tue, 8 Jan 2008 02:52:05 +0000 (02:52 +0000)]
* fixing a bug preventing default values to be set correctly
Originally committed as revision 11461 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 8 Jan 2008 00:58:17 +0000 (00:58 +0000)]
Mention damaged input testing.
Originally committed as revision 11460 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 8 Jan 2008 00:54:19 +0000 (00:54 +0000)]
A little proggy i wrote years ago.
This simply writes burts of random data into a file. Great for testing error
robustness/resilience/concealment.
Originally committed as revision 11459 to svn://svn.ffmpeg.org/ffmpeg/trunk
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