Diego Biurrun [Fri, 6 Jun 2008 17:50:32 +0000 (17:50 +0000)]
Remove Fabrice's copyright from the Makefiles. They have been entirely
rewritten since they were originally created.
Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 6 Jun 2008 17:02:06 +0000 (17:02 +0000)]
Remove useless img_read_close().
Originally committed as revision 13674 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 6 Jun 2008 17:00:28 +0000 (17:00 +0000)]
Remove unneeded NULL at end of struct.
Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 6 Jun 2008 16:53:01 +0000 (16:53 +0000)]
Merge declaration and initialization.
Originally committed as revision 13672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 6 Jun 2008 15:19:09 +0000 (15:19 +0000)]
Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
inspired by a patch from Debian
Originally committed as revision 13671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 6 Jun 2008 07:51:36 +0000 (07:51 +0000)]
Run documentation through ispell, plus some minor fixes.
Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 6 Jun 2008 07:00:42 +0000 (07:00 +0000)]
minor spelling/grammar fixes
Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 6 Jun 2008 00:32:31 +0000 (00:32 +0000)]
Fix reading an element after the array.
Fixes CID27 RUN2
Originally committed as revision 13668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 5 Jun 2008 19:51:15 +0000 (19:51 +0000)]
check for ARM NEON assembler support
Originally committed as revision 13667 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 5 Jun 2008 19:51:13 +0000 (19:51 +0000)]
accept --cpu=cortex*
Originally committed as revision 13666 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 5 Jun 2008 19:49:47 +0000 (19:49 +0000)]
alloc_size attribute is new to gcc 4.3; don't use it with lesser versions
Originally committed as revision 13665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 5 Jun 2008 16:15:44 +0000 (16:15 +0000)]
Remove *lpc_refl from the context. Only the value
calculated in rms() is actually needed. It also avoid
recalculating it later.
Originally committed as revision 13664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 5 Jun 2008 16:11:51 +0000 (16:11 +0000)]
Split function rms() in two (it does two unrelated things)
Originally committed as revision 13663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Thu, 5 Jun 2008 15:03:55 +0000 (15:03 +0000)]
cosmetics: s/Id/id/ in libavformat where Id refers to id Software.
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 5 Jun 2008 02:20:15 +0000 (02:20 +0000)]
rename me=tesa
Originally committed as revision 13661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Thu, 5 Jun 2008 01:57:35 +0000 (01:57 +0000)]
add esa/dia compat me options and new tesa for libx264
Originally committed as revision 13660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 4 Jun 2008 23:24:55 +0000 (23:24 +0000)]
matroskadec: remove some useless code
Originally committed as revision 13659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 4 Jun 2008 23:15:08 +0000 (23:15 +0000)]
cosmetics: indentation
Originally committed as revision 13658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Wed, 4 Jun 2008 23:11:47 +0000 (23:11 +0000)]
matroskadec: don't remove dummy level when none was added
Originally committed as revision 13657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 4 Jun 2008 00:56:36 +0000 (00:56 +0000)]
x264 interlaced encoding option
Originally committed as revision 13656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 4 Jun 2008 00:44:43 +0000 (00:44 +0000)]
cleanup, remove useless parentheses
Originally committed as revision 13655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Wed, 4 Jun 2008 00:31:20 +0000 (00:31 +0000)]
return error on frame sync error
Originally committed as revision 13654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Tue, 3 Jun 2008 23:34:26 +0000 (23:34 +0000)]
prevent crash when dba params are invalid
Originally committed as revision 13653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Rafaël Carré [Tue, 3 Jun 2008 22:10:53 +0000 (22:10 +0000)]
Fix embarassing __GNU__ vs. __GNUC__ typo in preprocessor condition.
patch by Rafaël Carré, funman videolan org
Originally committed as revision 13652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 3 Jun 2008 17:59:24 +0000 (17:59 +0000)]
update regression tests for ts due to r13641
Originally committed as revision 13651 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Tue, 3 Jun 2008 16:46:38 +0000 (16:46 +0000)]
Sample tested and the code worked so the comment is removed
Originally committed as revision 13650 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Tue, 3 Jun 2008 16:20:54 +0000 (16:20 +0000)]
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.
patch by Stefano Sabatini, stefano.sabatini-lala poste.it
along with some spelling/consistency fixes for the long names by me
Originally committed as revision 13649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 3 Jun 2008 15:19:43 +0000 (15:19 +0000)]
Ensure the first audio stream is selected as the default stream
when no video stream is present.
Originally committed as revision 13648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 3 Jun 2008 15:14:21 +0000 (15:14 +0000)]
adjust comment to reality
Originally committed as revision 13647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 3 Jun 2008 15:09:30 +0000 (15:09 +0000)]
matroskadec: sane default value for track->time_scale
Originally committed as revision 13646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 3 Jun 2008 11:56:09 +0000 (11:56 +0000)]
small spelling/wording fixes
Originally committed as revision 13645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Jun 2008 03:12:56 +0000 (03:12 +0000)]
ff_fetch_timestamp() prototype
Originally committed as revision 13644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Jun 2008 02:43:17 +0000 (02:43 +0000)]
In mpeg1/2 timestamps are associated with the access unit which
contains the first picture startcode that commences in the PES
packet, instead of the first access unit that commences in the
PES packet. Fix the parser to
handle that properly. This was a very long standing bug ...
The change to the seek regressions is because the mpeg ts muxer
stores too many invalid and randomized timestamps which overflow
the 4 entry buffer we use in the parser.
Originally committed as revision 13643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 3 Jun 2008 00:55:05 +0000 (00:55 +0000)]
add pretty common .m2t as ts extension
Originally committed as revision 13642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Tue, 3 Jun 2008 00:53:33 +0000 (00:53 +0000)]
fix continuity counter to start at 0
Originally committed as revision 13641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Jun 2008 00:50:22 +0000 (00:50 +0000)]
Make update_initial_durations() also work if a dts occured before a
sequence header (that is a few known dts/pts but no known durations
previously)
cnnts1.mpg is one sample affected by this.
Originally committed as revision 13640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 3 Jun 2008 00:43:56 +0000 (00:43 +0000)]
Do not set pts in update_initial_durations() if stream has b frames.
Originally committed as revision 13639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 2 Jun 2008 23:51:36 +0000 (23:51 +0000)]
improve installation path selection
Originally committed as revision 13638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 2 Jun 2008 23:47:33 +0000 (23:47 +0000)]
cosmetics: Split all path variables into their own list.
Originally committed as revision 13637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 2 Jun 2008 23:37:14 +0000 (23:37 +0000)]
matroskadec: fix potential mem leak
may or may not fix CID134 and CID135
Originally committed as revision 13636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 2 Jun 2008 23:27:14 +0000 (23:27 +0000)]
matroskadec: avoid potential mem leak
fix CID120
Originally committed as revision 13635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 2 Jun 2008 23:07:41 +0000 (23:07 +0000)]
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow
fix CID44
Originally committed as revision 13634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 2 Jun 2008 23:01:14 +0000 (23:01 +0000)]
matroskadec: move ARRAY_SIZE() macro at top of the file
Originally committed as revision 13633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 2 Jun 2008 23:00:04 +0000 (23:00 +0000)]
bump micro version after commit r13615
Originally committed as revision 13632 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 2 Jun 2008 22:56:58 +0000 (22:56 +0000)]
fix servertest in out of tree builds
Originally committed as revision 13631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Jun 2008 19:04:14 +0000 (19:04 +0000)]
print correct mpeg-2 broken_link value, and print closed_gop
Originally committed as revision 13630 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 2 Jun 2008 18:29:04 +0000 (18:29 +0000)]
Remove warning that could never be triggered.
Thanks Mkhodor for pointing it out.
Originally committed as revision 13629 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 14:54:19 +0000 (14:54 +0000)]
indent
Originally committed as revision 13628 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 14:53:54 +0000 (14:53 +0000)]
Only store timestamps when there are timestamps.
Originally committed as revision 13627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 14:40:27 +0000 (14:40 +0000)]
Our MPEG-TS demuxer does not send complete PES packets but sends them
piecewise, thus the end values cannot be used for associating timestamps.
Originally committed as revision 13626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 14:23:25 +0000 (14:23 +0000)]
Move new field to the end to avoid ABI breakage, I thought this struct
is not used from the outside but after rethinking it of course has to be
used if someone wants to use a parser without a lavf demuxer.
Originally committed as revision 13625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 13:14:01 +0000 (13:14 +0000)]
cosmetic
Originally committed as revision 13624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 13:12:54 +0000 (13:12 +0000)]
Allow matching timestamps to be removed by fetch_timestamp().
Originally committed as revision 13623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 13:09:56 +0000 (13:09 +0000)]
Add off argument so that fetch_timestamp can search for timestamps
not associated with the first byte of access units.
Originally committed as revision 13622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 13:05:38 +0000 (13:05 +0000)]
Factorize fetch_timestamp() into its own function
Originally committed as revision 13621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 13:01:23 +0000 (13:01 +0000)]
unused variable
Originally committed as revision 13620 to svn://svn.ffmpeg.org/ffmpeg/trunk
Andreas Öman [Mon, 2 Jun 2008 09:15:04 +0000 (09:15 +0000)]
Audio channels and sample rate must be set in order to skip
additional probing of a stream.
Originally committed as revision 13619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Jun 2008 04:08:30 +0000 (04:08 +0000)]
rename last_frame_offset to next_frame_offset, due to r13615
Originally committed as revision 13618 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Jun 2008 03:12:43 +0000 (03:12 +0000)]
cosmetics, remove table_ prefix
Originally committed as revision 13617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 03:10:40 +0000 (03:10 +0000)]
indent
Originally committed as revision 13616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 03:10:00 +0000 (03:10 +0000)]
Rename last_frame_offset to next_frame_offset.
(it was and is the next not the last)
Originally committed as revision 13615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 2 Jun 2008 03:07:32 +0000 (03:07 +0000)]
optimize, merge offset bits in vlc code
Originally committed as revision 13614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 2 Jun 2008 02:55:30 +0000 (02:55 +0000)]
Simplify parser core.
Originally committed as revision 13613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Mon, 2 Jun 2008 02:54:46 +0000 (02:54 +0000)]
move some AC3HeaderInfo struct fields to the Coded elements group.
Originally committed as revision 13612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 1 Jun 2008 21:29:45 +0000 (21:29 +0000)]
return if bitrate is not specified or too low
Originally committed as revision 13611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 1 Jun 2008 20:51:44 +0000 (20:51 +0000)]
add context_to_name func for logging
Originally committed as revision 13610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 19:51:33 +0000 (19:51 +0000)]
Replace comments by error messages.
Thanks to Mkhodor for the tip.
Originally committed as revision 13609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 19:36:54 +0000 (19:36 +0000)]
Cosmetics
Originally committed as revision 13608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 19:36:43 +0000 (19:36 +0000)]
Rename dec2() function
Originally committed as revision 13607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 19:35:04 +0000 (19:35 +0000)]
Rename var
Originally committed as revision 13606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 19:33:17 +0000 (19:33 +0000)]
Rename dec1() to a more descriptive name
Originally committed as revision 13605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 19:30:07 +0000 (19:30 +0000)]
The function dec1() do two completly unrelated things. Split the rms calculation out of it.
Originally committed as revision 13604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 1 Jun 2008 19:08:16 +0000 (19:08 +0000)]
restore needed cast to correct type with const
Originally committed as revision 26957 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Panagiotis Issaris [Sun, 1 Jun 2008 16:25:05 +0000 (16:25 +0000)]
Check whether the memory allocation for extradata succeeded. Fixes issue 472.
Originally committed as revision 13603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 1 Jun 2008 14:41:53 +0000 (14:41 +0000)]
matroskadec: use the proper timestamp scaling for index entries
Originally committed as revision 13602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Anton Khirnov [Sun, 1 Jun 2008 13:54:11 +0000 (13:54 +0000)]
matroskadec: read TrackTimecodeScale and set timebase accordingly
patch by Anton Khirnov wyskas _at_ gmail _dot_ com
Originally committed as revision 13601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Anton Khirnov [Sun, 1 Jun 2008 13:39:54 +0000 (13:39 +0000)]
matroskadec: silently discard some element ID that we don't care about
patch by Anton Khirnov wyskas _at_ gmail _dot_ com
Originally committed as revision 13600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 13:30:15 +0000 (13:30 +0000)]
Yet more variable renaming
Originally committed as revision 13599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 13:28:41 +0000 (13:28 +0000)]
More variable renaming
Originally committed as revision 13598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 13:17:22 +0000 (13:17 +0000)]
Rename functions
Originally committed as revision 13597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 1 Jun 2008 13:16:13 +0000 (13:16 +0000)]
Rename variables
Originally committed as revision 13596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 1 Jun 2008 07:37:43 +0000 (07:37 +0000)]
Macro suggested by Michael which will be used to disable the
definition of long_name strings in libavcodec and libavformat.
Patch by: Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 1 Jun 2008 03:36:23 +0000 (03:36 +0000)]
cast to correct type, suppress warnings
Originally committed as revision 26949 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:35:27 +0000 (03:35 +0000)]
cast to correct type, suppress warnings
Originally committed as revision 26948 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:34:39 +0000 (03:34 +0000)]
add const, suppress warnings
Originally committed as revision 26947 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:28:15 +0000 (03:28 +0000)]
cast to correct type, suppress warnings
Originally committed as revision 26946 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:27:45 +0000 (03:27 +0000)]
add const, suppress warnings
Originally committed as revision 26945 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:25:07 +0000 (03:25 +0000)]
remove useless casts
Originally committed as revision 26944 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:23:50 +0000 (03:23 +0000)]
add const, suppress warnings
Originally committed as revision 26943 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:21:12 +0000 (03:21 +0000)]
add const, suppress warnings
Originally committed as revision 26942 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 03:17:42 +0000 (03:17 +0000)]
remove useless casts
Originally committed as revision 26941 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Sun, 1 Jun 2008 02:28:33 +0000 (02:28 +0000)]
memcpy considering output width, not src linesize, fix segv with av_picture_pad
Originally committed as revision 13594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 1 Jun 2008 02:21:53 +0000 (02:21 +0000)]
give context to av_log
Originally committed as revision 13593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sun, 1 Jun 2008 02:01:22 +0000 (02:01 +0000)]
add \n to error message
Originally committed as revision 13592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sun, 1 Jun 2008 01:07:59 +0000 (01:07 +0000)]
Prevent scalefactors from overflowing.
fixes issue351
Originally committed as revision 13591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 31 May 2008 22:12:49 +0000 (22:12 +0000)]
cosmetics: add a comment, remove a comment
Originally committed as revision 13590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 31 May 2008 22:12:01 +0000 (22:12 +0000)]
simplify
Originally committed as revision 13589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 31 May 2008 21:57:45 +0000 (21:57 +0000)]
set lfe params at frame init instead of in every block
Originally committed as revision 13588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 31 May 2008 21:53:31 +0000 (21:53 +0000)]
only calculate number of exponent groups when exponents are not reused.
Originally committed as revision 13587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Justin Ruggles [Sat, 31 May 2008 21:37:28 +0000 (21:37 +0000)]
cosmetics: remove unneeded braces
Originally committed as revision 13586 to svn://svn.ffmpeg.org/ffmpeg/trunk