]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agomove logfile setup right after config parsing
Baptiste Coudurier [Wed, 25 Jun 2008 18:51:54 +0000 (18:51 +0000)]
move logfile setup right after config parsing

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

16 years agoremove useless init
Baptiste Coudurier [Wed, 25 Jun 2008 18:51:21 +0000 (18:51 +0000)]
remove useless init

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

16 years agoMake av_find_stream_info() find the frame_size for vorbis.
Michael Niedermayer [Wed, 25 Jun 2008 18:36:41 +0000 (18:36 +0000)]
Make av_find_stream_info() find the frame_size for vorbis.

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

16 years agoSet frame_size to the gcd of what the decoder can output.
Michael Niedermayer [Wed, 25 Jun 2008 18:35:24 +0000 (18:35 +0000)]
Set frame_size to the gcd of what the decoder can output.

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

16 years agoFill missing pts in during muxing when we know that they are equal to dts.
Michael Niedermayer [Wed, 25 Jun 2008 18:31:48 +0000 (18:31 +0000)]
Fill missing pts in during muxing when we know that they are equal to dts.

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

16 years agoWe cannot calculate the duration of vorbis packets even if we do know the
Michael Niedermayer [Wed, 25 Jun 2008 18:15:04 +0000 (18:15 +0000)]
We cannot calculate the duration of vorbis packets even if we do know the
"minimal" frame_size.

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

16 years agoDon't set mm_flags in fft-test, since it doesn't do anything anyway.
Alexander Strange [Wed, 25 Jun 2008 17:37:47 +0000 (17:37 +0000)]
Don't set mm_flags in fft-test, since it doesn't do anything anyway.

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

16 years agoUse a local variable instead of mm_flags in dct-test.
Alexander Strange [Wed, 25 Jun 2008 17:33:55 +0000 (17:33 +0000)]
Use a local variable instead of mm_flags in dct-test.

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

16 years agoCheck for support of -fomit-frame-pointer before adding it to CFLAGS.
Ben Taylor [Wed, 25 Jun 2008 15:41:36 +0000 (15:41 +0000)]
Check for support of -fomit-frame-pointer before adding it to CFLAGS.
patch by Ben Taylor, bentaylor.solx86 gmail com

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

16 years agoEach dependency file needs to be updated when one of the files the
Diego Biurrun [Wed, 25 Jun 2008 15:36:46 +0000 (15:36 +0000)]
Each dependency file needs to be updated when one of the files the
corresponding object file depends on is changed.

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

16 years agomake ModeAlphabet read-only and use a custom mode alphabet
Stefan Gehrer [Wed, 25 Jun 2008 14:14:58 +0000 (14:14 +0000)]
make ModeAlphabet read-only and use a custom mode alphabet
only locally in unpack_modes()

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

16 years agoUse correct timestamp value for stream copy.
Michael Niedermayer [Wed, 25 Jun 2008 13:46:06 +0000 (13:46 +0000)]
Use correct timestamp value for stream copy.

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

16 years agoClose parse context.
David Liu [Wed, 25 Jun 2008 12:30:35 +0000 (12:30 +0000)]
Close parse context.
Patch by David LIU david liu st com

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

16 years agoMake it a little easier to spot that the code is not dealing only with
Ramiro Polla [Wed, 25 Jun 2008 12:08:39 +0000 (12:08 +0000)]
Make it a little easier to spot that the code is not dealing only with
substream headers.

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

16 years agoRemove improper usage of AV_TIME_BASE_Q
Luca Abeni [Wed, 25 Jun 2008 11:55:57 +0000 (11:55 +0000)]
Remove improper usage of AV_TIME_BASE_Q

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

16 years agoremove duplicate tables
Stefan Gehrer [Wed, 25 Jun 2008 11:33:49 +0000 (11:33 +0000)]
remove duplicate tables

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

16 years agoPrevent duration calculation code from generating random durations for
Michael Niedermayer [Tue, 24 Jun 2008 23:56:16 +0000 (23:56 +0000)]
Prevent duration calculation code from generating random durations for
vorbis in ogg.

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

16 years agoDefine mm_flags/support to be 0 on architectures where they don't exist.
Alexander Strange [Tue, 24 Jun 2008 23:51:17 +0000 (23:51 +0000)]
Define mm_flags/support to be 0 on architectures where they don't exist.
Make sure we don't try to set them if that's the case.
This lets dct-test and fft-test build with --disable-mmx on x86, but not yet on ARM.

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

16 years agoReindent.
Stefano Sabatini [Tue, 24 Jun 2008 22:30:41 +0000 (22:30 +0000)]
Reindent.

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

16 years agoMake ffserver show launched commandlines not only in debug-mode.
Stefano Sabatini [Tue, 24 Jun 2008 22:27:37 +0000 (22:27 +0000)]
Make ffserver show launched commandlines not only in debug-mode.

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

16 years agoUse http_log() rather than printing on stdout to show the launched
Stefano Sabatini [Tue, 24 Jun 2008 21:35:27 +0000 (21:35 +0000)]
Use http_log() rather than printing on stdout to show the launched
commandlines.

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

16 years agoSimplify interp()
Vitor Sessak [Tue, 24 Jun 2008 21:32:34 +0000 (21:32 +0000)]
Simplify interp()

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

16 years agoMore cosmetics
Vitor Sessak [Tue, 24 Jun 2008 21:30:09 +0000 (21:30 +0000)]
More cosmetics

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

16 years agoCosmetics
Vitor Sessak [Tue, 24 Jun 2008 21:29:18 +0000 (21:29 +0000)]
Cosmetics

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

16 years agoMake ffserver show each launched commandline just before to launch
Stefano Sabatini [Tue, 24 Jun 2008 21:26:20 +0000 (21:26 +0000)]
Make ffserver show each launched commandline just before to launch
them rather than print them when parsing the configuration file. This
way those commandlines are not showed anymore in no-launch mode.

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

16 years agorevert accidental const slipping in
Stefan Gehrer [Tue, 24 Jun 2008 20:27:29 +0000 (20:27 +0000)]
revert accidental const slipping in

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

16 years agoReplace redundant MAX macro declaration by proper use of FFMAX.
Diego Biurrun [Tue, 24 Jun 2008 20:15:31 +0000 (20:15 +0000)]
Replace redundant MAX macro declaration by proper use of FFMAX.

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

16 years agomark read-only data as const
Stefan Gehrer [Tue, 24 Jun 2008 20:01:31 +0000 (20:01 +0000)]
mark read-only data as const

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

16 years agoUse lpc_coef[2] instead of lpc_coef and lpc_coef_old
Vitor Sessak [Tue, 24 Jun 2008 18:38:55 +0000 (18:38 +0000)]
Use lpc_coef[2] instead of lpc_coef and lpc_coef_old

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

16 years agoRemove unused entries from lpc_refl_cb*
Vitor Sessak [Tue, 24 Jun 2008 18:13:44 +0000 (18:13 +0000)]
Remove unused entries from lpc_refl_cb*

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

16 years agoRemove unused entries from energy_tab
Vitor Sessak [Tue, 24 Jun 2008 18:06:30 +0000 (18:06 +0000)]
Remove unused entries from energy_tab

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

16 years agoDo not set sample_rate = 90000 for mp2 and mp3 audio over RTP
Luca Abeni [Tue, 24 Jun 2008 11:07:04 +0000 (11:07 +0000)]
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP

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

16 years agoMark constant structure member as const to avoid some warnings.
Laurent Desnogues [Tue, 24 Jun 2008 09:10:30 +0000 (09:10 +0000)]
Mark constant structure member as const to avoid some warnings.
patch by Laurent Desnogues, laurent.desnogues gmail com

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

16 years agoIncorporate ffserver documentation Quick Start chapter into the
Stefano Sabatini [Tue, 24 Jun 2008 09:07:19 +0000 (09:07 +0000)]
Incorporate ffserver documentation Quick Start chapter into the
man DESCRIPTION section.

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

16 years agoRemove redundant mm_flags declaration, fixes the warning:
Diego Biurrun [Tue, 24 Jun 2008 09:00:58 +0000 (09:00 +0000)]
Remove redundant mm_flags declaration, fixes the warning:
libavcodec.a(dsputil_ppc.o): warning: definition of `mm_flags' overriding common
fft-test.o: warning: common is here

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

16 years agolog when feed is already being received
Baptiste Coudurier [Tue, 24 Jun 2008 02:02:32 +0000 (02:02 +0000)]
log when feed is already being received

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

16 years agoreindent
Baptiste Coudurier [Tue, 24 Jun 2008 02:00:54 +0000 (02:00 +0000)]
reindent

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

16 years agoRemove unused values from gain_{val,exp}_tab
Vitor Sessak [Mon, 23 Jun 2008 21:27:42 +0000 (21:27 +0000)]
Remove unused values from gain_{val,exp}_tab

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

16 years agoNow these tables fit in 16 bits.
Vitor Sessak [Mon, 23 Jun 2008 21:12:35 +0000 (21:12 +0000)]
Now these tables fit in 16 bits.

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

16 years agoMerge the >> 4 calculation of cb1_base in the table
Vitor Sessak [Mon, 23 Jun 2008 21:10:59 +0000 (21:10 +0000)]
Merge the >> 4 calculation of cb1_base in the table

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

16 years agoConsistency: make the output buffer the first argument of functions
Vitor Sessak [Mon, 23 Jun 2008 21:00:28 +0000 (21:00 +0000)]
Consistency: make the output buffer the first argument of functions

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

16 years agoUse sizeof() intead of hardcoding the values
Vitor Sessak [Mon, 23 Jun 2008 20:53:05 +0000 (20:53 +0000)]
Use sizeof() intead of hardcoding the values

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

16 years agoSimplify
Vitor Sessak [Mon, 23 Jun 2008 20:46:42 +0000 (20:46 +0000)]
Simplify

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

16 years agoSimplify
Vitor Sessak [Mon, 23 Jun 2008 20:44:58 +0000 (20:44 +0000)]
Simplify

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

16 years agoIt makes more sense to return 1 here in case of overflow.
Vitor Sessak [Mon, 23 Jun 2008 20:42:36 +0000 (20:42 +0000)]
It makes more sense to return 1 here in case of overflow.

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

16 years agoCosmetics: indent
Vitor Sessak [Mon, 23 Jun 2008 20:39:28 +0000 (20:39 +0000)]
Cosmetics: indent

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

16 years agoRemove unneeded check
Vitor Sessak [Mon, 23 Jun 2008 20:39:09 +0000 (20:39 +0000)]
Remove unneeded check

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

16 years agorescale_rms() should use unsigned ints
Vitor Sessak [Mon, 23 Jun 2008 20:37:53 +0000 (20:37 +0000)]
rescale_rms() should use unsigned ints

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

16 years agoMove factor multiplication out of irms()
Vitor Sessak [Mon, 23 Jun 2008 20:35:02 +0000 (20:35 +0000)]
Move factor multiplication out of irms()

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

16 years agoThis should be signed
Vitor Sessak [Mon, 23 Jun 2008 20:33:31 +0000 (20:33 +0000)]
This should be signed

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

16 years agoMore comments removal/fixes
Vitor Sessak [Mon, 23 Jun 2008 20:28:00 +0000 (20:28 +0000)]
More comments removal/fixes

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

16 years agoRemove useless comment
Vitor Sessak [Mon, 23 Jun 2008 20:26:57 +0000 (20:26 +0000)]
Remove useless comment

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

16 years agoMore comments improvement
Vitor Sessak [Mon, 23 Jun 2008 20:26:24 +0000 (20:26 +0000)]
More comments improvement

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

16 years agoDocument defines better
Vitor Sessak [Mon, 23 Jun 2008 20:24:06 +0000 (20:24 +0000)]
Document defines better

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

16 years agoRemove useless define
Vitor Sessak [Mon, 23 Jun 2008 20:20:29 +0000 (20:20 +0000)]
Remove useless define

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

16 years agoRename rotate_buffer() to copy_and_dup() and doxy it
Vitor Sessak [Mon, 23 Jun 2008 20:18:51 +0000 (20:18 +0000)]
Rename rotate_buffer() to copy_and_dup() and doxy it

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

16 years agoSimplify t_sqrt()
Vitor Sessak [Mon, 23 Jun 2008 20:13:07 +0000 (20:13 +0000)]
Simplify t_sqrt()

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

16 years agoAdd doxy comment
Vitor Sessak [Mon, 23 Jun 2008 20:12:12 +0000 (20:12 +0000)]
Add doxy comment

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

16 years agoRename var
Vitor Sessak [Mon, 23 Jun 2008 20:06:36 +0000 (20:06 +0000)]
Rename var

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

16 years agoMove code unrelated to lpc filtering out of lpc_filter()
Vitor Sessak [Mon, 23 Jun 2008 20:05:42 +0000 (20:05 +0000)]
Move code unrelated to lpc filtering out of lpc_filter()

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

16 years agoSimplify rotate_buffer()
Vitor Sessak [Mon, 23 Jun 2008 19:59:42 +0000 (19:59 +0000)]
Simplify rotate_buffer()

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

16 years agocopy extradata if present
Baptiste Coudurier [Mon, 23 Jun 2008 19:57:58 +0000 (19:57 +0000)]
copy extradata if present

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

16 years agoFix typo in libavcodec/opt.h.
Stefano Sabatini [Mon, 23 Jun 2008 19:47:10 +0000 (19:47 +0000)]
Fix typo in libavcodec/opt.h.

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

16 years agoMake ffserver daemon chdir()s just after log init. This way a
Stefano Sabatini [Mon, 23 Jun 2008 19:43:38 +0000 (19:43 +0000)]
Make ffserver daemon chdir()s just after log init. This way a
relative path for the logfile is resolved according to the directory
where ffserver has been launched, as the user expects.

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

16 years agofix segv, fmt_ctx is not set for rtsp
Baptiste Coudurier [Mon, 23 Jun 2008 17:57:31 +0000 (17:57 +0000)]
fix segv, fmt_ctx is not set for rtsp

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

16 years agoRemove unused variable, fixes the warning:
Diego Biurrun [Mon, 23 Jun 2008 08:52:44 +0000 (08:52 +0000)]
Remove unused variable, fixes the warning:
libavformat/rmdec.c:280: warning: unused variable 'i'

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

16 years agocosmetics, braces placement
Baptiste Coudurier [Mon, 23 Jun 2008 08:12:15 +0000 (08:12 +0000)]
cosmetics, braces placement

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

16 years agoAllocate static tables on stack, not heap.
Art Clarke [Mon, 23 Jun 2008 07:33:15 +0000 (07:33 +0000)]
Allocate static tables on stack, not heap.
Patch by Art Clarke: aclarke vlideshow com

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

16 years ago10l, do not use ctx before being set, fix segv
Baptiste Coudurier [Mon, 23 Jun 2008 07:28:49 +0000 (07:28 +0000)]
10l, do not use ctx before being set, fix segv

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

16 years agofix compilation, this should be better
Baptiste Coudurier [Mon, 23 Jun 2008 03:21:40 +0000 (03:21 +0000)]
fix compilation, this should be better

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

16 years ago10l, move init after possible goto
Baptiste Coudurier [Mon, 23 Jun 2008 03:18:55 +0000 (03:18 +0000)]
10l, move init after possible goto

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

16 years agosimplify, use ist
Baptiste Coudurier [Mon, 23 Jun 2008 03:18:24 +0000 (03:18 +0000)]
simplify, use ist

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

16 years agofix source stream, source_index is refering to fmt_in, needs testing
Baptiste Coudurier [Mon, 23 Jun 2008 03:16:24 +0000 (03:16 +0000)]
fix source stream, source_index is refering to fmt_in, needs testing

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

16 years agosimplify
Baptiste Coudurier [Mon, 23 Jun 2008 02:41:06 +0000 (02:41 +0000)]
simplify

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

16 years agono need to print date anymore since done in http_log
Baptiste Coudurier [Mon, 23 Jun 2008 02:16:00 +0000 (02:16 +0000)]
no need to print date anymore since done in http_log

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

16 years agochinese avs demuxing support, demux AVSFileFormat.mp4
Baptiste Coudurier [Sun, 22 Jun 2008 23:52:57 +0000 (23:52 +0000)]
chinese avs demuxing support, demux AVSFileFormat.mp4

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

16 years agoCosmetics
Vitor Sessak [Sun, 22 Jun 2008 20:10:16 +0000 (20:10 +0000)]
Cosmetics

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

16 years agoAvoid a memcpy. Code is also simpler now in my opinion.
Vitor Sessak [Sun, 22 Jun 2008 20:09:13 +0000 (20:09 +0000)]
Avoid a memcpy. Code is also simpler now in my opinion.
The downside is making the context bigger.

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

16 years agoDocument ffserver debug mode.
Stefano Sabatini [Sun, 22 Jun 2008 17:26:13 +0000 (17:26 +0000)]
Document ffserver debug mode.

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

16 years agoDocument ffserver daemon mode.
Stefano Sabatini [Sun, 22 Jun 2008 16:30:21 +0000 (16:30 +0000)]
Document ffserver daemon mode.

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

16 years agoDocument ffserver no-launch mode.
Stefano Sabatini [Sun, 22 Jun 2008 16:23:58 +0000 (16:23 +0000)]
Document ffserver no-launch mode.

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

16 years agoCosmetics: move ffmpeg.c dframes option definition from within the
Stefano Sabatini [Sun, 22 Jun 2008 16:20:12 +0000 (16:20 +0000)]
Cosmetics: move ffmpeg.c dframes option definition from within the
video options to the generic options where it belongs.

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

16 years agomatroskadec: decode track private data if needed
Evgeniy Stepanov [Sun, 22 Jun 2008 15:52:28 +0000 (15:52 +0000)]
matroskadec: decode track private data if needed
original patch by Evgeniy Stepanov  eugeni.stepanov _at_ gmail _dot_ com

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

16 years agomatroskadec: move buffer decoding code to a separate function
Evgeniy Stepanov [Sun, 22 Jun 2008 15:49:44 +0000 (15:49 +0000)]
matroskadec: move buffer decoding code to a separate function
original patch by Evgeniy Stepanov  eugeni.stepanov _at_ gmail.com

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

16 years agomatroskadec: fix a memory leak
Aurelien Jacobs [Sun, 22 Jun 2008 15:46:36 +0000 (15:46 +0000)]
matroskadec: fix a memory leak

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

16 years agoRemove now unused variable
Robert Swain [Sun, 22 Jun 2008 15:26:00 +0000 (15:26 +0000)]
Remove now unused variable

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

16 years agoAdd generic ff_sine_window_init function and implement in codecs appropriately
Robert Swain [Sun, 22 Jun 2008 15:12:27 +0000 (15:12 +0000)]
Add generic ff_sine_window_init function and implement in codecs appropriately

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

16 years agovp6: ensure that huffman decoding table is sorted with descending symbol order
Peter Ross [Sun, 22 Jun 2008 13:20:41 +0000 (13:20 +0000)]
vp6: ensure that huffman decoding table is sorted with descending symbol order
Previous code worked by pure luck with glibc qsort implementation.
patch by Peter Ross   pross _at_ xvid _dot_ org

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

16 years agocosmetics: alignment
Diego Biurrun [Sun, 22 Jun 2008 13:01:24 +0000 (13:01 +0000)]
cosmetics: alignment

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

16 years agoAdd missing entry for PCM_DVD_ENCODER.
Diego Biurrun [Sun, 22 Jun 2008 12:56:30 +0000 (12:56 +0000)]
Add missing entry for PCM_DVD_ENCODER.

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

16 years agoAdd missing mpegvideo.o to list of vc1.o dependencies.
Peter Ross [Sun, 22 Jun 2008 12:52:26 +0000 (12:52 +0000)]
Add missing mpegvideo.o to list of vc1.o dependencies.
patch by Peter Ross, pross xvid org

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

16 years agoAdd missing entry for ADPCM_IMA_QT_ENCODER.
Peter Ross [Sun, 22 Jun 2008 12:48:39 +0000 (12:48 +0000)]
Add missing entry for ADPCM_IMA_QT_ENCODER.
patch by Peter Ross, pross xvid org

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

16 years agoAdd missing entry for ADPCM_EA_MAXIS_XA_DECODER.
Peter Ross [Sun, 22 Jun 2008 12:47:39 +0000 (12:47 +0000)]
Add missing entry for ADPCM_EA_MAXIS_XA_DECODER.
patch by Peter Ross, pross xvid org

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

16 years agocosmetics, pts->dts
Baptiste Coudurier [Sun, 22 Jun 2008 08:53:44 +0000 (08:53 +0000)]
cosmetics, pts->dts

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

16 years agostore dts in ffm headers
Baptiste Coudurier [Sun, 22 Jun 2008 08:50:57 +0000 (08:50 +0000)]
store dts in ffm headers

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

16 years agoremove pts set hack, this is no more correct
Baptiste Coudurier [Sun, 22 Jun 2008 08:44:58 +0000 (08:44 +0000)]
remove pts set hack, this is no more correct

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

16 years agoupdate seek reg ref due to r13856
Baptiste Coudurier [Sun, 22 Jun 2008 07:33:31 +0000 (07:33 +0000)]
update seek reg ref due to r13856

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

16 years agoFix add_bytes_mmx and add_bytes_l2_mmx for w < 16
Reimar Döffinger [Sun, 22 Jun 2008 07:05:40 +0000 (07:05 +0000)]
Fix add_bytes_mmx and add_bytes_l2_mmx for w < 16

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

16 years agomove code setting output parameters after possible failure
Baptiste Coudurier [Sun, 22 Jun 2008 03:42:23 +0000 (03:42 +0000)]
move code setting output parameters after possible failure

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

16 years agomove code after possible failure, so no need to free
Baptiste Coudurier [Sun, 22 Jun 2008 03:30:53 +0000 (03:30 +0000)]
move code after possible failure, so no need to free

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