Panagiotis Issaris
37b2f1d073
Move av_i2int()'s unaltered comments to the header file.
...
Originally committed as revision 8231 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
c1f567875a
Move av_int2i()'s unaltered comments to the header file.
...
Originally committed as revision 8230 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
fb7d4f7908
Move av_cmp_i()'s unaltered comment to the header file.
...
Originally committed as revision 8229 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
886368e989
Move av_shr_i()'s unaltered comments to the header file.
...
Originally committed as revision 8228 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
9375cdd5ab
Move av_div_i()'s comments to the header file. The comments are unaltered.
...
Originally committed as revision 8227 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
607da27c64
Move av_mod_i()'s comment to the header file. The moved comment is unmodified.
...
Originally committed as revision 8226 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
3ec9a7873f
Move the unaltered Doxygen docs from the log source code to the accompanying
...
header file.
Originally committed as revision 8225 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
8fafc1cf36
cleanup useless fields
...
Originally committed as revision 8224 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
013e0a8f35
simplify swf muxer
...
Originally committed as revision 8223 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
44e76d6e3b
change myself to mov.c maintainer in favor of Francois, who agreed
...
Originally committed as revision 8222 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
167c553176
Close connection on EOF
...
this makes downloading some asx files from MS
streaming servers work again (they would hang on eos).
The http request header property connection:close is needed for _some_
1.1 HTTP servers to close the connection at the end of file.
patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net%
Original thread:
Date: Mar 3, 2007 10:48 PM
Subject: [Ffmpeg-devel] [PATCH] close connection on end-of-file
Originally committed as revision 8221 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
636d6a4a47
Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
...
to "picture" as suggested by Baptiste Coudurier.
Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ronald S. Bultje
a3fd2bd87d
make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303).
...
patch by "Ronald S. Bultje" % rbultje A ronald P bitfreak P net%
original thread:
Date: Mar 4, 2007 1:21 AM
Subject: [Ffmpeg-devel] http move
Originally committed as revision 8219 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
92d6b7fda2
imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder
...
Originally committed as revision 8218 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
895c2c005e
add bytestream_get/put_be24 functions
...
Originally committed as revision 8217 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
626b7c0f1a
add R/WB24 functions
...
Originally committed as revision 8216 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
5a6b9443ed
dummy support for mpeg2 non linear quant
...
Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
36264d3586
add pcm s8 tag
...
Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
10fc840c52
fix pcm u/s8 muxing
...
Originally committed as revision 8213 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2260499caf
deobfuscate, clearly split mov case
...
Originally committed as revision 8212 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
56c70e1d3a
check for no frame and prevent segfault
...
Originally committed as revision 8211 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6cb8b1c364
try to move fixed mov.c over the one with cosmetic-functional mix
...
Originally committed as revision 8210 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0355ca6100
recommit of the change below after reverting earlier cosmetic-functional mix
...
========
Author: bcoudurier
Date: Sat Mar 3 15:55:11 2007
New Revision: 8205
Modified:
trunk/libavformat/isom.c
trunk/libavformat/isom.h
trunk/libavformat/mov.c
trunk/libavformat/movenc.c
Log:
use common tables for mov muxer and demuxer
Originally committed as revision 8209 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a3a7f6c9d1
cosmetic part of the commit below
...
========
Author: bcoudurier
Date: Sat Mar 3 15:33:55 2007
New Revision: 8204
Modified:
trunk/libavformat/mov.c
Log:
cosmetics, cleanup tables, add pcm 24/32 le tags
Originally committed as revision 8208 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
aaf805f67d
functional part of the commit below
...
=====
Author: bcoudurier
Date: Sat Mar 3 15:33:55 2007
New Revision: 8204
Modified:
trunk/libavformat/mov.c
Log:
cosmetics, cleanup tables, add pcm 24/32 le tags
Originally committed as revision 8207 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
a050f80234
Correct wrong avformat documentation.
...
Originally committed as revision 8206 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
1e5f5e3b7a
use common tables for mov muxer and demuxer
...
Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
25f5f17fbd
cosmetics, cleanup tables, add pcm 24/32 le tags
...
Originally committed as revision 8204 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
b0c59da234
partial avid meridien uncompressed support
...
Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
3217cb424c
Move the libavformat public API comments to avformat.h. The comments are
...
unmodified.
Originally committed as revision 8202 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
e9509536a9
Set FLV_SAMPLESSIZE_16BIT for ADPCM.
...
Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
43a498f205
Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.
...
patch by Patrice Bensoussan, patrice.bensoussan free fr
Originally committed as revision 8200 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4926485d92
Clarify that this decoder uses liba52.
...
Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
0aca87c6fc
Do not hardcode cc on Darwin, fixing --cc option in the process.
...
patch by Patrice Bensoussan, patrice.bensoussan free fr
Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
66a4b2c179
support feeding individual NAL units to the decoder instead of just complete frames
...
Originally committed as revision 8197 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
700b971156
write DTS, based on patch by Luca Abeni, lucabe72 email it
...
Originally committed as revision 8196 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
dd9bdeb9f3
a small step toward 4 plane support
...
Originally committed as revision 22411 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
0c84001325
copy src to prevent the user supplied argumet from being changed
...
Originally committed as revision 22410 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ryan Martell
b09b580b4d
Fix A/V sync error in ffplay with wmv3/wmav2 medias
...
patch by Ryan Martell %rdm4 A martellventures P com%
Original thread:
Date: Feb 28, 2007 10:28 PM
Subject: [Ffmpeg-devel] [Patch] Fix A/V sync error in ffplay....
Originally committed as revision 8195 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kristian Amlie
0cbff0275b
replace the auto array "duration_error" with a malloced array.
...
prevents stack overflow on some plateforms
patch by Kristian Amlie %kristian A gridmedia P com %
Original thread:
Date: Mar 1, 2007 11:29 PM
Subject: [Ffmpeg-devel] Stack overflow patch
Originally committed as revision 8194 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
57d4d6e733
avid imx support
...
Originally committed as revision 8193 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
9a63497b0f
support for mjpeg bottom field first in mov
...
Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
014a510282
use generic atom to extradata reading function
...
Originally committed as revision 8191 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
2f6547fb44
fix typo
...
Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
dd8a46d9df
support for adpcm swf, pcm
...
Originally committed as revision 8189 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
01d193aaec
Relicense to LGPL and add standard license header.
...
Approved by the author, Sebastien Bechet, over email.
Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
82ffe1919a
Improve Doxygen documentation, inspired by Michael's description.
...
Originally committed as revision 8187 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
387afa9d01
fix adpcm swf decoding
...
Originally committed as revision 8186 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
4906b0267a
Typo
...
Originally committed as revision 8185 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
97cda6b944
Many steps to avutilized this mess: DECLARE_ALIGNED
...
Originally committed as revision 8184 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago