aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Collapse)AuthorAgeFilesLines
...
* simplificationAlex Beregszaszi2007-03-071-2/+1
| | | | Originally committed as revision 8275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: unkown->unknownAlex Beregszaszi2007-03-071-1/+1
| | | | Originally committed as revision 8274 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, audio_fifo is a static arrayAlex Beregszaszi2007-03-061-1/+0
| | | | Originally committed as revision 8273 to svn://svn.ffmpeg.org/ffmpeg/trunk
* handle http error codesAlex Beregszaszi2007-03-061-0/+3
| | | | Originally committed as revision 8272 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent audio packets from being fragmented, wmp mac doesnt seem to like ↵Michael Niedermayer2007-03-051-1/+7
| | | | | | that and microshitty also doesnt seem to ever fragment them Originally committed as revision 8265 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Clarify doxygen description.Panagiotis Issaris2007-03-051-1/+1
| | | | Originally committed as revision 8264 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup doxygen comment.Panagiotis Issaris2007-03-051-1/+1
| | | | Originally committed as revision 8263 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-051-1/+1
| | | | Originally committed as revision 8262 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert all the comment sections into Doxygen compatible comments, same forPanagiotis Issaris2007-03-051-24/+26
| | | | | | warning and notes. Originally committed as revision 8261 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move avio.h's url_get_max_packet_size() comment from source to header file.Panagiotis Issaris2007-03-052-14/+9
| | | | | | | Remove the comment section of url_set_interrupt_cb() which was a duplicate as it appeared identically in both the header and the source file. Originally committed as revision 8259 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to avio.h,Panagiotis Issaris2007-03-052-40/+49
| | | | | | | these comments can be extracted by Doxygen by only accessing the installed headers. Originally committed as revision 8258 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rtsp_set_callback() comments available to DoxygenPanagiotis Issaris2007-03-051-1/+1
| | | | Originally committed as revision 8257 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered rtsp.c comments to the header file.Panagiotis Issaris2007-03-052-1/+1
| | | | Originally committed as revision 8256 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize comments in rtsp.hPanagiotis Issaris2007-03-051-10/+10
| | | | Originally committed as revision 8255 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Convert macro+enum into a simple enum: Currently the enum was filled using aPanagiotis Issaris2007-03-052-16/+16
| | | | | | | | | macro that also contained a description for every field, but, that description was not being used anywhere. This changes it, to make the description available as a Doxygen comment. Furthermore, it is now easily parsable by Doxygen, while before it messed up the documentation. Originally committed as revision 8254 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Doxygenize the unaltered comments for the AUHeaders structure.Panagiotis Issaris2007-03-051-1/+1
| | | | 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-051-1/+1
| | | | 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-051-1/+1
| | | | 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-051-1/+1
| | | | | | comment. Originally committed as revision 8246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use AVFormatContext with av_logBaptiste Coudurier2007-03-051-2/+2
| | | | Originally committed as revision 8245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more explicit messageBaptiste Coudurier2007-03-051-2/+2
| | | | Originally committed as revision 8243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create codec_comment_header which looks more like what M$ creates, sane or ↵Michael Niedermayer2007-03-051-2/+11
| | | | | | 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-051-1/+1
| | | | | | 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-051-1/+1
| | | | 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-051-2/+1
| | | | | | is just a cosmetic anyway ...) Originally committed as revision 8237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* off by one errorMichael Niedermayer2007-03-051-1/+1
| | | | 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-051-61/+63
| | | | | | 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-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
* 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
* 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
* 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
* 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
* 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-031-1/+1
| | | | 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
* 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
* 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-021-0/+1
| | | | Originally committed as revision 8192 to svn://svn.ffmpeg.org/ffmpeg/trunk