]> git.sesse.net Git - ffmpeg/log
ffmpeg
16 years agocalculate default_duration according to framerate only when not already set
Aurelien Jacobs [Thu, 16 Aug 2007 21:54:04 +0000 (21:54 +0000)]
calculate default_duration according to framerate only when not already set

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

16 years agoobfuscate urls and fix note about them
Ben Littler [Thu, 16 Aug 2007 13:09:16 +0000 (13:09 +0000)]
obfuscate urls and fix note about them

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

16 years agofix url typo pointed out by Guillaume LECERF
Ben Littler [Thu, 16 Aug 2007 12:48:08 +0000 (12:48 +0000)]
fix url typo pointed out by Guillaume LECERF

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

16 years agoelaborate a little on AVStream.start_time, it seems the comment is not clear
Michael Niedermayer [Thu, 16 Aug 2007 12:07:05 +0000 (12:07 +0000)]
elaborate a little on AVStream.start_time, it seems the comment is not clear
enough, not that the clearer NEVER comment in AVFormatContext.start_time stoped
people from posting stupid patches

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

16 years agoCONFIG_7REGS -> HAVE_7REGS
Ramiro Polla [Wed, 15 Aug 2007 21:19:13 +0000 (21:19 +0000)]
CONFIG_7REGS -> HAVE_7REGS

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

16 years agodocument the email interface
Michael Niedermayer [Wed, 15 Aug 2007 19:58:24 +0000 (19:58 +0000)]
document the email interface

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

16 years agoMake the Golomb decoder work for Dirac
Marco Gerards [Wed, 15 Aug 2007 12:59:27 +0000 (12:59 +0000)]
Make the Golomb decoder work for Dirac

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

16 years agoStatements like a = b = c = d = e; store from right-to-left, so if
Alexander Strange [Tue, 14 Aug 2007 22:28:09 +0000 (22:28 +0000)]
Statements like a = b = c = d = e; store from right-to-left, so if
you write them in the right order it comes out backwards.
This removes them from fill_rectangle().
patch by Alexander Strange %astrange A ithinksw P com%
Original thread:
Date: Aug 14, 2007 5:36 AM
Subject: [FFmpeg-devel] [PATCH] two small h264 optimizations

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

16 years agoTry size 640x480 for FLC files which don't specify their size.
Aurelien Jacobs [Tue, 14 Aug 2007 15:51:30 +0000 (15:51 +0000)]
Try size 640x480 for FLC files which don't specify their size.
This is a ugly hack to fix playback of specular.flc.
closes issue71

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

16 years agoRename parse_arg_file function to opt_input_file for consistency.
Stefano Sabatini [Tue, 14 Aug 2007 13:58:28 +0000 (13:58 +0000)]
Rename parse_arg_file function to opt_input_file for consistency.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agocosmetics: indentation fix
Diego Biurrun [Tue, 14 Aug 2007 09:14:31 +0000 (09:14 +0000)]
cosmetics: indentation fix

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

16 years agoremove broken movi_end skip-hack-check
Michael Niedermayer [Tue, 14 Aug 2007 03:00:56 +0000 (03:00 +0000)]
remove broken movi_end skip-hack-check
this should fix seeking over the first riff chunk in odml

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

16 years agodo not misuse movi_end for checking chunk sizes
Michael Niedermayer [Tue, 14 Aug 2007 02:27:31 +0000 (02:27 +0000)]
do not misuse movi_end for checking chunk sizes

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

16 years agoMake cmdutils.c:parse_options accept as argument a function to parse
Stefano Sabatini [Mon, 13 Aug 2007 23:03:36 +0000 (23:03 +0000)]
Make cmdutils.c:parse_options accept as argument a function to parse
bare command line parameters.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoUse AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)
Ramiro Polla [Mon, 13 Aug 2007 22:55:44 +0000 (22:55 +0000)]
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)

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

16 years agoIntroduce AVERROR_PATCHWELCOME
Ramiro Polla [Mon, 13 Aug 2007 22:55:04 +0000 (22:55 +0000)]
Introduce AVERROR_PATCHWELCOME

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

16 years agoClarify LGPL and GPL licensing of FFmpeg.
Diego Biurrun [Mon, 13 Aug 2007 22:17:29 +0000 (22:17 +0000)]
Clarify LGPL and GPL licensing of FFmpeg.

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

16 years agoAttempt to better explain how to split patches into individual
Diego Biurrun [Mon, 13 Aug 2007 22:15:48 +0000 (22:15 +0000)]
Attempt to better explain how to split patches into individual
self-contained pieces.

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

16 years agoMove msmpeg4 tables from a header file to msmpegdata.c.
Diego Biurrun [Mon, 13 Aug 2007 17:57:06 +0000 (17:57 +0000)]
Move msmpeg4 tables from a header file to msmpegdata.c.

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

16 years agoAdd attribute that forces alignment of stack to functions that need it.
Ramiro Polla [Mon, 13 Aug 2007 15:28:29 +0000 (15:28 +0000)]
Add attribute that forces alignment of stack to functions that need it.
Necessary for systems that don't align by default to 16 bytes, required by some
SSE instructions.
Requires GCC >= 4.2.
Based on patch by Gaël Chardon.

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

16 years agospecial handling for vp3 idct, use the c reference
Marc Hoffman [Mon, 13 Aug 2007 14:16:20 +0000 (14:16 +0000)]
special handling for vp3 idct, use the c reference

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

16 years agouse bytestream_get_le*() this also fixes a big endian bug
Michael Niedermayer [Mon, 13 Aug 2007 13:20:16 +0000 (13:20 +0000)]
use bytestream_get_le*() this also fixes a big endian bug

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

16 years agoMake ffserver -h exit 0.
Stefano Sabatini [Mon, 13 Aug 2007 08:41:51 +0000 (08:41 +0000)]
Make ffserver -h exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoMake native and libnut NUT muxers mutually exclusive.
Diego Biurrun [Mon, 13 Aug 2007 08:33:03 +0000 (08:33 +0000)]
Make native and libnut NUT muxers mutually exclusive.

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

16 years agoSupport for WavPack version 0x410 (false stereo chunks)
David Bryant [Mon, 13 Aug 2007 05:36:50 +0000 (05:36 +0000)]
Support for WavPack version 0x410 (false stereo chunks)

Patch by David Bryant printf("david@%s.com",wv_demuxer.long_name);
Thread [PATCH] handle WavPack stream version 0x410

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

16 years agoRename flag for consistency with the next commit
Kostya Shishkov [Mon, 13 Aug 2007 05:35:48 +0000 (05:35 +0000)]
Rename flag for consistency with the next commit

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

16 years agoAdd av_get_bits_per_sample_format()
David Conrad [Mon, 13 Aug 2007 05:23:38 +0000 (05:23 +0000)]
Add av_get_bits_per_sample_format()

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

16 years agoUse PRId64 in seek test
David Conrad [Mon, 13 Aug 2007 05:18:14 +0000 (05:18 +0000)]
Use PRId64 in seek test

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

16 years agofix type 3 aka skipped blocks for old version
Michael Niedermayer [Mon, 13 Aug 2007 01:06:04 +0000 (01:06 +0000)]
fix type 3 aka skipped blocks for old version

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

16 years agofix motion vectors for old version
Michael Niedermayer [Mon, 13 Aug 2007 01:05:19 +0000 (01:05 +0000)]
fix motion vectors for old version

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

16 years agoset pix_fmt properly depending on version
Michael Niedermayer [Mon, 13 Aug 2007 00:56:26 +0000 (00:56 +0000)]
set pix_fmt properly depending on version

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

16 years agouse version instead of some random 32bit value to switch between 16 and
Michael Niedermayer [Mon, 13 Aug 2007 00:55:39 +0000 (00:55 +0000)]
use version instead of some random 32bit value to switch between 16 and
32bit versions (this is more reliable, the old code failed on some files)

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

16 years agoreplace vlc_type by version and set that from codec_tag which contains the
Michael Niedermayer [Mon, 13 Aug 2007 00:53:55 +0000 (00:53 +0000)]
replace vlc_type by version and set that from codec_tag which contains the
4xm video version from the demuxer

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

16 years agoexport 4xm video version
Michael Niedermayer [Mon, 13 Aug 2007 00:44:35 +0000 (00:44 +0000)]
export 4xm video version

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

16 years agosupport ifr2 from Toy-Story2_better-image-quality.4xa
Michael Niedermayer [Sun, 12 Aug 2007 15:47:27 +0000 (15:47 +0000)]
support ifr2 from Toy-Story2_better-image-quality.4xa

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

16 years agouse shorter types vec_"type" instead of the too long vector "type"
Guillaume Poirier [Sun, 12 Aug 2007 13:50:06 +0000 (13:50 +0000)]
use shorter types vec_"type" instead of the too long vector "type"
part 1 of h264 luma interpolation 8x8 for altivec contributed by
Mauricio Alvarez % lokifo A gmail P com %
Original thread:
Date: Jun 26, 2007 8:15 PM
Subject: Re: [FFmpeg-devel] [PATCH] h264 luma interpolation 8x8 for altivec

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

16 years agoadd second vlc table
Michael Niedermayer [Sun, 12 Aug 2007 12:22:19 +0000 (12:22 +0000)]
add second vlc table
pfr* of Toy-Story2_better-image-quality.4xa are decoded now without
bitstream errors

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

16 years agoadd support for old flac in ogg
Michael Niedermayer [Sun, 12 Aug 2007 09:29:39 +0000 (09:29 +0000)]
add support for old flac in ogg
fixes samples.mplayerhq.hu/flac/Yesterday.ogg
closes issue73

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

16 years agorestoring the alphabetical order (this time with case ignored)
Roman Shaposhnik [Sun, 12 Aug 2007 00:59:50 +0000 (00:59 +0000)]
restoring the alphabetical order (this time with case ignored)

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

16 years agoAlso check for closesocket in winsock2.h
Ramiro Polla [Sun, 12 Aug 2007 00:27:18 +0000 (00:27 +0000)]
Also check for closesocket in winsock2.h

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

16 years agopass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)
Michael Niedermayer [Sun, 12 Aug 2007 00:23:47 +0000 (00:23 +0000)]
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them)

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

16 years agoDon't check the return value of decode_cabac_residual since it always
Alexander Strange [Sun, 12 Aug 2007 00:07:29 +0000 (00:07 +0000)]
Don't check the return value of decode_cabac_residual since it always
returns 0. This leads to a 0.4% speed-up.
Patch by Alexander Strange  astrange at_ ithinksw dot com
Original thread:
Date: Aug 11, 2007 11:44 PM
Subject: [FFmpeg-devel] [PATCH] h264: don't check decode_cabac_residual return

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

16 years agoEnsure av_tree_insert() is defined before using it.
Carl Eugen Hoyos [Sat, 11 Aug 2007 23:58:10 +0000 (23:58 +0000)]
Ensure av_tree_insert() is defined before using it.
Patch by Carl Eugen Hoyos   cehoyos _at_ ag.or.at

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

16 years agomore usage of av_clip()
Aurelien Jacobs [Sat, 11 Aug 2007 23:29:21 +0000 (23:29 +0000)]
more usage of av_clip()

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

16 years agoone more simplification
Aurelien Jacobs [Sat, 11 Aug 2007 23:23:20 +0000 (23:23 +0000)]
one more simplification

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

16 years agovarious simplifications around recent av_clip_int16() usage
Aurelien Jacobs [Sat, 11 Aug 2007 23:17:03 +0000 (23:17 +0000)]
various simplifications around recent av_clip_int16() usage

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

16 years agofix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
Michael Niedermayer [Sat, 11 Aug 2007 23:09:28 +0000 (23:09 +0000)]
fix decoding of samples.mplayerhq.hu/game-formats/idroq/demoEnd.roq
closes issue78

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

16 years agouse av_clip_int16() where it makes sense
Aurelien Jacobs [Sat, 11 Aug 2007 22:48:55 +0000 (22:48 +0000)]
use av_clip_int16() where it makes sense

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

16 years agoSet dts in tta demuxer
David Conrad [Sat, 11 Aug 2007 22:45:40 +0000 (22:45 +0000)]
Set dts in tta demuxer

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

16 years agoadd a new av_clip_int16() function to libavutil
Aurelien Jacobs [Sat, 11 Aug 2007 21:59:01 +0000 (21:59 +0000)]
add a new av_clip_int16() function to libavutil

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

16 years agoensure av_noinline is always defined
Aurelien Jacobs [Sat, 11 Aug 2007 21:52:40 +0000 (21:52 +0000)]
ensure av_noinline is always defined

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

16 years agocola for diego
Michael Niedermayer [Sat, 11 Aug 2007 20:03:10 +0000 (20:03 +0000)]
cola for diego

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

16 years agoEnable swscale in MinGW vhooks only if swscale was configured.
Ramiro Polla [Sat, 11 Aug 2007 19:51:37 +0000 (19:51 +0000)]
Enable swscale in MinGW vhooks only if swscale was configured.
Copied from Cygwin configure.

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

16 years agoBump minor number, NUT muxer was added.
Diego Biurrun [Sat, 11 Aug 2007 15:03:50 +0000 (15:03 +0000)]
Bump minor number, NUT muxer was added.

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

16 years agoMake show-version exit 0.
Stefano Sabatini [Sat, 11 Aug 2007 13:12:32 +0000 (13:12 +0000)]
Make show-version exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoMake show-license exit 0.
Stefano Sabatini [Sat, 11 Aug 2007 13:11:30 +0000 (13:11 +0000)]
Make show-license exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agoMake ffmpeg -formats exit 0.
Stefano Sabatini [Sat, 11 Aug 2007 13:09:35 +0000 (13:09 +0000)]
Make ffmpeg -formats exit 0.
patch by Stefano Sabatini, stefano.sabatini-lala poste it

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

16 years agosimplify
Michael Niedermayer [Sat, 11 Aug 2007 11:12:34 +0000 (11:12 +0000)]
simplify

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

16 years agodo not remove FLAG_CODED
Michael Niedermayer [Sat, 11 Aug 2007 11:10:29 +0000 (11:10 +0000)]
do not remove FLAG_CODED

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

16 years agoremove useless code, found by oded
Michael Niedermayer [Sat, 11 Aug 2007 10:12:39 +0000 (10:12 +0000)]
remove useless code, found by oded

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

16 years agothis is debug not info
Michael Niedermayer [Fri, 10 Aug 2007 22:40:11 +0000 (22:40 +0000)]
this is debug not info

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

16 years agoensure that default_get_buffer() doesnt reuse images if the dimension or
Michael Niedermayer [Fri, 10 Aug 2007 19:28:28 +0000 (19:28 +0000)]
ensure that default_get_buffer() doesnt reuse images if the dimension or
pix_fmt changed
fixes heap overflow, possibly exploitable

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

16 years agodnxhd 120 interlaced support
Baptiste Coudurier [Fri, 10 Aug 2007 19:23:14 +0000 (19:23 +0000)]
dnxhd 120 interlaced support

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

16 years ago100000l (forgotten return)
Michael Niedermayer [Fri, 10 Aug 2007 17:05:12 +0000 (17:05 +0000)]
100000l (forgotten return)

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

16 years agomention AVPROBE_PADDING_SIZE at the read_probe() doxy
Michael Niedermayer [Fri, 10 Aug 2007 16:15:23 +0000 (16:15 +0000)]
mention AVPROBE_PADDING_SIZE at the read_probe() doxy

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

16 years agoremove unneeded buf_size check (see AVPROBE_PADDING_SIZE)
Michael Niedermayer [Fri, 10 Aug 2007 16:12:50 +0000 (16:12 +0000)]
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE)

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

16 years agoflac probe
Michael Niedermayer [Fri, 10 Aug 2007 16:06:18 +0000 (16:06 +0000)]
flac probe
closes issue83

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

16 years agoensure that negative block_time are properly checked
Aurelien Jacobs [Fri, 10 Aug 2007 15:37:55 +0000 (15:37 +0000)]
ensure that negative block_time are properly checked
(workaround unsigned comparison)

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

16 years agonut regression test
Michael Niedermayer [Fri, 10 Aug 2007 14:38:31 +0000 (14:38 +0000)]
nut regression test

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

16 years agoensure that the aspect ratio is spec compliant
Michael Niedermayer [Fri, 10 Aug 2007 14:23:18 +0000 (14:23 +0000)]
ensure that the aspect ratio is spec compliant

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

16 years agofix the packetization mode parsing
Luca Barbato [Fri, 10 Aug 2007 13:34:56 +0000 (13:34 +0000)]
fix the packetization mode parsing

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

16 years agonut muxer
Michael Niedermayer [Fri, 10 Aug 2007 13:06:03 +0000 (13:06 +0000)]
nut muxer

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

16 years agodisable TRACE
Michael Niedermayer [Fri, 10 Aug 2007 13:04:45 +0000 (13:04 +0000)]
disable TRACE

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

16 years agomuxer should now be spec compliant (though it likely still contains bugs!)
Michael Niedermayer [Fri, 10 Aug 2007 13:04:16 +0000 (13:04 +0000)]
muxer should now be spec compliant (though it likely still contains bugs!)

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

16 years agoheader repetition
Michael Niedermayer [Fri, 10 Aug 2007 12:59:17 +0000 (12:59 +0000)]
header repetition

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

16 years agoinfo packet
Michael Niedermayer [Fri, 10 Aug 2007 11:52:28 +0000 (11:52 +0000)]
info packet

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

16 years agoPrefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.
Stefano Sabatini [Fri, 10 Aug 2007 07:28:18 +0000 (07:28 +0000)]
Prefix with "opt_" the functions ffmpeg.c:show_{version,license,formats}.
patch by Stefano Sabatini [stefano tod sabatini-lala £ poste it]

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

16 years agomerge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX
Aurelien Jacobs [Fri, 10 Aug 2007 01:44:50 +0000 (01:44 +0000)]
merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX

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

16 years ago10l: removed pipe_close instead of pipe_read
Ramiro Polla [Fri, 10 Aug 2007 01:39:26 +0000 (01:39 +0000)]
10l: removed pipe_close instead of pipe_read

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

16 years agofix x11grab
Michael Niedermayer [Fri, 10 Aug 2007 01:15:51 +0000 (01:15 +0000)]
fix x11grab

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

16 years ago * reinserting gethrtime in alphabetical order
Roman Shaposhnik [Fri, 10 Aug 2007 01:13:15 +0000 (01:13 +0000)]
   * reinserting gethrtime in alphabetical order

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

16 years agomore FIXME
Michael Niedermayer [Fri, 10 Aug 2007 00:13:50 +0000 (00:13 +0000)]
more FIXME

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

16 years agoenable nut muxer
Michael Niedermayer [Fri, 10 Aug 2007 00:12:54 +0000 (00:12 +0000)]
enable nut muxer

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

16 years agomuxer is not yet fully compliant so prevent people from mistakenly using it
Michael Niedermayer [Fri, 10 Aug 2007 00:11:36 +0000 (00:11 +0000)]
muxer is not yet fully compliant so prevent people from mistakenly using it
while believing it already is

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

16 years agoMake the pipe URLProtocol share read and write functions with the file URLProtocol
Ramiro Polla [Thu, 9 Aug 2007 23:41:59 +0000 (23:41 +0000)]
Make the pipe URLProtocol share read and write functions with the file URLProtocol

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

16 years agoAdd initialization and cleanup functions for Winsock
Ramiro Polla [Thu, 9 Aug 2007 23:39:05 +0000 (23:39 +0000)]
Add initialization and cleanup functions for Winsock

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

16 years agoset back ptr properly
Michael Niedermayer [Thu, 9 Aug 2007 23:29:58 +0000 (23:29 +0000)]
set back ptr properly

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

16 years agomove syncpoint cache related stuff to common file
Michael Niedermayer [Thu, 9 Aug 2007 23:24:02 +0000 (23:24 +0000)]
move syncpoint cache related stuff to common file

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

16 years agofix forw_ptr crc check
Michael Niedermayer [Thu, 9 Aug 2007 21:35:13 +0000 (21:35 +0000)]
fix forw_ptr crc check
not really beautiful but i did not find a nice solution
note, untested

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

16 years agofix header_checksum
Michael Niedermayer [Thu, 9 Aug 2007 21:20:17 +0000 (21:20 +0000)]
fix header_checksum

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

16 years agostore headers twice (getting closer to spec compliance ...)
Michael Niedermayer [Thu, 9 Aug 2007 21:14:00 +0000 (21:14 +0000)]
store headers twice (getting closer to spec compliance ...)

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

16 years agomove header writing into its own function
Michael Niedermayer [Thu, 9 Aug 2007 21:10:11 +0000 (21:10 +0000)]
move header writing into its own function

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

16 years agoget rid of printf
Michael Niedermayer [Thu, 9 Aug 2007 21:04:10 +0000 (21:04 +0000)]
get rid of printf

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

16 years agowrite frames and syncpoints
Michael Niedermayer [Thu, 9 Aug 2007 21:01:22 +0000 (21:01 +0000)]
write frames and syncpoints

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

16 years agoput_t()
Michael Niedermayer [Thu, 9 Aug 2007 20:56:42 +0000 (20:56 +0000)]
put_t()

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

16 years ago100l
Michael Niedermayer [Thu, 9 Aug 2007 20:55:09 +0000 (20:55 +0000)]
100l

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

16 years ago2 FIXME comments
Michael Niedermayer [Thu, 9 Aug 2007 20:54:17 +0000 (20:54 +0000)]
2 FIXME comments

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

16 years agoadd a universal fallback frame code for the case that no other applies
Michael Niedermayer [Thu, 9 Aug 2007 20:52:49 +0000 (20:52 +0000)]
add a universal fallback frame code for the case that no other applies

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

16 years ago100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect
Reimar Döffinger [Thu, 9 Aug 2007 18:58:35 +0000 (18:58 +0000)]
100l in YUVA_IN macro: missing () caused horrible artefacts in blend_subrect

when subrect y was odd.

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

16 years agoRevert r10021, it was committed by accident and is a bit ugly anyway.
Reimar Döffinger [Thu, 9 Aug 2007 18:52:49 +0000 (18:52 +0000)]
Revert r10021, it was committed by accident and is a bit ugly anyway.

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