OSDN Git Service

coroid/libav_saccubus.git
17 years agoOff-by-one error fix
Kostya Shishkov [Wed, 24 Jan 2007 17:49:26 +0000 (17:49 +0000)]
Off-by-one error fix

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

17 years agoFail on VC-1 interlaced streams
Kostya Shishkov [Wed, 24 Jan 2007 17:47:42 +0000 (17:47 +0000)]
Fail on VC-1 interlaced streams

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

17 years agoadd hint for closed gop and sc threshold error message
Baptiste Coudurier [Wed, 24 Jan 2007 16:15:00 +0000 (16:15 +0000)]
add hint for closed gop and sc threshold error message

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

17 years agoremove some printf warnings
Baptiste Coudurier [Wed, 24 Jan 2007 15:59:58 +0000 (15:59 +0000)]
remove some printf warnings

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

17 years agomake vars unsigned
Baptiste Coudurier [Wed, 24 Jan 2007 15:57:41 +0000 (15:57 +0000)]
make vars unsigned

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

17 years agostop if current sample is higher than sample count
Baptiste Coudurier [Wed, 24 Jan 2007 15:46:59 +0000 (15:46 +0000)]
stop if current sample is higher than sample count

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

17 years agofix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %
Ian Caulfield [Wed, 24 Jan 2007 15:32:49 +0000 (15:32 +0000)]
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %

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

17 years agoAllows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,
Ian Caulfield [Wed, 24 Jan 2007 15:31:48 +0000 (15:31 +0000)]
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,
allowing them to be correctly demuxed.
Currently it only identifies the primary substream, and will skip over any additional
dependent or independent substreams.
Patch by Ian Caulfield % ian P caulfield A gmail P com %
Original thread:
date: Jan 19, 2007 9:55 AM
subject: Re: [Ffmpeg-devel] [PATCH] Correctly parse headers of E-AC3 streams

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

17 years agoset last_picture for h.264 too, this significantly improves error concealment quality...
Michael Niedermayer [Wed, 24 Jan 2007 14:20:00 +0000 (14:20 +0000)]
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264

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

17 years agoreplace strcpy by memcpy
Baptiste Coudurier [Wed, 24 Jan 2007 12:49:24 +0000 (12:49 +0000)]
replace strcpy by memcpy

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

17 years agocrash fix by Carl Eugen Hoyos cehoyos ag.or at
Michael Niedermayer [Wed, 24 Jan 2007 11:20:01 +0000 (11:20 +0000)]
crash fix by Carl Eugen Hoyos cehoyos ag.or at

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

17 years agoexplicit values for all enums
Michael Niedermayer [Wed, 24 Jan 2007 11:01:17 +0000 (11:01 +0000)]
explicit values for all enums

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

17 years agoremove useless field
Baptiste Coudurier [Wed, 24 Jan 2007 10:57:38 +0000 (10:57 +0000)]
remove useless field

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

17 years agoremove obsolete comment
Baptiste Coudurier [Wed, 24 Jan 2007 10:56:45 +0000 (10:56 +0000)]
remove obsolete comment

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

17 years agomake some fields unsigned
Baptiste Coudurier [Wed, 24 Jan 2007 10:55:07 +0000 (10:55 +0000)]
make some fields unsigned

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

17 years agoadd sanity checks
Baptiste Coudurier [Wed, 24 Jan 2007 10:44:24 +0000 (10:44 +0000)]
add sanity checks

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

17 years agoenum
Michael Niedermayer [Wed, 24 Jan 2007 10:41:03 +0000 (10:41 +0000)]
enum

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

17 years agomaybe fix segfault with missing extradata (unchecked)
Michael Niedermayer [Wed, 24 Jan 2007 00:54:36 +0000 (00:54 +0000)]
maybe fix segfault with missing extradata (unchecked)

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

17 years agompegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson...
Daniel Kristjansson [Tue, 23 Jan 2007 21:47:32 +0000 (21:47 +0000)]
mpegts-documentation-only.patch  -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu
yes another 1 year old patch, this one though has one failed hunk

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

17 years agoremove unused files
Måns Rullgård [Tue, 23 Jan 2007 21:42:36 +0000 (21:42 +0000)]
remove unused files

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

17 years ago"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu
Daniel Kristjansson [Tue, 23 Jan 2007 21:41:30 +0000 (21:41 +0000)]
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu
another 1 year old patch forgoten by mans
trailing whitespace removial by me

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

17 years ago"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl...
Daniel Kristjansson [Tue, 23 Jan 2007 21:36:32 +0000 (21:36 +0000)]
"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu
patch ~ 1year old, apparently forgotten by our mpeg-ts demuxer maintainer

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

17 years agomake the asf demuxer resistant against insertion/deletion errors
Michael Niedermayer [Tue, 23 Jan 2007 21:25:06 +0000 (21:25 +0000)]
make the asf demuxer resistant against insertion/deletion errors

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

17 years agofix segfault with darkkben.free.fr/corrupted_h264.mp4
Michael Niedermayer [Tue, 23 Jan 2007 19:32:26 +0000 (19:32 +0000)]
fix segfault with darkkben.free.fr/corrupted_h264.mp4

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

17 years agoremove padding to 16bit code, i dont think this change can break anything and it...
Michael Niedermayer [Tue, 23 Jan 2007 18:37:23 +0000 (18:37 +0000)]
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from albx79.it/stuff/ playable other players arent that picky either ...

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

17 years agomake av_find_stream_info() duration user selectable
Michael Niedermayer [Tue, 23 Jan 2007 17:34:26 +0000 (17:34 +0000)]
make av_find_stream_info() duration user selectable

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

17 years agoflv follows in movs footsteps and has random trash in the width/height fields
Michael Niedermayer [Tue, 23 Jan 2007 15:38:07 +0000 (15:38 +0000)]
flv follows in movs footsteps and has random trash in the width/height fields

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

17 years agoimprove probe and give it the max score
Michael Niedermayer [Tue, 23 Jan 2007 15:23:41 +0000 (15:23 +0000)]
improve probe and give it the max score

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

17 years agoseek based on currently active stream fixes seeking in ffwma2_broken.wma which had...
Michael Niedermayer [Tue, 23 Jan 2007 14:22:25 +0000 (14:22 +0000)]
seek based on currently active stream fixes seeking in ffwma2_broken.wma which had some "empty" streams

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

17 years agocommand line option to select the audio stream
Michael Niedermayer [Tue, 23 Jan 2007 14:07:11 +0000 (14:07 +0000)]
command line option to select the audio stream

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

17 years agoflame
Michael Niedermayer [Tue, 23 Jan 2007 13:42:09 +0000 (13:42 +0000)]
flame

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

17 years agoPass a context to av_log(), when possible
Luca Abeni [Tue, 23 Jan 2007 13:41:45 +0000 (13:41 +0000)]
Pass a context to av_log(), when possible

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

17 years agocheck num_reorder_frames for validity
Michael Niedermayer [Tue, 23 Jan 2007 13:36:56 +0000 (13:36 +0000)]
check num_reorder_frames for validity
increase delayed_pic buffer size (one temporary is used and a terminating NULL is assumed by most code so it has to be 18 large)

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

17 years agoAVOption is now const, removes a few warnings
Baptiste Coudurier [Tue, 23 Jan 2007 13:04:13 +0000 (13:04 +0000)]
AVOption is now const, removes a few warnings

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

17 years agoadding assert to protect delayed_pic
Michael Niedermayer [Tue, 23 Jan 2007 12:45:57 +0000 (12:45 +0000)]
adding assert to protect delayed_pic

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

17 years ago10l, there is a corner case afterall...
Luca Barbato [Tue, 23 Jan 2007 12:04:48 +0000 (12:04 +0000)]
10l, there is a corner case afterall...

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

17 years agoFix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.
Michel Bardiaux [Tue, 23 Jan 2007 09:24:41 +0000 (09:24 +0000)]
Fix wrong comment, patch by Michel Bardiaux  mbardiaux mediaxim be.

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

17 years ago1/0 fix
Michael Niedermayer [Mon, 22 Jan 2007 22:27:02 +0000 (22:27 +0000)]
1/0 fix

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

17 years agoconsistant error return for asf_get_packet()
Michael Niedermayer [Mon, 22 Jan 2007 21:38:33 +0000 (21:38 +0000)]
consistant error return for asf_get_packet()

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

17 years agobetter padsize check
Michael Niedermayer [Mon, 22 Jan 2007 21:33:26 +0000 (21:33 +0000)]
better padsize check

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

17 years agomore correct error message
Michael Niedermayer [Mon, 22 Jan 2007 21:31:40 +0000 (21:31 +0000)]
more correct error message

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

17 years agoreplace wrong return 0 by -1
Michael Niedermayer [Mon, 22 Jan 2007 21:28:56 +0000 (21:28 +0000)]
replace wrong return 0 by -1

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

17 years agocheck to detect nonsense fragment size
Michael Niedermayer [Mon, 22 Jan 2007 21:17:54 +0000 (21:17 +0000)]
check to detect nonsense fragment size

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

17 years agoinden(ta)tion
Michael Niedermayer [Mon, 22 Jan 2007 17:06:46 +0000 (17:06 +0000)]
inden(ta)tion

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

17 years agoreplace nonsense code by something which makes at least some sense
Michael Niedermayer [Mon, 22 Jan 2007 17:01:01 +0000 (17:01 +0000)]
replace nonsense code by something which makes at least some sense

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

17 years agocheck fragment offset and size
Michael Niedermayer [Mon, 22 Jan 2007 16:37:45 +0000 (16:37 +0000)]
check fragment offset and size
yes this too could have been exploitable ...

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

17 years agomove frame header reading into its own function
Michael Niedermayer [Mon, 22 Jan 2007 12:55:23 +0000 (12:55 +0000)]
move frame header reading into its own function

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

17 years agomore correct packet alignment check and correction
Michael Niedermayer [Mon, 22 Jan 2007 12:52:49 +0000 (12:52 +0000)]
more correct packet alignment check and correction

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

17 years ago10l
Michael Niedermayer [Mon, 22 Jan 2007 12:33:10 +0000 (12:33 +0000)]
10l

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

17 years agodoxygenize comments
Michael Niedermayer [Mon, 22 Jan 2007 11:15:30 +0000 (11:15 +0000)]
doxygenize comments

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

17 years agocosmetics (aligne stuff nicely)
Michael Niedermayer [Mon, 22 Jan 2007 11:04:55 +0000 (11:04 +0000)]
cosmetics (aligne stuff nicely)

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

17 years agoget rid of some sensless malloc/free
Michael Niedermayer [Mon, 22 Jan 2007 11:03:47 +0000 (11:03 +0000)]
get rid of some sensless malloc/free

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

17 years agosimplify
Michael Niedermayer [Mon, 22 Jan 2007 11:01:27 +0000 (11:01 +0000)]
simplify

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

17 years agoremove a few unused and duplicated variables
Michael Niedermayer [Mon, 22 Jan 2007 10:53:57 +0000 (10:53 +0000)]
remove a few unused and duplicated variables

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

17 years agodo not override rc_buffer_occupancy if set
Baptiste Coudurier [Mon, 22 Jan 2007 10:01:14 +0000 (10:01 +0000)]
do not override rc_buffer_occupancy if set

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

17 years agoadding a few checks to the audio packet descrambling, this should hopefully catch...
Michael Niedermayer [Mon, 22 Jan 2007 03:19:00 +0000 (03:19 +0000)]
adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses
note, the original code might have been exploitable

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

17 years agoFix license headers and FSF postal address.
Diego Biurrun [Mon, 22 Jan 2007 01:21:36 +0000 (01:21 +0000)]
Fix license headers and FSF postal address.

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

17 years agocosmetic
Michael Niedermayer [Mon, 22 Jan 2007 01:21:16 +0000 (01:21 +0000)]
cosmetic

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

17 years agoFix FSF postal address.
Diego Biurrun [Mon, 22 Jan 2007 01:18:33 +0000 (01:18 +0000)]
Fix FSF postal address.

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

17 years agoFix some more license headers.
Diego Biurrun [Mon, 22 Jan 2007 01:16:42 +0000 (01:16 +0000)]
Fix some more license headers.

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

17 years agothese variables seem to be unused on the demuxer side so theres no sense in setting...
Michael Niedermayer [Mon, 22 Jan 2007 00:20:58 +0000 (00:20 +0000)]
these variables seem to be unused on the demuxer side so theres no sense in setting them

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

17 years agofix a typo in deps
Aurelien Jacobs [Sun, 21 Jan 2007 23:42:58 +0000 (23:42 +0000)]
fix a typo in deps

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

17 years agoRemove BeOS hack.
Diego Biurrun [Sun, 21 Jan 2007 23:27:30 +0000 (23:27 +0000)]
Remove BeOS hack.

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

17 years agoClarify that Xvid is used for encoding only.
Diego Biurrun [Sun, 21 Jan 2007 23:04:29 +0000 (23:04 +0000)]
Clarify that Xvid is used for encoding only.

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

17 years agoget rid of a few idiotic asserts()
Michael Niedermayer [Sun, 21 Jan 2007 23:03:09 +0000 (23:03 +0000)]
get rid of a few idiotic asserts()

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

17 years agouseless &0x80
Michael Niedermayer [Sun, 21 Jan 2007 22:46:14 +0000 (22:46 +0000)]
useless &0x80

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

17 years agocosmetics: Sort decoder/encoder/parser variables lists.
Diego Biurrun [Sun, 21 Jan 2007 22:45:18 +0000 (22:45 +0000)]
cosmetics: Sort decoder/encoder/parser variables lists.

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

17 years agoflashsv encoder also depends on zlib
Aurelien Jacobs [Sun, 21 Jan 2007 22:45:14 +0000 (22:45 +0000)]
flashsv encoder also depends on zlib

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

17 years agoremove now useless codec_tag setting code in voc muxer
Aurelien Jacobs [Sun, 21 Jan 2007 22:41:37 +0000 (22:41 +0000)]
remove now useless codec_tag setting code in voc muxer

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

17 years agoremove the last #ifdef from allcodecs.c
Måns Rullgård [Sun, 21 Jan 2007 22:31:52 +0000 (22:31 +0000)]
remove the last #ifdef from allcodecs.c

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

17 years agocosmetics: List all encoders together.
Diego Biurrun [Sun, 21 Jan 2007 22:20:18 +0000 (22:20 +0000)]
cosmetics: List all encoders together.

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

17 years agoRemove useless #ifdef.
Diego Biurrun [Sun, 21 Jan 2007 22:02:12 +0000 (22:02 +0000)]
Remove useless #ifdef.

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

17 years agoremove useless #ifdef CONFIG_ZLIB
Måns Rullgård [Sun, 21 Jan 2007 21:58:32 +0000 (21:58 +0000)]
remove useless #ifdef CONFIG_ZLIB

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

17 years agoremove useless #ifdef CONFIG_ZLIB
Måns Rullgård [Sun, 21 Jan 2007 21:55:10 +0000 (21:55 +0000)]
remove useless #ifdef CONFIG_ZLIB

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

17 years agoit's called libgsm, not just gsm
Måns Rullgård [Sun, 21 Jan 2007 21:45:48 +0000 (21:45 +0000)]
it's called libgsm, not just gsm

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

17 years agoRemove debug line.
Benjamin Larsson [Sun, 21 Jan 2007 21:25:16 +0000 (21:25 +0000)]
Remove debug line.

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

17 years agoAdd flashsv encoder to changelog and fix the encoder so it actually works.
Benjamin Larsson [Sun, 21 Jan 2007 21:24:05 +0000 (21:24 +0000)]
Add flashsv encoder to changelog and fix the encoder so it actually works.

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

17 years agoreorder alphabetically
Måns Rullgård [Sun, 21 Jan 2007 21:20:18 +0000 (21:20 +0000)]
reorder alphabetically

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

17 years agoremove no longer needed ifeq tests
Måns Rullgård [Sun, 21 Jan 2007 21:06:10 +0000 (21:06 +0000)]
remove no longer needed ifeq tests

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

17 years agoremove no longer needed #ifdefs
Måns Rullgård [Sun, 21 Jan 2007 21:04:01 +0000 (21:04 +0000)]
remove no longer needed #ifdefs

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

17 years agocheck dependencies before setting CONFIG_*/ENABLE_*
Måns Rullgård [Sun, 21 Jan 2007 21:01:34 +0000 (21:01 +0000)]
check dependencies before setting CONFIG_*/ENABLE_*

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

17 years agoFlash screen video encoder.
Benjamin Larsson [Sun, 21 Jan 2007 20:56:20 +0000 (20:56 +0000)]
Flash screen video encoder.

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

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

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

17 years agoBeOS cleanup
Ramiro Polla [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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

17 years agothe context is supposed to be freed in the generic code in utils.c
Michael Niedermayer [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

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

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

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

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

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

17 years agoConstantize AVOption, solve few warnings, patch from flameeyes@gentoo.org aka "the...
Luca Barbato [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"

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

17 years agoset codec_tag from codec_id if its not set and can be set based on the AVCodecTag...
Michael Niedermayer [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

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

17 years agothis is wrong but it was that way before the AVCodecTag change, only reason why it...
Michael Niedermayer [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

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

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

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

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

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