summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8250 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8249 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the unaltered comments for the rtp_payload_data_s struct.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8248 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the unaltered comments for the RTP_MAX_SDES definition.Panagiotis Issaris2007-03-05
| | | | Originally committed as revision 8247 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing comments without altering the actual contents of thePanagiotis Issaris2007-03-05
| | | | | | comment. Originally committed as revision 8246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext with av_logBaptiste Coudurier2007-03-05
| | | | Originally committed as revision 8245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-05
| | | | | | | | | patch by Benoit Fouet % benoit P fouet A purplelabs P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] use new way to handle "ab" option Date: 03/03/2007 10:51 PM Originally committed as revision 8244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more explicit messageBaptiste Coudurier2007-03-05
| | | | Originally committed as revision 8243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't mention the number of vhooks, it's a volatile set.Diego Biurrun2007-03-05
| | | | Originally committed as revision 8242 to svn://svn.ffmpeg.org/ffmpeg/trunk
* small updates taken from a patch by Piero Bugoni, crboca32 yahoo comPiero Bugoni2007-03-05
| | | | Originally committed as revision 8241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create codec_comment_header which looks more like what M$ creates, sane or ↵Michael Niedermayer2007-03-05
| | | | | | not ... Originally committed as revision 8240 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have the 2 redundant duration fields differ by the ↵Michael Niedermayer2007-03-05
| | | | | | preroll time so lets set them up like that too Originally committed as revision 8239 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer2007-03-05
| | | | Originally committed as revision 8238 to svn://svn.ffmpeg.org/ffmpeg/trunk
* all the time related fields seem to be 64bit so i guess preroll is too (this ↵Michael Niedermayer2007-03-05
| | | | | | is just a cosmetic anyway ...) Originally committed as revision 8237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off by one errorMichael Niedermayer2007-03-05
| | | | Originally committed as revision 8236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-05
| | | | | | were left unaltered. Originally committed as revision 8235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move rtp_check_and_send_back_rr()'s unaltered comments to the header file.Panagiotis Issaris2007-03-04
| | | | 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-04
| | | | 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-04
| | | | 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-04
| | | | 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-04
| | | | 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-04
| | | | 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-04
| | | | 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-04
| | | | 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-04
| | | | 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-04
| | | | | | header file. Originally committed as revision 8225 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup useless fieldsBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify swf muxerBaptiste Coudurier2007-03-04
| | | | 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-04
| | | | Originally committed as revision 8222 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Close connection on EOFRonald S. Bultje2007-03-04
| | | | | | | | | | | | | 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-04
| | | | | | 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-04
| | | | | | | | | | | 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-04
| | | | | | 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-04
| | | | Originally committed as revision 8217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add R/WB24 functionsBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dummy support for mpeg2 non linear quantBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8215 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add pcm s8 tagBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8214 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix pcm u/s8 muxingBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deobfuscate, clearly split mov caseBaptiste Coudurier2007-03-04
| | | | Originally committed as revision 8212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for no frame and prevent segfaultMichael Niedermayer2007-03-03
| | | | 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-03
| | | | 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-03
| | | | | | | | | | | | | | | | | | ======== 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-03
| | | | | | | | | | | | | | | ======== 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-03
| | | | | | | | | | | | | | | ===== 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-03
| | | | Originally committed as revision 8206 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use common tables for mov muxer and demuxerBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier2007-03-03
| | | | Originally committed as revision 8204 to svn://svn.ffmpeg.org/ffmpeg/trunk
* partial avid meridien uncompressed supportBaptiste Coudurier2007-03-03
| | | | 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-03
| | | | | | unmodified. Originally committed as revision 8202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson2007-03-03
| | | | Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk