Reimar Döffinger [Mon, 7 Jul 2008 16:30:39 +0000 (16:30 +0000)]
10l, fix nuv_header for the case when there is no video stream.
Originally committed as revision 14101 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 7 Jul 2008 11:11:08 +0000 (11:11 +0000)]
Alphabetically order AVInputFormat/AVOutputFormat declarations.
Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 7 Jul 2008 10:45:36 +0000 (10:45 +0000)]
Add a note to remind people to add new raw formats to the Makefile.
Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 7 Jul 2008 10:44:34 +0000 (10:44 +0000)]
Add missing dependency declaration for raw Dirac demuxer.
Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 7 Jul 2008 10:37:18 +0000 (10:37 +0000)]
spelling cosmetics in PCM codec long names
Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 7 Jul 2008 08:29:08 +0000 (08:29 +0000)]
redundant assignment found by Clang
Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 6 Jul 2008 20:48:47 +0000 (20:48 +0000)]
add some missing dependencies
Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 14:23:30 +0000 (14:23 +0000)]
Simplify: glob->phase is always == 3
Originally committed as revision 14094 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 14:16:21 +0000 (14:16 +0000)]
Cosmetics: reindent tables
Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 12:03:21 +0000 (12:03 +0000)]
Remove phasep context var, it is just phase*5
Originally committed as revision 14092 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 12:01:59 +0000 (12:01 +0000)]
Slighly faster operation
Originally committed as revision 14091 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 10:49:28 +0000 (10:49 +0000)]
Typo in a comment: s/two avoid/to avoid/
Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 10:35:01 +0000 (10:35 +0000)]
Cosmetics: remove braces
Originally committed as revision 14089 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 10:32:29 +0000 (10:32 +0000)]
Another use of scalar_product_float()
Originally committed as revision 14088 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 6 Jul 2008 10:30:21 +0000 (10:30 +0000)]
Do not reimplement memmove()
Originally committed as revision 14087 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gregory Montoir [Sun, 6 Jul 2008 10:01:54 +0000 (10:01 +0000)]
Remove context fields which can be used as simple local variables.
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14086 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gregory Montoir [Sun, 6 Jul 2008 10:00:12 +0000 (10:00 +0000)]
Remove inaccurate computation of pts for audio packets and rely on
libavformat to generate them.
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14085 to svn://svn.ffmpeg.org/ffmpeg/trunk
Gregory Montoir [Sun, 6 Jul 2008 09:58:23 +0000 (09:58 +0000)]
Remove av_cold attribute on decode_frame and add it to decode_end
to match other codecs.
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14084 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Sun, 6 Jul 2008 08:16:50 +0000 (08:16 +0000)]
Document av_find_opt().
Originally committed as revision 14083 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 6 Jul 2008 07:33:09 +0000 (07:33 +0000)]
Altivec implementation of APE vector functions
Originally committed as revision 14082 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 6 Jul 2008 06:06:55 +0000 (06:06 +0000)]
Add several vector functions used by Monkey's Audio decoder to dsputil
Originally committed as revision 14081 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 6 Jul 2008 03:32:47 +0000 (03:32 +0000)]
Remove ASSERT() macro. SoC Patch from Keiji Costantini
Originally committed as revision 27214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Barbato [Sun, 6 Jul 2008 03:27:31 +0000 (03:27 +0000)]
Reindent. SoC Patch from Keiji Costantini
Originally committed as revision 27213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Barbato [Sun, 6 Jul 2008 03:26:32 +0000 (03:26 +0000)]
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
Originally committed as revision 27212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Vitor Sessak [Sat, 5 Jul 2008 18:43:24 +0000 (18:43 +0000)]
Cosmetics: remove braces
Originally committed as revision 14080 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sat, 5 Jul 2008 18:42:08 +0000 (18:42 +0000)]
Create a function for float dot product instead of duplicating all over the file
Originally committed as revision 14079 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 Jul 2008 10:16:54 +0000 (10:16 +0000)]
Add correct header #include to fix 'make checkheaders'.
Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 Jul 2008 10:16:27 +0000 (10:16 +0000)]
Add required stdint.h header #include.
Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 Jul 2008 10:11:42 +0000 (10:11 +0000)]
spelling cosmetics
Originally committed as revision 14076 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 5 Jul 2008 09:11:35 +0000 (09:11 +0000)]
Cosmetics: align
Originally committed as revision 14075 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 5 Jul 2008 09:11:07 +0000 (09:11 +0000)]
Move MLP/TrueHD from video to audio codecs section.
Originally committed as revision 14074 to svn://svn.ffmpeg.org/ffmpeg/trunk
Peter Ross [Sat, 5 Jul 2008 08:10:47 +0000 (08:10 +0000)]
Only define AltiVec vector syntax macro when AltiVec is enabled.
patch by Peter Ross, pross xvid org
Originally committed as revision 14073 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 Jul 2008 07:30:59 +0000 (07:30 +0000)]
Add a note to remind people that new PCM/ADPCM formats need to be added to
the Makefile as well to allow proper selective compilation.
Originally committed as revision 14072 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 5 Jul 2008 07:28:35 +0000 (07:28 +0000)]
Remove unused variable, fixes the warning:
libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’
Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jul 2008 22:04:41 +0000 (22:04 +0000)]
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable)
Originally committed as revision 14070 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 4 Jul 2008 22:00:35 +0000 (22:00 +0000)]
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
and found by reimar) fix is from reimar + cosmetics by me.
Originally committed as revision 14069 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Fri, 4 Jul 2008 19:55:58 +0000 (19:55 +0000)]
Write for loops in a more standard way. In my opinion, they are much more readable now.
Originally committed as revision 14068 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 4 Jul 2008 15:44:13 +0000 (15:44 +0000)]
MLP/TrueHD decoder.
Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Fri, 4 Jul 2008 15:37:52 +0000 (15:37 +0000)]
Move vars declaration to inner loop when possible
Originally committed as revision 14066 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Fri, 4 Jul 2008 15:32:04 +0000 (15:32 +0000)]
Simplify
Originally committed as revision 14065 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 4 Jul 2008 13:49:45 +0000 (13:49 +0000)]
spelling/grammar/wording overhaul
Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Fri, 4 Jul 2008 13:14:29 +0000 (13:14 +0000)]
whitespace cosmetics
Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Fri, 4 Jul 2008 13:12:47 +0000 (13:12 +0000)]
Place license header at the top of the file for consistency.
Originally committed as revision 27187 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Fri, 4 Jul 2008 13:05:06 +0000 (13:05 +0000)]
spelling cosmetics
Originally committed as revision 14064 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 3 Jul 2008 19:25:12 +0000 (19:25 +0000)]
Remove unneeded var
Originally committed as revision 14063 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 3 Jul 2008 19:23:42 +0000 (19:23 +0000)]
Use a matrix instead of a vector
Originally committed as revision 14062 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Thu, 3 Jul 2008 19:21:19 +0000 (19:21 +0000)]
Reindent table
Originally committed as revision 14061 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 3 Jul 2008 12:12:03 +0000 (12:12 +0000)]
Reindent after r14059, see "[PATCH] allow empty params for
av_open_input_stream()".
Originally committed as revision 14060 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Thu, 3 Jul 2008 12:10:54 +0000 (12:10 +0000)]
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
empty params for av_open_input_stream()".
Originally committed as revision 14059 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 3 Jul 2008 11:52:35 +0000 (11:52 +0000)]
We do not only calculate it but we also return it.
Originally committed as revision 14058 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 3 Jul 2008 11:51:59 +0000 (11:51 +0000)]
More correct comment.
Originally committed as revision 14057 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 3 Jul 2008 11:50:44 +0000 (11:50 +0000)]
make sum_of_squares() more generic
Originally committed as revision 14056 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 22:28:47 +0000 (22:28 +0000)]
Cosmetics: split a long line.
Originally committed as revision 14055 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 22:25:17 +0000 (22:25 +0000)]
Use get_cabac_bypass_sign instead of an if/else.
Originally committed as revision 14054 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 22:20:06 +0000 (22:20 +0000)]
Reorder the if/else for residual cats to match gcc's branch prediction.
Originally committed as revision 14053 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 22:15:05 +0000 (22:15 +0000)]
Simplify loop condition for readability.
Originally committed as revision 14052 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 22:12:01 +0000 (22:12 +0000)]
Reindent.
Originally committed as revision 14051 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 22:08:12 +0000 (22:08 +0000)]
Clone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches in the main loop.
Originally committed as revision 14050 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 22:03:53 +0000 (22:03 +0000)]
Don't generate two copies of hl_decode_mb() under ENABLE_SMALL.
(assuming your compiler removes unused static functions)
Originally committed as revision 14049 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Wed, 2 Jul 2008 21:46:18 +0000 (21:46 +0000)]
Don't test for H264 encoding unless an encoder exists.
Originally committed as revision 14048 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Wed, 2 Jul 2008 12:24:50 +0000 (12:24 +0000)]
Clarify comment about parity nibble.
Originally committed as revision 14047 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Wed, 2 Jul 2008 10:26:23 +0000 (10:26 +0000)]
Reindent after last commit
Originally committed as revision 14046 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Wed, 2 Jul 2008 10:23:27 +0000 (10:23 +0000)]
Fix A/V synch for RTP streams that do not contain MPEG1 or 2
(correctly compute the presentation times based on the RTP timestamps
and the RTCP SR packets)
Originally committed as revision 14045 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Tue, 1 Jul 2008 01:36:16 +0000 (01:36 +0000)]
Make ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
Originally committed as revision 14044 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Mon, 30 Jun 2008 21:46:49 +0000 (21:46 +0000)]
Clarify/simplify documentation for the default_val field in AVOption.
Originally committed as revision 14043 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Mon, 30 Jun 2008 21:40:28 +0000 (21:40 +0000)]
Remove credit to Philip Gladstone contribution from the ffserver
documentation. Philip Gladstone aka philipjsg contributed the first
version of the section named Quickstart (now incorporated into the
DESCRIPTION section).
Originally committed as revision 14042 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 30 Jun 2008 19:30:27 +0000 (19:30 +0000)]
Remove useless wrapper around ra288_decode_frame()
Originally committed as revision 14041 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 30 Jun 2008 19:09:00 +0000 (19:09 +0000)]
Remove unpack() function, read the bitstream as needed
Originally committed as revision 14040 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 30 Jun 2008 18:39:11 +0000 (18:39 +0000)]
Clean up error message
Originally committed as revision 14039 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 30 Jun 2008 18:36:45 +0000 (18:36 +0000)]
Rewrite unpack() using the bitstream reader
Originally committed as revision 14038 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vladimir Voroshilov [Mon, 30 Jun 2008 18:03:38 +0000 (18:03 +0000)]
gain code, gain pitch and pitch delay decoding for ACELP based codecs
Originally committed as revision 14037 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 30 Jun 2008 16:57:27 +0000 (16:57 +0000)]
Move function to avoid forward declaration
Originally committed as revision 14036 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 30 Jun 2008 16:54:49 +0000 (16:54 +0000)]
Remove useless initialization
Originally committed as revision 14035 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Mon, 30 Jun 2008 16:53:33 +0000 (16:53 +0000)]
Reindent the whole file
Originally committed as revision 14034 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 30 Jun 2008 11:16:47 +0000 (11:16 +0000)]
Simplify mm_support() for ARM (by Måns).
Originally committed as revision 14033 to svn://svn.ffmpeg.org/ffmpeg/trunk
Matthieu Castet [Mon, 30 Jun 2008 07:31:41 +0000 (07:31 +0000)]
Define mm_support() for ARM.
Patch by Matthieu Castet <castet matthieu free fr>
Originally committed as revision 14032 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 29 Jun 2008 21:37:03 +0000 (21:37 +0000)]
Make ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficients and not the pointer minus one
Originally committed as revision 14031 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 29 Jun 2008 13:12:31 +0000 (13:12 +0000)]
Update copyright
Originally committed as revision 14030 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 29 Jun 2008 11:21:06 +0000 (11:21 +0000)]
Use ff_acelp_lp_synthesis_filter() instead of duplicating it
Originally committed as revision 14029 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 29 Jun 2008 11:19:50 +0000 (11:19 +0000)]
Add a rounding parameter to ff_acelp_lp_synthesis_filter()
Originally committed as revision 14028 to svn://svn.ffmpeg.org/ffmpeg/trunk
Laurent Desnogues [Sun, 29 Jun 2008 08:32:27 +0000 (08:32 +0000)]
Add command line support for '-idct simplearmv6'.
patch by Laurent Desnogues, laurent.desnogues gmail com
Originally committed as revision 14027 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vitor Sessak [Sun, 29 Jun 2008 07:58:46 +0000 (07:58 +0000)]
Doxy comment
Originally committed as revision 14026 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 28 Jun 2008 20:32:37 +0000 (20:32 +0000)]
include track id in error message
Originally committed as revision 14025 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 28 Jun 2008 19:41:18 +0000 (19:41 +0000)]
set frame_size in libfaad decoder
Originally committed as revision 14024 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Sat, 28 Jun 2008 18:30:50 +0000 (18:30 +0000)]
Realign newlines.
Originally committed as revision 14023 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Sat, 28 Jun 2008 18:27:31 +0000 (18:27 +0000)]
Use MANGLE() instead of memory operands to read globals.
(fixes out of registers with apple gcc 4.2)
Originally committed as revision 14022 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 28 Jun 2008 10:42:31 +0000 (10:42 +0000)]
Make code independent/less dependent on dsputil.
This also makes the mmx parts work again ...
Originally committed as revision 14021 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 28 Jun 2008 09:01:16 +0000 (09:01 +0000)]
Change mtv_read_packet so it does not break after seeking (displaying a shifted image).
Originally committed as revision 14020 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 28 Jun 2008 08:59:02 +0000 (08:59 +0000)]
Fix pkt->pos to really point at start of packet for mtv audio packets.
Originally committed as revision 14019 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 28 Jun 2008 04:54:39 +0000 (04:54 +0000)]
cosmetics
Originally committed as revision 14018 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 28 Jun 2008 04:53:01 +0000 (04:53 +0000)]
cosmetics, align vertically
Originally committed as revision 14017 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 27 Jun 2008 21:43:15 +0000 (21:43 +0000)]
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file
Originally committed as revision 14016 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefan Gehrer [Fri, 27 Jun 2008 21:42:08 +0000 (21:42 +0000)]
fix size of header data
Originally committed as revision 14015 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 27 Jun 2008 21:36:01 +0000 (21:36 +0000)]
Seek the file forwards instead of backwards when sync is lost.
Originally committed as revision 14014 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 27 Jun 2008 21:29:11 +0000 (21:29 +0000)]
clarify error message about codec tag
Originally committed as revision 14013 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Fri, 27 Jun 2008 19:00:04 +0000 (19:00 +0000)]
give context to av_log
Originally committed as revision 14012 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Fri, 27 Jun 2008 18:53:41 +0000 (18:53 +0000)]
Remove pointless AVFrame* casting.
Originally committed as revision 14011 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Fri, 27 Jun 2008 18:52:02 +0000 (18:52 +0000)]
Remove duplicate emms.
Originally committed as revision 14010 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Fri, 27 Jun 2008 18:51:01 +0000 (18:51 +0000)]
Remove commented-out code.
Originally committed as revision 14009 to svn://svn.ffmpeg.org/ffmpeg/trunk
Alexander Strange [Fri, 27 Jun 2008 18:50:06 +0000 (18:50 +0000)]
Export qscale so that postprocessing works.
Originally committed as revision 14008 to svn://svn.ffmpeg.org/ffmpeg/trunk