Michael Niedermayer [Fri, 24 Aug 2007 22:10:21 +0000 (22:10 +0000)]
more sparc asm docs
Originally committed as revision 10215 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 24 Aug 2007 17:40:43 +0000 (17:40 +0000)]
Remove copyright from a function prototype
Originally committed as revision 10214 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 24 Aug 2007 17:07:52 +0000 (17:07 +0000)]
Remove --disable-dv1394 option
--disable-demuxer=dv1394 should be used instead
Originally committed as revision 10213 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 24 Aug 2007 15:42:50 +0000 (15:42 +0000)]
Fix trivial mixed declarations and code warning caused by a double semicolon.
Originally committed as revision 10212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 24 Aug 2007 15:38:37 +0000 (15:38 +0000)]
Remove SYS_DARWIN preprocessor directive that is just a duplicate of a
gcc-specific directive a few lines below.
Originally committed as revision 10211 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 24 Aug 2007 15:18:41 +0000 (15:18 +0000)]
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
directives are aimed at idiosyncracies of Apple's gcc version.
Originally committed as revision 10210 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 24 Aug 2007 15:10:04 +0000 (15:10 +0000)]
Group network checks together
Originally committed as revision 10209 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 24 Aug 2007 15:08:46 +0000 (15:08 +0000)]
Merge __MWERKS__ preprocessor directives.
Originally committed as revision 10208 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 24 Aug 2007 15:04:14 +0000 (15:04 +0000)]
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Originally committed as revision 24143 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Fri, 24 Aug 2007 15:04:00 +0000 (15:04 +0000)]
Move Apple gcc AltiVec vector declaration syntax to libavutil.
Originally committed as revision 10207 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 24 Aug 2007 14:57:46 +0000 (14:57 +0000)]
Replace SYS_DARWIN by the more correct __APPLE_CC__, these preprocessor
directives are aimed at idiosyncracies of Apple's gcc version.
Originally committed as revision 10206 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 24 Aug 2007 14:18:09 +0000 (14:18 +0000)]
int->uint8_t
Originally committed as revision 10205 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Fri, 24 Aug 2007 14:02:02 +0000 (14:02 +0000)]
int->int8_t (no need for them to be int ...)
Originally committed as revision 10204 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 24 Aug 2007 07:20:28 +0000 (07:20 +0000)]
Reindent the code after the last commit
Originally committed as revision 10203 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 24 Aug 2007 07:17:56 +0000 (07:17 +0000)]
Remove RTSP special casing in ffplay startup
Originally committed as revision 10202 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Fri, 24 Aug 2007 07:13:34 +0000 (07:13 +0000)]
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c)
Originally committed as revision 10201 to svn://svn.ffmpeg.org/ffmpeg/trunk
David Conrad [Fri, 24 Aug 2007 00:49:46 +0000 (00:49 +0000)]
Add V_SNOW
Originally committed as revision 10200 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Thu, 23 Aug 2007 20:28:28 +0000 (20:28 +0000)]
Add request_channels member to AVCodecContext so we now have a proper
way to tell the decoder how many output channels we would like.
Originally committed as revision 10199 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 23 Aug 2007 16:42:32 +0000 (16:42 +0000)]
Stray commit reverted
Originally committed as revision 10198 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Thu, 23 Aug 2007 16:40:23 +0000 (16:40 +0000)]
PowerPC/CELL/Altivec pointers
Originally committed as revision 10197 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 23 Aug 2007 13:28:02 +0000 (13:28 +0000)]
elaborate on needs_more_info
Originally committed as revision 10196 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 23 Aug 2007 10:49:14 +0000 (10:49 +0000)]
use more bits on the encoder side
negligible increase in quality
Originally committed as revision 10195 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 23 Aug 2007 09:39:14 +0000 (09:39 +0000)]
sparc asm docs
Originally committed as revision 10194 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Thu, 23 Aug 2007 07:02:27 +0000 (07:02 +0000)]
Initialize the "stc" variable before using it in ff_find_start_code()
Originally committed as revision 10193 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Thu, 23 Aug 2007 06:59:19 +0000 (06:59 +0000)]
Take ring frame into account when demuxing.
This fixes issue 97.
Originally committed as revision 10192 to svn://svn.ffmpeg.org/ffmpeg/trunk
Loren Merritt [Thu, 23 Aug 2007 04:56:29 +0000 (04:56 +0000)]
simd gmc wasn't impossible.
Originally committed as revision 10191 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 22 Aug 2007 22:46:55 +0000 (22:46 +0000)]
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Originally committed as revision 24121 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Wed, 22 Aug 2007 22:46:39 +0000 (22:46 +0000)]
Rename CONFIG_DARWIN to SYS_DARWIN, it is not configurable (in FFmpeg).
Originally committed as revision 10190 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 22 Aug 2007 22:27:01 +0000 (22:27 +0000)]
Revert previous unneeded mipsel patch (obsoleted by endianness detection fix).
Originally committed as revision 10189 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 22 Aug 2007 22:16:48 +0000 (22:16 +0000)]
Add mipsel architecture that differs from mips in endianness.
based on patch by Johansson Erik-EJO017, erik.johansson motorola com
Originally committed as revision 10188 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 22 Aug 2007 20:42:25 +0000 (20:42 +0000)]
fix endian check when cross-compiling
Originally committed as revision 10187 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 22 Aug 2007 17:26:49 +0000 (17:26 +0000)]
simplify
Originally committed as revision 10186 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Wed, 22 Aug 2007 15:03:14 +0000 (15:03 +0000)]
right filename in doxygen comment
Originally committed as revision 10185 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 22 Aug 2007 13:19:10 +0000 (13:19 +0000)]
cosmetics: alphabetical order
Originally committed as revision 10184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 22 Aug 2007 13:10:25 +0000 (13:10 +0000)]
Make ffserver use cmdutils.c show_license function
patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it]
Originally committed as revision 10183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Wed, 22 Aug 2007 13:04:49 +0000 (13:04 +0000)]
Make ffmpeg use cmdutils.c show_license function
patch by Stefano Sabatini: [stefano sabatini minus lala ! poste it]
Originally committed as revision 10182 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 22 Aug 2007 13:04:10 +0000 (13:04 +0000)]
Simplify preprocessor directives.
Originally committed as revision 10181 to svn://svn.ffmpeg.org/ffmpeg/trunk
Marc Hoffman [Wed, 22 Aug 2007 12:54:49 +0000 (12:54 +0000)]
make clean bfin
Originally committed as revision 10180 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 22 Aug 2007 12:41:16 +0000 (12:41 +0000)]
Identifiers starting with underscores are reserved.
Originally committed as revision 10179 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 20:15:52 +0000 (20:15 +0000)]
optimization tips for the wavelet
Originally committed as revision 10178 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 19:44:05 +0000 (19:44 +0000)]
more complete dc prediction description
Originally committed as revision 10177 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 19:38:02 +0000 (19:38 +0000)]
LL band prediction
Originally committed as revision 10176 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 19:28:59 +0000 (19:28 +0000)]
typo
Originally committed as revision 10175 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 19:22:59 +0000 (19:22 +0000)]
describe IDWT
Originally committed as revision 10174 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 21 Aug 2007 18:24:08 +0000 (18:24 +0000)]
parsers and bsfs declarations are not meant to be part of public API
Originally committed as revision 10173 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 16:29:40 +0000 (16:29 +0000)]
Change rounding of the horizontal DWT to match the vertical one.
This allows some simplifications and optimizations and should
not have any effect on quality.
Originally committed as revision 10172 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 21 Aug 2007 15:53:41 +0000 (15:53 +0000)]
create libavcodec/sh4 dir when building out-of-tree
Originally committed as revision 10171 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 21 Aug 2007 15:52:50 +0000 (15:52 +0000)]
cosmetics: some reordering
Originally committed as revision 10170 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Tue, 21 Aug 2007 15:48:08 +0000 (15:48 +0000)]
asv1.c directly uses Put/GetBitContext, so it should include bitstream.h
Originally committed as revision 10169 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 00:26:25 +0000 (00:26 +0000)]
intro
Originally committed as revision 10168 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 00:17:20 +0000 (00:17 +0000)]
few words about the wavelets
Originally committed as revision 10167 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 00:05:30 +0000 (00:05 +0000)]
remove code which become unused by the previous changes
Originally committed as revision 10166 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 00:03:18 +0000 (00:03 +0000)]
Simplify and optimize the 4th vertical lifting step of the SSE2 code (untested)
This also reduces the needed headroom in that step by 1 bit
Originally committed as revision 10165 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 21 Aug 2007 00:02:19 +0000 (00:02 +0000)]
Simplify and optimize the 4th vertical lifting step of the MMX code
This also reduces the needed headroom in that step by 1 bit
Originally committed as revision 10164 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 23:59:20 +0000 (23:59 +0000)]
Simplify and speedup code, reduce needed headroom by 2 bits in the 3rd
vertical lifting step of the SSE2 code (untested)
Originally committed as revision 10163 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 23:54:49 +0000 (23:54 +0000)]
simplify, speedup and reduce needed headroom by 2 bits in the 3rd
vertical lifting step
Originally committed as revision 10162 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 23:11:05 +0000 (23:11 +0000)]
replace <<1 by add for SSE2 (untested)
Originally committed as revision 10161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 23:09:39 +0000 (23:09 +0000)]
replace <<1 by add
Originally committed as revision 10160 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 23:02:59 +0000 (23:02 +0000)]
slightly change horizontal lift3 so it needs 1 bit less headroom
Originally committed as revision 10159 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 22:41:47 +0000 (22:41 +0000)]
remove idiotc double subtraction from the sse2 code (untested, no sse2 here)
Originally committed as revision 10158 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 22:34:42 +0000 (22:34 +0000)]
fixme note
Originally committed as revision 10157 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 22:29:21 +0000 (22:29 +0000)]
and of course the unneeded double subtractions were blindly put in the
mmx code
this also makes the affected code 4% faster
Originally committed as revision 10156 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 22:26:49 +0000 (22:26 +0000)]
more stupid double subtractions
Originally committed as revision 10155 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 20 Aug 2007 22:18:26 +0000 (22:18 +0000)]
get rid of idiotc double subtraction
Originally committed as revision 10154 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 20 Aug 2007 21:35:51 +0000 (21:35 +0000)]
ensure configure only accept valid --list-* parameters
closes issue72
Originally committed as revision 10153 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 20 Aug 2007 19:55:37 +0000 (19:55 +0000)]
support swink created files which have soi/eoi broken tags reversed
Originally committed as revision 10152 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 20 Aug 2007 16:54:47 +0000 (16:54 +0000)]
Additional documentation for CRC functions
Originally committed as revision 10151 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 20 Aug 2007 08:12:08 +0000 (08:12 +0000)]
Print an SDP when all outputs are RTP (the SDP can be saved in a text file
and used to receive the streams)
Originally committed as revision 10150 to svn://svn.ffmpeg.org/ffmpeg/trunk
Stefano Sabatini [Mon, 20 Aug 2007 08:09:51 +0000 (08:09 +0000)]
Implement the cmdutils.c show_license function.
patch by Stefano Sabatini: [stefano sabatini-lala /\ poste it]
Originally committed as revision 10149 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 20 Aug 2007 07:17:39 +0000 (07:17 +0000)]
Call av_find_stream_info() immediately after opening an input file.
Needed to avoid reading the same TS two times at the beginning of the
file (whic resulted in an "error, non monotone timestamps..." when
streaming RTP from a file)
Originally committed as revision 10148 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 20 Aug 2007 07:07:20 +0000 (07:07 +0000)]
Use avf_sdp_create() in ffserver
Originally committed as revision 10147 to svn://svn.ffmpeg.org/ffmpeg/trunk
Godwin Stewart [Mon, 20 Aug 2007 06:50:09 +0000 (06:50 +0000)]
update -t option documentation
Patch by Godwin Stewart
Originally committed as revision 10146 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sun, 19 Aug 2007 20:34:27 +0000 (20:34 +0000)]
Cosmetics, indentation.
Originally committed as revision 10145 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Sun, 19 Aug 2007 20:31:53 +0000 (20:31 +0000)]
Trellis quantization support for adpcm_swf.
Originally committed as revision 10144 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 19 Aug 2007 12:36:15 +0000 (12:36 +0000)]
Use defines instead of raw hex numbers to specify CRC polynomials
Originally committed as revision 10143 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 19 Aug 2007 11:12:47 +0000 (11:12 +0000)]
Change imprecise "Unknown codec" message to say "encoder" or "decoder"
instead of "codec"
Originally committed as revision 10142 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 18 Aug 2007 08:57:38 +0000 (08:57 +0000)]
small simplification
Originally committed as revision 10141 to svn://svn.ffmpeg.org/ffmpeg/trunk
Neil Brown [Sat, 18 Aug 2007 01:26:06 +0000 (01:26 +0000)]
Do not butcher start_time in av_estimate_timings_from_bit_rate().
from a patch by neilb suse de
Originally committed as revision 10140 to svn://svn.ffmpeg.org/ffmpeg/trunk
Neil Brown [Sat, 18 Aug 2007 00:52:05 +0000 (00:52 +0000)]
When looking for the last packet in each
stream, so as to calculate the duration, don't stop
as soon as all streams have seen at least one packet.
Otherwise the duration will be shorter than it
should be. We must keep reading to the end-of-file.
patch by neilb suse de
Originally committed as revision 10139 to svn://svn.ffmpeg.org/ffmpeg/trunk
Neil Brown [Sat, 18 Aug 2007 00:45:44 +0000 (00:45 +0000)]
There is no guarantee that every stream will
have a start_time found (though it is likely),
so check that the start_time is defined before
calculating a duration.
(patch by neilb suse de)
Originally committed as revision 10138 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 18 Aug 2007 00:44:14 +0000 (00:44 +0000)]
fix cur_dts at the end of av_estimate_timings_from_pts()
Originally committed as revision 10137 to svn://svn.ffmpeg.org/ffmpeg/trunk
Neil Brown [Sat, 18 Aug 2007 00:35:43 +0000 (00:35 +0000)]
more verbose doxy for duration (from patch by neilb suse de)
Originally committed as revision 10136 to svn://svn.ffmpeg.org/ffmpeg/trunk
Neil Brown [Sat, 18 Aug 2007 00:31:32 +0000 (00:31 +0000)]
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)
Originally committed as revision 10135 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vincent Fourmond [Fri, 17 Aug 2007 15:14:29 +0000 (15:14 +0000)]
Allow pipe: URL to take fd number as input
Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]
Originally committed as revision 10134 to svn://svn.ffmpeg.org/ffmpeg/trunk
Vincent Fourmond [Fri, 17 Aug 2007 15:12:30 +0000 (15:12 +0000)]
Indent for next commit
Patch by Vincent Fourmond [vincent dot fourmond at 9online dot fr]
Originally committed as revision 10133 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Fri, 17 Aug 2007 14:49:11 +0000 (14:49 +0000)]
Enable MinGW networking support
Originally committed as revision 10132 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Fri, 17 Aug 2007 10:45:50 +0000 (10:45 +0000)]
spelling/wording cosmetics
Originally committed as revision 10131 to svn://svn.ffmpeg.org/ffmpeg/trunk
Björn Axelsson [Fri, 17 Aug 2007 06:49:43 +0000 (06:49 +0000)]
store asf streaming bitrates consistently
patch by Björn Axelsson: [bjorn axelsson intinor se]
Originally committed as revision 10130 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ramiro Polla [Thu, 16 Aug 2007 22:12:03 +0000 (22:12 +0000)]
Set UDP receive buffer to 64k
Originally committed as revision 10129 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 16 Aug 2007 22:04:38 +0000 (22:04 +0000)]
cosmetic: indentation
Originally committed as revision 10128 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 16 Aug 2007 22:01:54 +0000 (22:01 +0000)]
Don't pre-scale default_duration to avoid precision loss in fps calculation.
closes Issue95
Originally committed as revision 10127 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Thu, 16 Aug 2007 21:55:37 +0000 (21:55 +0000)]
no need for special case default_duration for AAC
Originally committed as revision 10126 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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