aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-5/+6
| | | | Originally committed as revision 8234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move rtp_get_payload_type()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-1/+2
| | | | Originally committed as revision 8233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_log2_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-4/+5
| | | | Originally committed as revision 8232 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_i2int()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-5/+6
| | | | Originally committed as revision 8231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_int2i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-3/+4
| | | | Originally committed as revision 8230 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_cmp_i()'s unaltered comment to the header file.Panagiotis Issaris2007-03-042-3/+4
| | | | Originally committed as revision 8229 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris2007-03-042-4/+5
| | | | Originally committed as revision 8228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris2007-03-042-3/+4
| | | | Originally committed as revision 8227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris2007-03-042-4/+5
| | | | Originally committed as revision 8226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris2007-03-042-14/+14
| | | | | | header file. Originally committed as revision 8225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup useless fieldsBaptiste Coudurier2007-03-041-8/+0
| | | | Originally committed as revision 8224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify swf muxerBaptiste Coudurier2007-03-041-136/+26
| | | | Originally committed as revision 8223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change myself to mov.c maintainer in favor of Francois, who agreedBaptiste Coudurier2007-03-041-1/+1
| | | | Originally committed as revision 8222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Close connection on EOFRonald S. Bultje2007-03-041-0/+1
| | | | | | | | | | | | | 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
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-046-14/+46
| | | | | | to "picture" as suggested by Baptiste Coudurier. Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ↵Ronald S. Bultje2007-03-041-1/+1
| | | | | | | | | | | 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
* imx dump header bitstream filter, modifies bitstream to fit in mov and be ↵Baptiste Coudurier2007-03-043-2/+34
| | | | | | decoded by final cut pro decoder Originally committed as revision 8218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add bytestream_get/put_be24 functionsBaptiste Coudurier2007-03-041-0/+1
| | | | Originally committed as revision 8217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add R/WB24 functionsBaptiste Coudurier2007-03-041-0/+8
| | | | Originally committed as revision 8216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-045-10/+39
| | | | Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm s8 tagBaptiste Coudurier2007-03-041-0/+1
| | | | Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-041-1/+5
| | | | Originally committed as revision 8213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-041-4/+9
| | | | Originally committed as revision 8212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for no frame and prevent segfaultMichael Niedermayer2007-03-031-0/+5
| | | | Originally committed as revision 8211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to move fixed mov.c over the one with cosmetic-functional mixMichael Niedermayer2007-03-031-1690/+0
| | | | Originally committed as revision 8210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* recommit of the change below after reverting earlier cosmetic-functional mixMichael Niedermayer2007-03-031-112/+2
| | | | | | | | | | | | | | | | | | ======== 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
* cosmetic part of the commit belowMichael Niedermayer2007-03-031-44/+58
| | | | | | | | | | | | | | | ======== 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
* functional part of the commit belowMichael Niedermayer2007-03-031-0/+1786
| | | | | | | | | | | | | | | ===== 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
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-031-5/+1
| | | | Originally committed as revision 8206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-034-147/+114
| | | | Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-031-45/+60
| | | | Originally committed as revision 8204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-032-1/+2
| | | | Originally committed as revision 8203 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-032-278/+308
| | | | | | unmodified. Originally committed as revision 8202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-031-1/+1
| | | | Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan2007-03-031-0/+2
| | | | | | patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify that this decoder uses liba52.Diego Biurrun2007-03-031-2/+2
| | | | Originally committed as revision 8199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan2007-03-031-1/+0
| | | | | | patch by Patrice Bensoussan, patrice.bensoussan free fr Originally committed as revision 8198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support feeding individual NAL units to the decoder instead of just complete ↵Michael Niedermayer2007-03-022-33/+37
| | | | | | frames Originally committed as revision 8197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård2007-03-021-25/+44
| | | | Originally committed as revision 8196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a small step toward 4 plane supportMichael Niedermayer2007-03-021-6/+6
| | | | Originally committed as revision 22411 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* copy src to prevent the user supplied argumet from being changedMichael Niedermayer2007-03-021-1/+2
| | | | Originally committed as revision 22410 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix A/V sync error in ffplay with wmv3/wmav2 mediasRyan Martell2007-03-021-1/+1
| | | | | | | | | 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
* replace the auto array "duration_error" with a malloced array.Kristian Amlie2007-03-021-2/+8
| | | | | | | | | | 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
* avid imx supportBaptiste Coudurier2007-03-021-0/+2
| | | | Originally committed as revision 8193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for mjpeg bottom field first in movBaptiste Coudurier2007-03-022-4/+13
| | | | Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use generic atom to extradata reading functionBaptiste Coudurier2007-03-021-33/+9
| | | | Originally committed as revision 8191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix typoBaptiste Coudurier2007-03-021-1/+1
| | | | Originally committed as revision 8190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support for adpcm swf, pcmBaptiste Coudurier2007-03-021-4/+14
| | | | Originally committed as revision 8189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Relicense to LGPL and add standard license header.Diego Biurrun2007-03-021-2/+19
| | | | | | Approved by the author, Sebastien Bechet, over email. Originally committed as revision 8188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun2007-03-021-28/+21
| | | | Originally committed as revision 8187 to svn://svn.ffmpeg.org/ffmpeg/trunk