aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Add PIX_FMT_PAL8 to isPacked().Karl H. Beckers2007-03-081-1/+2
| | | | | | patch by "Karl H. Beckers", karl.h.beckers gmx net Originally committed as revision 22487 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* include only files actually built in SRCSMåns Rullgård2007-03-081-1/+1
| | | | Originally committed as revision 8289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update the documentation to be consistent with the new unit for the "ab"Panagiotis Issaris2007-03-072-7/+7
| | | | | | parameter. Originally committed as revision 8288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary the_end label.Limin Wang2007-03-071-4/+2
| | | | | | patch by Limin Wang, lance.lmwang gmail com Originally committed as revision 8287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add a -ab with default of 64kMichael Niedermayer2007-03-071-1/+2
| | | | | | | change -b to only apply to video this returns -ab/-b to the old defautls and old behavior regarding ordering of them Originally committed as revision 8286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set defaults based on CodecType by using avcodec_get_context_defaults2()Michael Niedermayer2007-03-071-2/+6
| | | | Originally committed as revision 8285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused variablesLimin Wang2007-03-071-10/+1
| | | | | | | | | patch by Limin Wang % lance P lmwang A gmail P com % Original thread: Subj: [Ffmpeg-devel] [PATCH] remove unused variables Date: 2007-03-07-07:37 AM Originally committed as revision 8284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add avcodec_get_context_defaults2() / avcodec_alloc_context2() which take ↵Michael Niedermayer2007-03-072-4/+27
| | | | | | | | CodecType as an additional parameter also mark them as NOT part of the public API yet, so we can change their argument to CodecID if we decide to do so Originally committed as revision 8283 to svn://svn.ffmpeg.org/ffmpeg/trunk
* only store command line parameters in contexts with matching codec_typeMichael Niedermayer2007-03-071-3/+8
| | | | Originally committed as revision 8282 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add watermark and drawtext descriptions, plus some random fixes.Piero Bugoni2007-03-071-7/+145
| | | | | | patch by Piero Bugoni, crboca32 yahoo com Originally committed as revision 8281 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add av_opt_set_defaults2() which sets just defaults from AVOptions whos ↵Michael Niedermayer2007-03-072-1/+8
| | | | | | flags match a user specified & mask = flags Originally committed as revision 8280 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make av_find_opt() available to the public and add a mask+flags parameter to ↵Michael Niedermayer2007-03-072-7/+8
| | | | | | search for specific AVOptions Originally committed as revision 8279 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move preroll_time from static variable into definition, might be a good idea ↵Alex Beregszaszi2007-03-071-4/+4
| | | | | | moving this into the context and making user-settable Originally committed as revision 8278 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround for broken flvtoolized filesAlex Beregszaszi2007-03-071-0/+6
| | | | Originally committed as revision 8277 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix UNKOWN --> UNKNOWN typoDiego Biurrun2007-03-072-3/+3
| | | | Originally committed as revision 8276 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplificationAlex Beregszaszi2007-03-071-2/+1
| | | | Originally committed as revision 8275 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo: unkown->unknownAlex Beregszaszi2007-03-073-4/+4
| | | | 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
* disconnect new feeder if feed is already being receivedAlex Beregszaszi2007-03-061-0/+6
| | | | Originally committed as revision 8271 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add little endian 24bit read/writeAlex Beregszaszi2007-03-061-0/+1
| | | | Originally committed as revision 8270 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add little endian 24bit read/writeAlex Beregszaszi2007-03-061-0/+8
| | | | Originally committed as revision 8269 to svn://svn.ffmpeg.org/ffmpeg/trunk
* free opt_names at the end of main() based on a patch by Limin WangMichael Niedermayer2007-03-051-0/+1
| | | | Originally committed as revision 8268 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentionMichael Niedermayer2007-03-051-2/+2
| | | | Originally committed as revision 8267 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove usless if() before av_free()Michael Niedermayer2007-03-051-2/+0
| | | | Originally committed as revision 8266 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent audio packets from being fragmented, wmp mac doesnt seem to like ↵Michael Niedermayer2007-03-054-12/+18
| | | | | | 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
* update forgotten regression test chcksums forMichael Niedermayer2007-03-052-6/+6
| | | | | | | | | | | | | | | ==== Author: michael Date: Mon Mar 5 03:41:49 2007 New Revision: 8240 Modified: trunk/libavformat/asf-enc.c Log: create codec_comment_header which looks more like what M$ creates, sane or not ... Originally committed as revision 8260 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
* Move unaltered av_freep() comments to the header file.Panagiotis Issaris2007-03-052-4/+5
| | | | Originally committed as revision 8253 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered av_free() comments to the header file.Panagiotis Issaris2007-03-052-5/+6
| | | | Originally committed as revision 8252 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered av_realloc() comments to the header file.Panagiotis Issaris2007-03-052-5/+6
| | | | Originally committed as revision 8251 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move unaltered av_malloc() comments to the header file.Panagiotis Issaris2007-03-052-5/+6
| | | | Originally committed as revision 8250 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
* change management of "ab" option in ffmpeg.c, so that it works as "b" option.Benoit Fouet2007-03-053-18/+10
| | | | | | | | | 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-051-2/+2
| | | | 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-051-1/+1
| | | | 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-051-0/+9
| | | | Originally committed as revision 8241 to svn://svn.ffmpeg.org/ffmpeg/trunk