]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
17 years agoFlash screen video encoder.
banan [Sun, 21 Jan 2007 20:56:20 +0000 (20:56 +0000)]
Flash screen video encoder.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7615 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoIncrease the av_log() levels, and add some documentation for them
lucabe [Sun, 21 Jan 2007 20:47:10 +0000 (20:47 +0000)]
Increase the av_log() levels, and add some documentation for them

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7614 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoBeOS cleanup
gpoirier [Sun, 21 Jan 2007 20:40:22 +0000 (20:40 +0000)]
BeOS cleanup
Patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Original thread:
date: Jan 20, 2007 8:56 PM
subject: [Ffmpeg-devel] [PATCH] [RFC] change socket read and write functions

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7613 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove sensless casts
michael [Sun, 21 Jan 2007 20:15:55 +0000 (20:15 +0000)]
remove sensless casts

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7612 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify GUIDs
michael [Sun, 21 Jan 2007 20:06:19 +0000 (20:06 +0000)]
simplify GUIDs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7611 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoDeclare zlib dependency in the Makefile, not in the source.
diego [Sun, 21 Jan 2007 20:04:00 +0000 (20:04 +0000)]
Declare zlib dependency in the Makefile, not in the source.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7610 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoReally fix my never ending mistakes.
banan [Sun, 21 Jan 2007 18:46:19 +0000 (18:46 +0000)]
Really fix my never ending mistakes.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7609 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoDon't break compilation on systems without zlib.
banan [Sun, 21 Jan 2007 17:48:03 +0000 (17:48 +0000)]
Don't break compilation on systems without zlib.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7608 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoThe block_size might be used incorrectly if it is not updated.
banan [Sun, 21 Jan 2007 14:14:50 +0000 (14:14 +0000)]
The block_size might be used incorrectly if it is not updated.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7607 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix msmpeg4v3 tag in asf
michael [Sun, 21 Jan 2007 13:01:53 +0000 (13:01 +0000)]
fix msmpeg4v3 tag in asf

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7606 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify
michael [Sun, 21 Jan 2007 12:55:31 +0000 (12:55 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7605 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agothe context is supposed to be freed in the generic code in utils.c
michael [Sun, 21 Jan 2007 12:47:46 +0000 (12:47 +0000)]
the context is supposed to be freed in the generic code in utils.c

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7604 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove now useless codec_tag setting code in muxers
michael [Sun, 21 Jan 2007 12:44:58 +0000 (12:44 +0000)]
remove now useless codec_tag setting code in muxers

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7603 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify
michael [Sun, 21 Jan 2007 12:43:29 +0000 (12:43 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7602 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoConstantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the...
lu_zero [Sun, 21 Jan 2007 12:32:01 +0000 (12:32 +0000)]
Constantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the other Diego"

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7601 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoset codec_tag from codec_id if its not set and can be set based on the AVCodecTag...
michael [Sun, 21 Jan 2007 12:31:58 +0000 (12:31 +0000)]
set codec_tag from codec_id if its not set and can be set based on the AVCodecTag tables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7600 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agothis is wrong but it was that way before the AVCodecTag change, only reason why it...
michael [Sun, 21 Jan 2007 12:30:44 +0000 (12:30 +0000)]
this is wrong but it was that way before the AVCodecTag change, only reason why it didnt broke regressions was that the table wasnt used

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7599 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoFixed a typo, cosmetics.
banan [Sun, 21 Jan 2007 12:27:53 +0000 (12:27 +0000)]
Fixed a typo, cosmetics.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7598 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoGet rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.
banan [Sun, 21 Jan 2007 12:26:23 +0000 (12:26 +0000)]
Get rid of #ifdef CONFIG_ZLIB in the code. Code cleanup.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7597 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoget rid of the [4] limitation of codec tag lists
michael [Sun, 21 Jan 2007 12:08:31 +0000 (12:08 +0000)]
get rid of the [4] limitation of codec tag lists

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7596 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoFix crash when pred_order greater s->blocksize >> rice_order.
reimar [Sun, 21 Jan 2007 09:55:28 +0000 (09:55 +0000)]
Fix crash when pred_order greater s->blocksize >> rice_order.
Fixes http://sam.zoy.org/zzuf/lol-mplayer.flac

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7595 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoexport a few more codec_tag-codec_id tables
michael [Sun, 21 Jan 2007 02:12:34 +0000 (02:12 +0000)]
export a few more codec_tag-codec_id tables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7594 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoadd codec_id <-> codec_tag tables to AVIn/OutputFormat
michael [Sun, 21 Jan 2007 01:39:17 +0000 (01:39 +0000)]
add codec_id <-> codec_tag tables to AVIn/OutputFormat

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7593 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix indention (dunno why it was messed up ...)
michael [Sat, 20 Jan 2007 23:09:27 +0000 (23:09 +0000)]
fix indention (dunno why it was messed up ...)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7592 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agochecking bitstream values and other related changes
michael [Sat, 20 Jan 2007 13:50:00 +0000 (13:50 +0000)]
checking bitstream values and other related changes
some of these might have been exploitable

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7591 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoAttempt to better document AVFMT_NOFILE.
reimar [Fri, 19 Jan 2007 22:54:50 +0000 (22:54 +0000)]
Attempt to better document AVFMT_NOFILE.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7590 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoDemuxers with AVFMT_NOFILE will open a (possibly different) file themselves,
reimar [Fri, 19 Jan 2007 22:52:59 +0000 (22:52 +0000)]
Demuxers with AVFMT_NOFILE will open a (possibly different) file themselves,
so do not probe them if is_opened is set.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7589 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoadd AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)
alex [Fri, 19 Jan 2007 22:26:10 +0000 (22:26 +0000)]
add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7588 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agorename BE/LE_8/16/32 to AV_RL/B_8/16/32
alex [Fri, 19 Jan 2007 22:12:59 +0000 (22:12 +0000)]
rename BE/LE_8/16/32 to AV_RL/B_8/16/32

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7587 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove useless cast that makes code unreadable
gpoirier [Fri, 19 Jan 2007 12:41:56 +0000 (12:41 +0000)]
remove useless cast that makes code unreadable

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7586 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoharden h264 decoding to prevent some crashes when input data is corrupted.
gpoirier [Fri, 19 Jan 2007 09:37:04 +0000 (09:37 +0000)]
harden h264 decoding to prevent some crashes when input data is corrupted.
Patch by Frank %eucloid A gmail P com%
date: Jan 18, 2007 6:48 PM
subject: Re: [Ffmpeg-devel] h264, protection against corrupted data (second try patch)
AND
date: Jan 17, 2007 8:22 PM
subject: [Ffmpeg-devel] h264, protection against corrupted data

this also fixes a possible security issue (the sps and pps ids where not checked,
then used as index into an array of sps/pps structs which was then filled with data from the bitstream)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7585 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agouint16->uint8
michael [Fri, 19 Jan 2007 03:14:13 +0000 (03:14 +0000)]
uint16->uint8

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7584 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agocosmetics: indentation
aurel [Thu, 18 Jan 2007 23:23:41 +0000 (23:23 +0000)]
cosmetics: indentation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7583 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoThe long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for...
mmu_man [Thu, 18 Jan 2007 17:48:21 +0000 (17:48 +0000)]
The long awaited BeOS cleanup, phase 1.1: removed useless ifdef, changed check for net_server to IP_MULTICAST_TTL.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7582 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoThe long awaited BeOS cleanup, phase 1
mmu_man [Thu, 18 Jan 2007 17:22:30 +0000 (17:22 +0000)]
The long awaited BeOS cleanup, phase 1

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7581 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoomg, major typo (fails if card supports rgb24)
alex [Thu, 18 Jan 2007 15:42:25 +0000 (15:42 +0000)]
omg, major typo (fails if card supports rgb24)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7580 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoChange the Snow encoder to always use the available MotionEstContext pointer.
takis [Thu, 18 Jan 2007 13:35:24 +0000 (13:35 +0000)]
Change the Snow encoder to always use the available MotionEstContext pointer.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7579 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoAdd/update some comments.
diego [Thu, 18 Jan 2007 08:23:36 +0000 (08:23 +0000)]
Add/update some comments.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7578 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoRename do_libav var so as not to clash with the do_libav function on Solaris.
diego [Thu, 18 Jan 2007 08:21:55 +0000 (08:21 +0000)]
Rename do_libav var so as not to clash with the do_libav function on Solaris.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7577 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agochange while loops to do-while as the condition is true the first time and the check...
michael [Thu, 18 Jan 2007 00:22:24 +0000 (00:22 +0000)]
change while loops to do-while as the condition is true the first time and the check just wastes cpu cycles

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7576 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimpler branch structure in init (16 bytes smaller object file)
michael [Wed, 17 Jan 2007 20:14:02 +0000 (20:14 +0000)]
simpler branch structure in init (16 bytes smaller object file)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7575 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agodoxygenize
michael [Wed, 17 Jan 2007 20:12:12 +0000 (20:12 +0000)]
doxygenize

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7574 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoavoid code duplication
michael [Wed, 17 Jan 2007 20:11:23 +0000 (20:11 +0000)]
avoid code duplication

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7573 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agobetter to set things to NULL instead of random in case of out of mem
michael [Wed, 17 Jan 2007 20:06:38 +0000 (20:06 +0000)]
better to set things to NULL instead of random in case of out of mem

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7572 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify av_fifo_realloc()
michael [Wed, 17 Jan 2007 20:05:31 +0000 (20:05 +0000)]
simplify av_fifo_realloc()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7571 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove near duplicate function
michael [Wed, 17 Jan 2007 19:46:33 +0000 (19:46 +0000)]
remove near duplicate function

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7570 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify
michael [Wed, 17 Jan 2007 19:30:23 +0000 (19:30 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7569 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify
michael [Wed, 17 Jan 2007 19:19:03 +0000 (19:19 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7568 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify
michael [Wed, 17 Jan 2007 12:06:31 +0000 (12:06 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7567 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoAvoid branches in the loop and solve a gcc warning
lu_zero [Wed, 17 Jan 2007 11:02:07 +0000 (11:02 +0000)]
Avoid branches in the loop and solve a gcc warning

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7566 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosimplify pts/dts reading
michael [Wed, 17 Jan 2007 10:55:01 +0000 (10:55 +0000)]
simplify pts/dts reading

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7565 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoCosmetics
lu_zero [Wed, 17 Jan 2007 10:47:58 +0000 (10:47 +0000)]
Cosmetics

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7564 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agocosmetic
michael [Wed, 17 Jan 2007 10:45:59 +0000 (10:45 +0000)]
cosmetic

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7563 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoreduce len checks, simplifies code
michael [Wed, 17 Jan 2007 10:44:57 +0000 (10:44 +0000)]
reduce len checks, simplifies code
there is a very small chance that a stream which is damaged && unseekable && very small packet && damage to the flags && unlucky buffer state could have a valid packet after a damaged packet lost, but i think this is so unlikely that the simplification outweights it
mans if you disagree with any commit to mpeg.c just say so and ill revert it

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7562 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and
takis [Wed, 17 Jan 2007 10:26:13 +0000 (10:26 +0000)]
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.ogm and
http://sam.zoy.org/zzuf/lol-ffplay.ogg

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7561 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoseperate redo (we dont handle this possibly valid packet) from
michael [Wed, 17 Jan 2007 10:19:10 +0000 (10:19 +0000)]
seperate redo (we dont handle this possibly valid packet) from
error_redo (somethings is definitly wrong) in which case we try to resync from the last startcode

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7560 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years ago10l (aes_crypt -> av_aes_crypt)
michael [Wed, 17 Jan 2007 00:49:48 +0000 (00:49 +0000)]
10l (aes_crypt -> av_aes_crypt)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7559 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoset data_size to 0 so that in case we return without setting it nothing funny can...
michael [Tue, 16 Jan 2007 23:28:41 +0000 (23:28 +0000)]
set data_size to 0 so that in case we return without setting it nothing funny can happen

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7558 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoupdate swf regression checksum
mru [Tue, 16 Jan 2007 22:41:59 +0000 (22:41 +0000)]
update swf regression checksum

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7557 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoMake nb_streams unsigned to avoid an ugly cast.
diego [Tue, 16 Jan 2007 22:31:10 +0000 (22:31 +0000)]
Make nb_streams unsigned to avoid an ugly cast.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7556 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix a gcc warning, avoid an unnecessary operation
lu_zero [Tue, 16 Jan 2007 22:07:49 +0000 (22:07 +0000)]
fix a gcc warning, avoid an unnecessary operation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7555 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix CONFIG_SMALL again
michael [Tue, 16 Jan 2007 19:50:49 +0000 (19:50 +0000)]
fix CONFIG_SMALL again

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7554 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years ago30byte smaller object file
michael [Tue, 16 Jan 2007 19:30:43 +0000 (19:30 +0000)]
30byte smaller object file

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7553 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years ago10l typo
michael [Tue, 16 Jan 2007 19:18:50 +0000 (19:18 +0000)]
10l typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7552 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agopublic API
michael [Tue, 16 Jan 2007 19:14:27 +0000 (19:14 +0000)]
public API

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7551 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agocbc support
michael [Tue, 16 Jan 2007 19:08:52 +0000 (19:08 +0000)]
cbc support

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7550 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoavoid memcpy()
michael [Tue, 16 Jan 2007 17:58:11 +0000 (17:58 +0000)]
avoid memcpy()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7549 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agogive crypt a src and dst
michael [Tue, 16 Jan 2007 17:51:54 +0000 (17:51 +0000)]
give crypt a src and dst
same speed, 100bytes larger object file

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7548 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoAvoid calling decode_slice when context_initialized is not set.
reimar [Tue, 16 Jan 2007 17:46:26 +0000 (17:46 +0000)]
Avoid calling decode_slice when context_initialized is not set.
Avoids a crash due to dsp.clear_blocks being NULL when called.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7547 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agochange subshift a little, this reduces the object size a litlle
michael [Tue, 16 Jan 2007 17:40:40 +0000 (17:40 +0000)]
change subshift a little, this reduces the object size a litlle

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7546 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agouse 2 state arrays so that fewer temporary variables are needed
michael [Tue, 16 Jan 2007 17:17:05 +0000 (17:17 +0000)]
use 2 state arrays so that fewer temporary variables are needed

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7545 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove useless parameter
michael [Tue, 16 Jan 2007 16:29:01 +0000 (16:29 +0000)]
remove useless parameter

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7544 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agounused variable
michael [Tue, 16 Jan 2007 16:24:43 +0000 (16:24 +0000)]
unused variable

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7543 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoRemove outdated Linux section.
diego [Tue, 16 Jan 2007 15:59:10 +0000 (15:59 +0000)]
Remove outdated Linux section.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7542 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoadd msrle fourcc, quicktime_bmp.mov
bcoudurier [Tue, 16 Jan 2007 00:40:06 +0000 (00:40 +0000)]
add msrle fourcc, quicktime_bmp.mov

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7541 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoadd png fourcc
bcoudurier [Tue, 16 Jan 2007 00:26:39 +0000 (00:26 +0000)]
add png fourcc

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7540 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv
michael [Mon, 15 Jan 2007 23:47:53 +0000 (23:47 +0000)]
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmv

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7539 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf...
michael [Mon, 15 Jan 2007 23:26:09 +0000 (23:26 +0000)]
fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.mpg and http://sam.zoy.org/zzuf/lol-ffplay.m2v

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7538 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agofixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi
michael [Mon, 15 Jan 2007 22:56:46 +0000 (22:56 +0000)]
fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.avi

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7537 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agocheck for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test
mru [Mon, 15 Jan 2007 22:45:50 +0000 (22:45 +0000)]
check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz test

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7536 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agosave/restore number of streams
mru [Mon, 15 Jan 2007 22:05:22 +0000 (22:05 +0000)]
save/restore number of streams

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7535 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agomerge shift into mix
michael [Mon, 15 Jan 2007 13:45:48 +0000 (13:45 +0000)]
merge shift into mix
this need -fno-strict-aliasing to work (needs to be fixed of course)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7534 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agomake aes_en/decrypt() static until we decided on the public API
michael [Mon, 15 Jan 2007 10:37:34 +0000 (10:37 +0000)]
make aes_en/decrypt() static until we decided on the public API

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7533 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoRevert broken removal of variable indirection.
diego [Mon, 15 Jan 2007 07:56:15 +0000 (07:56 +0000)]
Revert broken removal of variable indirection.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7532 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years ago * Fixing a bug with incorrect bits set in AAUX source pack
romansh [Mon, 15 Jan 2007 07:41:28 +0000 (07:41 +0000)]
   * Fixing a bug with incorrect bits set in AAUX source pack
   * Making DV codec release a buffer on exit
   * Flagging accepted pix_fmts for DV encoder

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7531 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agospelling, formatting
diego [Mon, 15 Jan 2007 05:46:42 +0000 (05:46 +0000)]
spelling, formatting

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7530 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agomove #include log.h into the selftesting code where it belongs
michael [Mon, 15 Jan 2007 01:33:56 +0000 (01:33 +0000)]
move #include log.h into the selftesting code where it belongs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7529 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove dependancy on *malloc()
michael [Mon, 15 Jan 2007 01:32:06 +0000 (01:32 +0000)]
remove dependancy on *malloc()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7528 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agocheck the last? entry written for detecting already initalized tables
michael [Mon, 15 Jan 2007 01:05:40 +0000 (01:05 +0000)]
check the last? entry written for detecting already initalized tables

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7527 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agocosmetics, function -> metadata
bcoudurier [Mon, 15 Jan 2007 01:04:43 +0000 (01:04 +0000)]
cosmetics, function -> metadata

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7526 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoreplace / by >> this makes the .o ~150 bytes smaller
michael [Mon, 15 Jan 2007 01:01:56 +0000 (01:01 +0000)]
replace / by >> this makes the .o ~150 bytes smaller

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7525 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agocosmetic
michael [Mon, 15 Jan 2007 00:55:51 +0000 (00:55 +0000)]
cosmetic

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7524 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoRemove leftover variable.
diego [Mon, 15 Jan 2007 00:27:04 +0000 (00:27 +0000)]
Remove leftover variable.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7523 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoRemove unnecessary variable indirection.
diego [Mon, 15 Jan 2007 00:23:58 +0000 (00:23 +0000)]
Remove unnecessary variable indirection.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7522 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoav_aes_init()
michael [Mon, 15 Jan 2007 00:10:25 +0000 (00:10 +0000)]
av_aes_init()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7521 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agothe missing header ...
michael [Mon, 15 Jan 2007 00:07:39 +0000 (00:07 +0000)]
the missing header ...

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7520 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agomerge fragmented mpeg4adv section in regression.sh
mru [Sun, 14 Jan 2007 23:55:54 +0000 (23:55 +0000)]
merge fragmented mpeg4adv section in regression.sh

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7519 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoavcodec_decode_audio2()
michael [Sun, 14 Jan 2007 23:50:06 +0000 (23:50 +0000)]
avcodec_decode_audio2()
difference to avcodec_decode_audio() is that the user can pass the allocated size of the output buffer to the decoder and the decoder can check if theres enough space

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7518 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years ago100l: Fix damage from a buggy emacs macro.
diego [Sun, 14 Jan 2007 23:44:55 +0000 (23:44 +0000)]
100l: Fix damage from a buggy emacs macro.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7517 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

17 years agoremove useless essence container data sets for now
bcoudurier [Sun, 14 Jan 2007 23:32:51 +0000 (23:32 +0000)]
remove useless essence container data sets for now

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7516 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b