]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agoBuffer for get_bits must be padded because readers may overread.
Reimar Döffinger [Sun, 14 Jan 2007 16:11:10 +0000 (16:11 +0000)]
Buffer for get_bits must be padded because readers may overread.

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

17 years ago10l, > vs. >= typo, caused crashes on last mpc frame
Reimar Döffinger [Sun, 14 Jan 2007 16:10:05 +0000 (16:10 +0000)]
10l, > vs. >= typo, caused crashes on last mpc frame

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

17 years agoSimplify klv_decode_ber_length
Reimar Döffinger [Sun, 14 Jan 2007 16:02:22 +0000 (16:02 +0000)]
Simplify klv_decode_ber_length

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

17 years ago128bit-only AES implementation under development.
Reimar Döffinger [Sun, 14 Jan 2007 14:08:02 +0000 (14:08 +0000)]
128bit-only AES implementation under development.

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

17 years agoseek back at the end of file after updating header
Baptiste Coudurier [Sun, 14 Jan 2007 13:57:26 +0000 (13:57 +0000)]
seek back at the end of file after updating header

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

17 years agocosmetic
Michael Niedermayer [Sun, 14 Jan 2007 13:47:15 +0000 (13:47 +0000)]
cosmetic

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

17 years agosimplify round_key generation by writing over the end but ensuring that theres some...
Michael Niedermayer [Sun, 14 Jan 2007 13:46:20 +0000 (13:46 +0000)]
simplify round_key generation by writing over the end but ensuring that theres some irrelevant stuff afterwards

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

17 years agocosmetics
Michael Niedermayer [Sun, 14 Jan 2007 13:38:10 +0000 (13:38 +0000)]
cosmetics

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

17 years agomemcpy
Michael Niedermayer [Sun, 14 Jan 2007 13:37:19 +0000 (13:37 +0000)]
memcpy

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

17 years agoseems the larger rcon values are never accessed
Michael Niedermayer [Sun, 14 Jan 2007 13:30:37 +0000 (13:30 +0000)]
seems the larger rcon values are never accessed

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

17 years agocopyright fix
Michael Niedermayer [Sun, 14 Jan 2007 13:16:29 +0000 (13:16 +0000)]
copyright fix

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

17 years agostealing multbl trick from reimar
Michael Niedermayer [Sun, 14 Jan 2007 13:15:26 +0000 (13:15 +0000)]
stealing multbl trick from reimar

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

17 years agosimplify
Baptiste Coudurier [Sun, 14 Jan 2007 12:47:32 +0000 (12:47 +0000)]
simplify

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

17 years agostealing reimars XOR_BLOCK
Michael Niedermayer [Sun, 14 Jan 2007 12:40:32 +0000 (12:40 +0000)]
stealing reimars XOR_BLOCK

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

17 years agocosmetic
Michael Niedermayer [Sun, 14 Jan 2007 09:27:11 +0000 (09:27 +0000)]
cosmetic

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

17 years agomemleak
Michael Niedermayer [Sun, 14 Jan 2007 09:25:52 +0000 (09:25 +0000)]
memleak

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

17 years agosimplify sbox init
Michael Niedermayer [Sun, 14 Jan 2007 09:14:05 +0000 (09:14 +0000)]
simplify sbox init

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

17 years agoaes support (unfinished)
Michael Niedermayer [Sun, 14 Jan 2007 09:06:13 +0000 (09:06 +0000)]
aes support (unfinished)

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

17 years agopriv_data is allocated internally
Baptiste Coudurier [Sun, 14 Jan 2007 02:21:28 +0000 (02:21 +0000)]
priv_data is allocated internally

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

17 years agoenable mjpeg in swf
Baptiste Coudurier [Sun, 14 Jan 2007 01:57:43 +0000 (01:57 +0000)]
enable mjpeg in swf

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

17 years agosimplify
Baptiste Coudurier [Sun, 14 Jan 2007 01:20:24 +0000 (01:20 +0000)]
simplify

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

17 years agoswf can contain only one audio track, simplify
Baptiste Coudurier [Sun, 14 Jan 2007 01:14:31 +0000 (01:14 +0000)]
swf can contain only one audio track, simplify

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

17 years agouse ch_id as AVStream id and simplify
Baptiste Coudurier [Sun, 14 Jan 2007 01:07:14 +0000 (01:07 +0000)]
use ch_id as AVStream id and simplify

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

17 years agoalways export audiostreams
Baptiste Coudurier [Sun, 14 Jan 2007 00:54:03 +0000 (00:54 +0000)]
always export audiostreams

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

17 years agoI will maintain swf.c
Baptiste Coudurier [Sun, 14 Jan 2007 00:47:22 +0000 (00:47 +0000)]
I will maintain swf.c

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

17 years agoalways export videostreams
Baptiste Coudurier [Sun, 14 Jan 2007 00:46:37 +0000 (00:46 +0000)]
always export videostreams

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

17 years agoAnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor
Baptiste Coudurier [Sun, 14 Jan 2007 00:32:25 +0000 (00:32 +0000)]
AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptor

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

17 years agoallow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots
Måns Rullgård [Sun, 14 Jan 2007 00:08:45 +0000 (00:08 +0000)]
allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots

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

17 years agoUse macros to eliminate code duplication in MXF metadata read functions.
Reimar Döffinger [Sat, 13 Jan 2007 21:13:26 +0000 (21:13 +0000)]
Use macros to eliminate code duplication in MXF metadata read functions.

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

17 years agoExtend mxf_resolve_strong_ref by a type parameter, to avoid modify something
Reimar Döffinger [Sat, 13 Jan 2007 18:54:48 +0000 (18:54 +0000)]
Extend mxf_resolve_strong_ref by a type parameter, to avoid modify something
that actually has a different type.

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

17 years agoFix error message, it's package ref that can not be found, not track in this case
Reimar Döffinger [Sat, 13 Jan 2007 18:21:55 +0000 (18:21 +0000)]
Fix error message, it's package ref that can not be found, not track in this case

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

17 years agoAllow to uninstall a custom log callback
Axel Holzinger [Sat, 13 Jan 2007 17:10:34 +0000 (17:10 +0000)]
Allow to uninstall a custom log callback
patch by Axel Holzinger % aholzinger A gmx P de %
original thread:
date: Jan 11, 2007 4:54 PM
subject: [Ffmpeg-devel] [PATCH] uninstall custom log callback

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

17 years agoSegmentation fault fix when no video device is specified.
Ramiro Polla [Sat, 13 Jan 2007 16:51:42 +0000 (16:51 +0000)]
Segmentation fault fix when no video device is specified.
patch by Ramiro Polla % ramiro A lisha P ufsc P br %

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

17 years agocosmetics: typo pallete --> palette
Diego Biurrun [Sat, 13 Jan 2007 04:32:14 +0000 (04:32 +0000)]
cosmetics: typo pallete --> palette

Originally committed as revision 21892 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agotypo: pallete --> palette
Diego Biurrun [Sat, 13 Jan 2007 04:19:45 +0000 (04:19 +0000)]
typo: pallete --> palette

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

17 years agoAvoid "HAVE_CMOV not defined" warning.
Christophe Mutricy [Sat, 13 Jan 2007 04:01:35 +0000 (04:01 +0000)]
Avoid "HAVE_CMOV not defined" warning.
patch by Christophe Mutricy, xtophe nxtelevision com

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

17 years agosome interlaced direct sanity checks
Michael Niedermayer [Sat, 13 Jan 2007 02:45:05 +0000 (02:45 +0000)]
some interlaced direct sanity checks

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

17 years agoreplace a few hardcoded numbers with their correct named ones
Michael Niedermayer [Sat, 13 Jan 2007 01:00:37 +0000 (01:00 +0000)]
replace a few hardcoded numbers with their correct named ones

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

17 years agofix 16 CABAC_BIT * 10l bug introduced in r6578
Michael Niedermayer [Sat, 13 Jan 2007 00:56:43 +0000 (00:56 +0000)]
fix 16 CABAC_BIT * 10l bug introduced in r6578

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

17 years agodeprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()
Luca Abeni [Fri, 12 Jan 2007 15:45:47 +0000 (15:45 +0000)]
deprecate sws_scale_ordered(), as it now is a duplicate of sws_scale()

Originally committed as revision 21888 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agoAdd "support for both orderings of the slices (top->down / bottom->up)"
Luca Abeni [Fri, 12 Jan 2007 15:40:08 +0000 (15:40 +0000)]
Add "support for both orderings of the slices (top->down / bottom->up)"
(r15249) to sws_scale() too (until now, it only was in sws_scale_ordered())

Originally committed as revision 21887 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years ago* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)
Roman Shaposhnik [Thu, 11 Jan 2007 22:32:19 +0000 (22:32 +0000)]
* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)

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

17 years agoBail out immediately with software scaler instead of failing the tests.
Diego Biurrun [Wed, 10 Jan 2007 20:40:02 +0000 (20:40 +0000)]
Bail out immediately with software scaler instead of failing the tests.

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

17 years agoAdd a FIXME note about paths in pkgconfig files.
Diego Biurrun [Wed, 10 Jan 2007 14:38:08 +0000 (14:38 +0000)]
Add a FIXME note about paths in pkgconfig files.

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

17 years agoprint error when decoding fails
Baptiste Coudurier [Wed, 10 Jan 2007 14:23:28 +0000 (14:23 +0000)]
print error when decoding fails

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

17 years agoUnconditionally enable Theora decoder. It works fine now and there is no
Diego Biurrun [Wed, 10 Jan 2007 14:19:33 +0000 (14:19 +0000)]
Unconditionally enable Theora decoder. It works fine now and there is no
Theora support through libtheora in FFmpeg.

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

17 years agoadd official VC1 fourcc
Baptiste Coudurier [Wed, 10 Jan 2007 10:30:03 +0000 (10:30 +0000)]
add official VC1 fourcc

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

17 years agochange regression tests for swf, use same as flv, swf muxer only supports mp3
Baptiste Coudurier [Tue, 9 Jan 2007 15:28:08 +0000 (15:28 +0000)]
change regression tests for swf, use same as flv, swf muxer only supports mp3

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

17 years agochange regression tests for swf, use same as flv, swf muxer only supports mp3
Baptiste Coudurier [Tue, 9 Jan 2007 15:27:56 +0000 (15:27 +0000)]
change regression tests for swf, use same as flv, swf muxer only supports mp3

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

17 years agofix av_reduce() with things like 1/0 and 0/0
Michael Niedermayer [Tue, 9 Jan 2007 11:58:06 +0000 (11:58 +0000)]
fix av_reduce() with things like 1/0 and 0/0

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

17 years agoremoved unused av_frac_set
Baptiste Coudurier [Mon, 8 Jan 2007 14:44:13 +0000 (14:44 +0000)]
removed unused av_frac_set

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

17 years agoremove #if obsoleted after last major version bump
Baptiste Coudurier [Mon, 8 Jan 2007 14:42:01 +0000 (14:42 +0000)]
remove #if obsoleted after last major version bump

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

17 years ago10l, only allocate priv_data if not already done
Baptiste Coudurier [Mon, 8 Jan 2007 14:22:00 +0000 (14:22 +0000)]
10l, only allocate priv_data if not already done

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

17 years agohumm, actually do what's in the doxy
Baptiste Coudurier [Mon, 8 Jan 2007 12:57:08 +0000 (12:57 +0000)]
humm, actually do what's in the doxy

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

17 years agopriv_data is allocated/freed internally
Baptiste Coudurier [Mon, 8 Jan 2007 12:33:16 +0000 (12:33 +0000)]
priv_data is allocated/freed internally

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

17 years agolinks to ARM optimization manuals
Guillaume Poirier [Sun, 7 Jan 2007 23:39:56 +0000 (23:39 +0000)]
links to ARM optimization manuals

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

17 years agoadd missing bit from commit r7423
Guillaume Poirier [Sun, 7 Jan 2007 23:34:01 +0000 (23:34 +0000)]
add missing bit from commit r7423

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

17 years agoOptimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
Siarhei Siamashka [Sun, 7 Jan 2007 23:24:14 +0000 (23:24 +0000)]
Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)
patch by Siarhei Siamashka % siarhei P siamashka A gmail P com %
Original thread:
Date: Jan 6, 2007 5:07 PM
Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te) (try2)
and
Date: Jan 2, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] Optimization of 'dct_unquantize_h263_intra' for ARM (armv5te)

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

17 years agoenable bidirectional me with x264
Robert Swain [Sun, 7 Jan 2007 18:04:11 +0000 (18:04 +0000)]
enable bidirectional me with x264
patch by Robert Swain <robert =dot= swain =at= gmail =dot= com>

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

17 years ago__attribute__((unused)) works with gcc 2.95 too
Luca Abeni [Sun, 7 Jan 2007 11:11:49 +0000 (11:11 +0000)]
__attribute__((unused)) works with gcc 2.95 too

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

17 years agoDisable threading support by default on all platforms, add individual
Ramiro Polla [Sun, 7 Jan 2007 00:22:32 +0000 (00:22 +0000)]
Disable threading support by default on all platforms, add individual
enabling options and hook this up in configure output.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoordering cosmetics
Diego Biurrun [Sun, 7 Jan 2007 00:14:57 +0000 (00:14 +0000)]
ordering cosmetics

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

17 years agocosmetics: Reorder external libraries.
Diego Biurrun [Sun, 7 Jan 2007 00:07:10 +0000 (00:07 +0000)]
cosmetics: Reorder external libraries.

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

17 years agovariable renaming: mp3lame --> libmp3lame
Diego Biurrun [Sun, 7 Jan 2007 00:02:15 +0000 (00:02 +0000)]
variable renaming: mp3lame --> libmp3lame

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

17 years agoRename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin
Diego Biurrun [Sat, 6 Jan 2007 23:54:01 +0000 (23:54 +0000)]
Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbin

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

17 years agovariable renaming: dts --> libdts
Diego Biurrun [Sat, 6 Jan 2007 23:44:48 +0000 (23:44 +0000)]
variable renaming: dts --> libdts

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

17 years agoRename variables: a52 --> liba52, a52bin --> liba52bin
Diego Biurrun [Sat, 6 Jan 2007 23:33:43 +0000 (23:33 +0000)]
Rename variables: a52 --> liba52, a52bin --> liba52bin

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

17 years agoReorder configure output.
Diego Biurrun [Sat, 6 Jan 2007 23:14:38 +0000 (23:14 +0000)]
Reorder configure output.

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

17 years agoone more naming consistency change
Diego Biurrun [Sat, 6 Jan 2007 23:05:56 +0000 (23:05 +0000)]
one more naming consistency change

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

17 years agomore consistency for the output naming
Diego Biurrun [Sat, 6 Jan 2007 23:05:03 +0000 (23:05 +0000)]
more consistency for the output naming

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

17 years agoAlign configure output.
Diego Biurrun [Sat, 6 Jan 2007 21:53:48 +0000 (21:53 +0000)]
Align configure output.

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

17 years agoreplace some av_malloc();memset(...,0,...) sequences with av_mallocz()
Luca Abeni [Sat, 6 Jan 2007 12:11:25 +0000 (12:11 +0000)]
replace some av_malloc();memset(...,0,...) sequences with av_mallocz()

Originally committed as revision 21835 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

17 years agosimplify
Baptiste Coudurier [Fri, 5 Jan 2007 14:23:13 +0000 (14:23 +0000)]
simplify

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

17 years agodont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3
Baptiste Coudurier [Fri, 5 Jan 2007 14:17:41 +0000 (14:17 +0000)]
dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3

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

17 years agomaybe fixing a segfault
Michael Niedermayer [Wed, 3 Jan 2007 11:32:02 +0000 (11:32 +0000)]
maybe fixing a segfault

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

17 years agosnow specification
Michael Niedermayer [Wed, 3 Jan 2007 02:13:30 +0000 (02:13 +0000)]
snow specification
(this is just quickly written and probably isnt error free, its also incomplete)
all types of help are very welcome (fixing FIXMEs, fixing errors adding missing stuff,
correcting spelling grammmer, ...)

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

17 years agodead code removial
Michael Niedermayer [Wed, 3 Jan 2007 00:48:20 +0000 (00:48 +0000)]
dead code removial

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

17 years agomissdetected a broken mp3
Michael Niedermayer [Tue, 2 Jan 2007 22:22:12 +0000 (22:22 +0000)]
missdetected a broken mp3

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

17 years agoindention
Michael Niedermayer [Tue, 2 Jan 2007 20:35:46 +0000 (20:35 +0000)]
indention

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

17 years agonth try of getting the frame rate detecton working
Michael Niedermayer [Tue, 2 Jan 2007 20:32:01 +0000 (20:32 +0000)]
nth try of getting the frame rate detecton working

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

17 years agostore a few values in the header as difference to the last
Michael Niedermayer [Tue, 2 Jan 2007 12:24:31 +0000 (12:24 +0000)]
store a few values in the header as difference to the last
this makes frames a few bytes smaller (0.1% for high bitrate but >1% for low bitrates)

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

17 years agosome quick encoding tips
Michael Niedermayer [Tue, 2 Jan 2007 01:19:58 +0000 (01:19 +0000)]
some quick encoding tips
feel free to extend, change, fix spelling and grammer and the formatting ...

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

17 years agoVP6 and flashsv stream copy and muxing support.
Benjamin Larsson [Mon, 1 Jan 2007 22:52:22 +0000 (22:52 +0000)]
VP6 and flashsv stream copy and muxing support.

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

17 years agoCorrect value for the test.
Benjamin Larsson [Mon, 1 Jan 2007 22:50:46 +0000 (22:50 +0000)]
Correct value for the test.

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

17 years agoAVSEEK_SIZE doxy
Michael Niedermayer [Mon, 1 Jan 2007 21:53:15 +0000 (21:53 +0000)]
AVSEEK_SIZE doxy

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

17 years agofix indention of previous commit
Michael Niedermayer [Mon, 1 Jan 2007 21:49:50 +0000 (21:49 +0000)]
fix indention of previous commit

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

17 years agoseekless filesize retrieving support in 7 lines of code, also doesnt break compatibility
Michael Niedermayer [Mon, 1 Jan 2007 21:49:09 +0000 (21:49 +0000)]
seekless filesize retrieving support in 7 lines of code, also doesnt break compatibility

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

17 years agorevert regression test breaking change
Michael Niedermayer [Mon, 1 Jan 2007 21:17:14 +0000 (21:17 +0000)]
revert regression test breaking change

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

17 years agoDecode previous 32 frames to avoid seeking artifacts in MPC
Kostya Shishkov [Mon, 1 Jan 2007 05:32:27 +0000 (05:32 +0000)]
Decode previous 32 frames to avoid seeking artifacts in MPC

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

17 years agoMake MPC demuxer deal with ID3 tags at the beginning
Kostya Shishkov [Mon, 1 Jan 2007 05:29:53 +0000 (05:29 +0000)]
Make MPC demuxer deal with ID3 tags at the beginning

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

17 years agoremember the size after switching back from fullscreen
Michael Niedermayer [Sun, 31 Dec 2006 20:09:10 +0000 (20:09 +0000)]
remember the size after switching back from fullscreen

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

17 years agodont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a SDL_SetV...
Michael Niedermayer [Sun, 31 Dec 2006 20:04:08 +0000 (20:04 +0000)]
dont use SDL_WM_ToggleFullScreen() as that doesnt seem to work reliably if a SDL_SetVideoMode() is called quickly afterwards

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

17 years agocheck x/y validity
Michael Niedermayer [Sun, 31 Dec 2006 18:09:21 +0000 (18:09 +0000)]
check x/y validity
a more generic solution is welcome of course ...

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

17 years agocosmetic (move video_open() up to avoid prototype)
Michael Niedermayer [Sun, 31 Dec 2006 18:01:13 +0000 (18:01 +0000)]
cosmetic (move video_open() up to avoid prototype)

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

17 years ago10l (fix segfault with audio only files)
Michael Niedermayer [Sun, 31 Dec 2006 17:59:10 +0000 (17:59 +0000)]
10l (fix segfault with audio only files)

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

17 years agoremove code duplication
Michael Niedermayer [Sat, 30 Dec 2006 11:32:10 +0000 (11:32 +0000)]
remove code duplication

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

17 years ago1st attempt to fix width/height
Michael Niedermayer [Sat, 30 Dec 2006 11:22:46 +0000 (11:22 +0000)]
1st attempt to fix width/height

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

17 years agoignore duration of the first 2 frames in the max-time break check
Michael Niedermayer [Fri, 29 Dec 2006 21:41:06 +0000 (21:41 +0000)]
ignore duration of the first 2 frames in the max-time break check
fixes framerate detection for framerate_misdetected.wmv

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

17 years agodo not base frame rate guess on just one duration
Michael Niedermayer [Fri, 29 Dec 2006 21:16:21 +0000 (21:16 +0000)]
do not base frame rate guess on just one duration

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

17 years agoPatch for the FLV muxer to supply more complete metadata
Allan Hsu [Thu, 28 Dec 2006 12:35:22 +0000 (12:35 +0000)]
Patch for the FLV muxer to supply more complete metadata
in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>.

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