]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoRemove ASSERT() macro. SoC Patch from Keiji Costantini
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

16 years agoReindent. SoC Patch from Keiji Costantini
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

16 years agoSplit simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
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

16 years agoCosmetics: remove braces
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

16 years agoCreate a function for float dot product instead of duplicating all over the file
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

16 years agoAdd correct header #include to fix 'make checkheaders'.
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

16 years agoAdd required stdint.h header #include.
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

16 years agospelling cosmetics
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

16 years agoCosmetics: align
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

16 years agoMove MLP/TrueHD from video to audio codecs section.
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

16 years agoOnly define AltiVec vector syntax macro when AltiVec is enabled.
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

16 years agoAdd a note to remind people that new PCM/ADPCM formats need to be added to
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

16 years agoRemove unused variable, fixes the warning:
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

16 years agoAll mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable)
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

16 years agoAll id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
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

16 years agoWrite for loops in a more standard way. In my opinion, they are much more readable...
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

16 years agoMLP/TrueHD decoder.
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

16 years agoMove vars declaration to inner loop when possible
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

16 years agoSimplify
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

16 years agospelling/grammar/wording overhaul
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

16 years agowhitespace cosmetics
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

16 years agoPlace license header at the top of the file for consistency.
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

16 years agospelling cosmetics
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

16 years agoRemove unneeded var
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

16 years agoUse a matrix instead of a vector
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

16 years agoReindent table
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

16 years agoReindent after r14059, see "[PATCH] allow empty params for
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

16 years agoAllow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow
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

16 years agoWe do not only calculate it but we also return it.
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

16 years agoMore correct comment.
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

16 years agomake sum_of_squares() more generic
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

16 years agoCosmetics: split a long line.
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

16 years agoUse get_cabac_bypass_sign instead of an if/else.
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

16 years agoReorder the if/else for residual cats to match gcc's branch prediction.
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

16 years agoSimplify loop condition for readability.
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

16 years agoReindent.
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

16 years agoClone decode_cabac_residual() for DC residuals, to get rid of a bunch of branches...
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

16 years agoDon't generate two copies of hl_decode_mb() under ENABLE_SMALL.
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

16 years agoDon't test for H264 encoding unless an encoder exists.
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

16 years agoClarify comment about parity nibble.
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

16 years agoReindent after last commit
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

16 years agoFix A/V synch for RTP streams that do not contain MPEG1 or 2
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

16 years agoMake ff_mlp_read_major_sync() take a GetBitContext instead of buffers.
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

16 years agoClarify/simplify documentation for the default_val field in AVOption.
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

16 years agoRemove credit to Philip Gladstone contribution from the ffserver
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

16 years agoRemove useless wrapper around ra288_decode_frame()
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

16 years agoRemove unpack() function, read the bitstream as needed
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

16 years agoClean up error message
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

16 years agoRewrite unpack() using the bitstream reader
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

16 years agogain code, gain pitch and pitch delay decoding for ACELP based codecs
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

16 years agoMove function to avoid forward declaration
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

16 years agoRemove useless initialization
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

16 years agoReindent the whole file
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

16 years agoSimplify mm_support() for ARM (by Måns).
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

16 years agoDefine mm_support() for ARM.
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

16 years agoMake ff_acelp_lp_synthesis_filter() receives a pointer to the actual filter coefficie...
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

16 years agoUpdate copyright
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

16 years agoUse ff_acelp_lp_synthesis_filter() instead of duplicating it
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

16 years agoAdd a rounding parameter to ff_acelp_lp_synthesis_filter()
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

16 years agoAdd command line support for '-idct simplearmv6'.
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

16 years agoDoxy comment
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

16 years agoinclude track id in error message
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

16 years agoset frame_size in libfaad decoder
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

16 years agoRealign newlines.
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

16 years agoUse MANGLE() instead of memory operands to read globals.
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

16 years agoMake code independent/less dependent on dsputil.
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

16 years agoChange mtv_read_packet so it does not break after seeking (displaying a shifted image).
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

16 years agoFix pkt->pos to really point at start of packet for mtv audio packets.
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

16 years agocosmetics
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

16 years agocosmetics, align vertically
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

16 years agounset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file
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

16 years agofix size of header data
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

16 years agoSeek the file forwards instead of backwards when sync is lost.
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

16 years agoclarify error message about codec tag
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

16 years agogive context to av_log
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

16 years agoRemove pointless AVFrame* casting.
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

16 years agoRemove duplicate emms.
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

16 years agoRemove commented-out code.
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

16 years agoExport qscale so that postprocessing works.
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

16 years agoRemove unused PutBitContext.
Alexander Strange [Fri, 27 Jun 2008 18:47:01 +0000 (18:47 +0000)]
Remove unused PutBitContext.

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

16 years agoDo not free the priv_data field of AVStream on close (it is already
Luca Abeni [Fri, 27 Jun 2008 11:55:25 +0000 (11:55 +0000)]
Do not free the priv_data field of AVStream on close (it is already
freed by av_close_input_stream())

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

16 years agoindent
Michael Niedermayer [Thu, 26 Jun 2008 23:06:10 +0000 (23:06 +0000)]
indent

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

16 years agoInform the user about unhandled sectors.
Michael Niedermayer [Thu, 26 Jun 2008 23:05:21 +0000 (23:05 +0000)]
Inform the user about unhandled sectors.

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

16 years agomemleak
Michael Niedermayer [Thu, 26 Jun 2008 23:02:42 +0000 (23:02 +0000)]
memleak

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

16 years agoDo not completely bail out for invalid params, just skip the current sector.
Michael Niedermayer [Thu, 26 Jun 2008 23:00:00 +0000 (23:00 +0000)]
Do not completely bail out for invalid params, just skip the current sector.

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

16 years agomerge decl & init
Michael Niedermayer [Thu, 26 Jun 2008 22:55:39 +0000 (22:55 +0000)]
merge decl & init

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

16 years agoGet rid of weird pre reading code.
Michael Niedermayer [Thu, 26 Jun 2008 22:53:43 +0000 (22:53 +0000)]
Get rid of weird pre reading code.

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

16 years agoRemove debugging trash.
Michael Niedermayer [Thu, 26 Jun 2008 22:45:19 +0000 (22:45 +0000)]
Remove debugging trash.

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

16 years agoAnother variable that did nothing at all
Michael Niedermayer [Thu, 26 Jun 2008 22:43:18 +0000 (22:43 +0000)]
Another variable that did nothing at all

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

16 years agoremove code that discards streams randomly
Michael Niedermayer [Thu, 26 Jun 2008 22:42:13 +0000 (22:42 +0000)]
remove code that discards streams randomly

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

16 years agovertical align
Michael Niedermayer [Thu, 26 Jun 2008 22:30:14 +0000 (22:30 +0000)]
vertical align

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

16 years agoRemove a dozen unused variables.
Michael Niedermayer [Thu, 26 Jun 2008 22:28:58 +0000 (22:28 +0000)]
Remove a dozen unused variables.

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

16 years agounused var
Michael Niedermayer [Thu, 26 Jun 2008 22:23:57 +0000 (22:23 +0000)]
unused var

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

16 years agoFix exploitable code.
Michael Niedermayer [Thu, 26 Jun 2008 22:22:10 +0000 (22:22 +0000)]
Fix exploitable code.
Fixes issue311

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

16 years agoRegister intrrupt_cb() early enough so we dont get stuck with tcp input
Michael Niedermayer [Thu, 26 Jun 2008 20:50:15 +0000 (20:50 +0000)]
Register intrrupt_cb() early enough so we dont get stuck with tcp input
for example.
Fixes issue66

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

16 years agoRevert "add libmpeg2 permutation to dct-test"
Måns Rullgård [Thu, 26 Jun 2008 17:20:26 +0000 (17:20 +0000)]
Revert "add libmpeg2 permutation to dct-test"

10l to me for not noticing that dct-test.c calls this
permutation MMX.  Note to self: don't code after 2am.

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

16 years agoVP3 parser can also handle VP6 without any changes.
Aurelien Jacobs [Thu, 26 Jun 2008 17:14:20 +0000 (17:14 +0000)]
VP3 parser can also handle VP6 without any changes.

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

16 years agomove ff_log2_run to bitstream.c and reuse in ffv1.c
Stefan Gehrer [Thu, 26 Jun 2008 16:39:21 +0000 (16:39 +0000)]
move ff_log2_run to bitstream.c and reuse in ffv1.c

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

16 years agoRemove start_time guessing code.
Michael Niedermayer [Thu, 26 Jun 2008 13:42:26 +0000 (13:42 +0000)]
Remove start_time guessing code.

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

16 years agoAlso print flags with FF_FDEBUG_TS.
Michael Niedermayer [Thu, 26 Jun 2008 11:28:24 +0000 (11:28 +0000)]
Also print flags with FF_FDEBUG_TS.

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