]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agoimprove installation path selection
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

16 years agocosmetics: Split all path variables into their own list.
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

16 years agomatroskadec: fix potential mem leak
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

16 years agomatroskadec: avoid potential mem leak
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

16 years agoreorganize matroska_add_stream() to fix potential mem leak and buffer overflow
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

16 years agomatroskadec: move ARRAY_SIZE() macro at top of the file
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

16 years agobump micro version after commit r13615
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

16 years agofix servertest in out of tree builds
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

16 years agoprint correct mpeg-2 broken_link value, and print closed_gop
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

16 years agoRemove warning that could never be triggered.
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

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

16 years agoOnly store timestamps when there are timestamps.
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

16 years agoOur MPEG-TS demuxer does not send complete PES packets but sends them
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

16 years agoMove new field to the end to avoid ABI breakage, I thought this struct
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

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

16 years agoAllow matching timestamps to be removed by fetch_timestamp().
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

16 years agoAdd off argument so that fetch_timestamp can search for timestamps
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

16 years agoFactorize fetch_timestamp() into its own function
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

16 years agounused variable
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

16 years agoAudio channels and sample rate must be set in order to skip
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

16 years agorename last_frame_offset to next_frame_offset, due to r13615
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

16 years agocosmetics, remove table_ prefix
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

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

16 years agoRename last_frame_offset to next_frame_offset.
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

16 years agooptimize, merge offset bits in vlc code
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

16 years agoSimplify parser core.
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

16 years agomove some AC3HeaderInfo struct fields to the Coded elements group.
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

16 years agoreturn if bitrate is not specified or too low
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

16 years agoadd context_to_name func for logging
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

16 years agoReplace comments by error messages.
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

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

16 years agoRename dec2() function
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

16 years agoRename var
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

16 years agoRename dec1() to a more descriptive name
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

16 years agoThe function dec1() do two completly unrelated things. Split the rms calculation...
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

16 years agorestore needed cast to correct type with const
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

16 years agoCheck whether the memory allocation for extradata succeeded. Fixes issue 472.
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

16 years agomatroskadec: use the proper timestamp scaling for index entries
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

16 years agomatroskadec: read TrackTimecodeScale and set timebase accordingly
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

16 years agomatroskadec: silently discard some element ID that we don't care about
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

16 years agoYet more variable renaming
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

16 years agoMore variable renaming
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

16 years agoRename functions
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

16 years agoRename variables
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

16 years agoMacro suggested by Michael which will be used to disable the
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

16 years agocast to correct type, suppress warnings
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

16 years agocast to correct type, suppress warnings
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

16 years agoadd const, suppress warnings
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

16 years agocast to correct type, suppress warnings
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

16 years agoadd const, suppress warnings
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

16 years agoremove useless casts
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

16 years agoadd const, suppress warnings
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

16 years agoadd const, suppress warnings
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

16 years agoremove useless casts
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

16 years agomemcpy considering output width, not src linesize, fix segv with av_picture_pad
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

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

16 years agoadd \n to error message
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

16 years agoPrevent scalefactors from overflowing.
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

16 years agocosmetics: add a comment, remove a comment
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

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

16 years agoset lfe params at frame init instead of in every block
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

16 years agoonly calculate number of exponent groups when exponents are not reused.
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

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

16 years ago10l: cosmetics
Justin Ruggles [Sat, 31 May 2008 19:59:10 +0000 (19:59 +0000)]
10l: cosmetics

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

16 years agonew dba values requires running last 2 bit allocation stages
Justin Ruggles [Sat, 31 May 2008 19:56:54 +0000 (19:56 +0000)]
new dba values requires running last 2 bit allocation stages

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

16 years agoAdd a few newlines to 'ffmpeg -h' output to make it more readable.
Stefano Sabatini [Sat, 31 May 2008 18:36:44 +0000 (18:36 +0000)]
Add a few newlines to 'ffmpeg -h' output to make it more readable.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoget_transform_coeffs() never returns an error, so make the function and its children...
Justin Ruggles [Sat, 31 May 2008 16:04:41 +0000 (16:04 +0000)]
get_transform_coeffs() never returns an error, so make the function and its children return void.

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

16 years agoAdd doxy comments to eq() and do_voice()
Vitor Sessak [Sat, 31 May 2008 15:37:41 +0000 (15:37 +0000)]
Add doxy comments to eq() and do_voice()

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

16 years agouse enum value for CRC error
Justin Ruggles [Sat, 31 May 2008 15:31:57 +0000 (15:31 +0000)]
use enum value for CRC error

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

16 years agomove header error logging to after CRC check
Justin Ruggles [Sat, 31 May 2008 15:30:55 +0000 (15:30 +0000)]
move header error logging to after CRC check

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

16 years agoMinor simplification
Vitor Sessak [Sat, 31 May 2008 14:38:34 +0000 (14:38 +0000)]
Minor simplification

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

16 years agoRename variable
Vitor Sessak [Sat, 31 May 2008 14:36:46 +0000 (14:36 +0000)]
Rename variable

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

16 years agoRemove useless intermediate variable
Vitor Sessak [Sat, 31 May 2008 14:34:35 +0000 (14:34 +0000)]
Remove useless intermediate variable

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

16 years agoRemove ra144.o dependency added in revision r13500, now reverted
Vitor Sessak [Sat, 31 May 2008 14:32:11 +0000 (14:32 +0000)]
Remove ra144.o dependency added in revision r13500, now reverted

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

16 years agoflvenc.o depends on avc.o (for H.264 support functions).
Peter Ross [Sat, 31 May 2008 14:26:56 +0000 (14:26 +0000)]
flvenc.o depends on avc.o (for H.264 support functions).
patch by Peter Ross, pross xvid org

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

16 years agoCompiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm
Peter Ross [Sat, 31 May 2008 14:22:30 +0000 (14:22 +0000)]
Compiling ffmpeg.c fails when when the .ffm demuxer is enabled, but the .ffm
muxer is disabled. The cause is an incorrect #ifdef that assumes that the
ffm_nopts symbol (global define in ffmenc) is present when either ffm muxer
OR demuxer is enabled.
patch by Peter Ross, pross xvid org

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

16 years agounused
Michael Niedermayer [Fri, 30 May 2008 23:27:21 +0000 (23:27 +0000)]
unused

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

16 years agoAs *_static are not deallocated anymore except on program termination
Michael Niedermayer [Fri, 30 May 2008 23:26:09 +0000 (23:26 +0000)]
As *_static are not deallocated anymore except on program termination
we do not need to keep track of them anymore.
Fixes CID117 RUN2 and various race conditions.

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

16 years agounused
Michael Niedermayer [Fri, 30 May 2008 21:17:10 +0000 (21:17 +0000)]
unused

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

16 years agoRemove non C code.
Michael Niedermayer [Fri, 30 May 2008 21:15:34 +0000 (21:15 +0000)]
Remove non C code.

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

16 years agoMove *_static to bitstream.c which is the only file left which needs
Michael Niedermayer [Fri, 30 May 2008 21:12:33 +0000 (21:12 +0000)]
Move *_static to bitstream.c which is the only file left which needs
them.

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

16 years agoChange init_vlc_rl() so it does not use *alloc_static() anymore.
Michael Niedermayer [Fri, 30 May 2008 21:08:41 +0000 (21:08 +0000)]
Change init_vlc_rl() so it does not use *alloc_static() anymore.

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

16 years agoChange init_2d_vlc_rl() to not use *alloc_static().
Michael Niedermayer [Fri, 30 May 2008 21:06:40 +0000 (21:06 +0000)]
Change init_2d_vlc_rl() to not use *alloc_static().

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

16 years agoRemove incorrect usage of av_free_static(), ffmpeg.c is not a
Michael Niedermayer [Fri, 30 May 2008 20:30:29 +0000 (20:30 +0000)]
Remove incorrect usage of av_free_static(), ffmpeg.c is not a
windows dll which can be unloaded and loaded again.

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

16 years agoRemove constant argument.
Michael Niedermayer [Fri, 30 May 2008 20:06:08 +0000 (20:06 +0000)]
Remove constant argument.

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

16 years agoSwitch to INIT_VLC_USE_NEW_STATIC.
Michael Niedermayer [Fri, 30 May 2008 20:02:59 +0000 (20:02 +0000)]
Switch to INIT_VLC_USE_NEW_STATIC.
Note, if code you maintain still uses INIT_VLC_USE_STATIC please change
it as well! Iam not volunteering to clean all codecs up ...

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

16 years agoLittle helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.
Michael Niedermayer [Fri, 30 May 2008 20:00:19 +0000 (20:00 +0000)]
Little helper macro to make the use of INIT_VLC_USE_NEW_STATIC easier.

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

16 years agoMake init_vlc* support proper static tables instead of this broken beyond
Michael Niedermayer [Fri, 30 May 2008 19:48:02 +0000 (19:48 +0000)]
Make init_vlc* support proper static tables instead of this broken beyond
imagination alloc_static() trash.

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

16 years agoRevert r13499, log:
Vitor Sessak [Fri, 30 May 2008 19:46:43 +0000 (19:46 +0000)]
Revert r13499, log:
Make lpc coefficients 16 bit wide

Only one of my samples didn't decode bit-exact after this change,
but better be safe than sorry.

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

16 years ago2nd try fix got_key_frame when video+audio
Baptiste Coudurier [Fri, 30 May 2008 17:53:50 +0000 (17:53 +0000)]
2nd try fix got_key_frame when video+audio

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

16 years agoraw mlp demuxer
Ramiro Polla [Fri, 30 May 2008 16:05:56 +0000 (16:05 +0000)]
raw mlp demuxer
Based on patch by Jeff Muizelaar <jrmuizel <at> gmail.org>
http://article.gmane.org/gmane.comp.video.ffmpeg.devel/57797

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

16 years agoDetect "tif" suffix as TIFF.
Quoc Cuong Pham [Fri, 30 May 2008 13:26:40 +0000 (13:26 +0000)]
Detect "tif" suffix as TIFF.
Patch by Quoc Cuong Pham: Quoc-Cuong D PHAM AT cea D fr

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

16 years agocosmetics: Remove useless backslashes.
Diego Biurrun [Fri, 30 May 2008 11:07:01 +0000 (11:07 +0000)]
cosmetics: Remove useless backslashes.

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

16 years agoImplement a proper configure test for AltiVec vector declaration syntax.
Diego Biurrun [Fri, 30 May 2008 10:58:48 +0000 (10:58 +0000)]
Implement a proper configure test for AltiVec vector declaration syntax.

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

16 years agoSimplify altivec.h test.
Diego Biurrun [Fri, 30 May 2008 10:12:56 +0000 (10:12 +0000)]
Simplify altivec.h test.

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

16 years ago10l: Add useless backslashes in AltiVec CFLAGS test.
Diego Biurrun [Fri, 30 May 2008 10:11:50 +0000 (10:11 +0000)]
10l: Add useless backslashes in AltiVec CFLAGS test.

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

16 years agofix got_key_frame when stream is audio
Baptiste Coudurier [Fri, 30 May 2008 02:32:58 +0000 (02:32 +0000)]
fix got_key_frame when stream is audio

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

16 years agoset got_key_frame when packet is video, fix first video packet with index 0 and 2...
Baptiste Coudurier [Fri, 30 May 2008 02:26:07 +0000 (02:26 +0000)]
set got_key_frame when packet is video, fix first video packet with index 0 and 2 streams

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

16 years agoupdate regressions tests, should be stable now
Baptiste Coudurier [Fri, 30 May 2008 01:51:51 +0000 (01:51 +0000)]
update regressions tests, should be stable now

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

16 years agosleep seems needed to wait for feed to be setup
Baptiste Coudurier [Fri, 30 May 2008 01:51:15 +0000 (01:51 +0000)]
sleep seems needed to wait for feed to be setup

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