source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @39076e27   18 years baptiste.coudurier fix drop frame timecode flag Originally committed as revision 8296 to …
(edit) @bdb4b698   18 years mbardiaux Corrections so that builds with DEBUG work Originally committed as …
(edit) @07cbff39   18 years takis.issaris As avcodec_decode_audio() is deprecated, replace it with …
(edit) @2ed76c08   18 years michaelni bitrate sanity check (fixes assertion failure) Originally committed …
(edit) @c4f452f   18 years takis.issaris Remove useless casts as recommended by Måns Rullgård. Patch by Benoit …
(edit) @be6753c0   18 years takis.issaris Cosmetics in amr.c. - remove carriage returns where (i find it) …
(edit) @e7a5854d   18 years takis.issaris Move the initialization on context definition. In amr.c, only the …
(edit) @6cbac7ed   18 years diego Add PIX_FMT_PAL8 to isPacked(). patch by "Karl H. Beckers", …
(edit) @7f0f6e13   18 years mans include only files actually built in SRCS Originally committed as …
(edit) @5438308f   18 years takis.issaris Update the documentation to be consistent with the new unit for the …
(edit) @4e780252   18 years diego Remove unnecessary the_end label. patch by Limin Wang, lance.lmwang …
(edit) @6289025d   18 years michaelni add a -ab with default of 64k change -b to only apply to video this …
(edit) @54cc9c46   18 years michaelni set defaults based on CodecType by using …
(edit) @8e532e68   18 years gpoirier remove unused variables patch by Limin Wang % lance P lmwang A gmail P …
(edit) @29301573   18 years michaelni add avcodec_get_context_defaults2() / avcodec_alloc_context2() which …
(edit) @2d0aefd6   18 years michaelni only store command line parameters in contexts with matching …
(edit) @289a8e4d   18 years diego Add watermark and drawtext descriptions, plus some random fixes. patch …
(edit) @20e708cb   18 years michaelni add av_opt_set_defaults2() which sets just defaults from AVOptions …
(edit) @bc2a1c34   18 years michaelni make av_find_opt() available to the public and add a mask+flags …
(edit) @3caa0d93   18 years alex move preroll_time from static variable into definition, might be a …
(edit) @031311cb   18 years alex workaround for broken flvtoolized files Originally committed as …
(edit) @9ff85412   18 years diego Fix UNKOWN --> UNKNOWN typo Originally committed as revision 8276 to …
(edit) @fd9a71ac   18 years alex simplification Originally committed as revision 8275 to …
(edit) @cbc09a7   18 years alex typo: unkown->unknown Originally committed as revision 8274 to …
(edit) @73d6ca4f   18 years alex 10l, audio_fifo is a static array Originally committed as revision …
(edit) @7b19aa64   18 years alex handle http error codes Originally committed as revision 8272 to …
(edit) @d0a5513b   18 years alex disconnect new feeder if feed is already being received Originally …
(edit) @c6e3365c   18 years alex add little endian 24bit read/write Originally committed as revision …
(edit) @15862387   18 years alex add little endian 24bit read/write Originally committed as revision …
(edit) @cb50328d   18 years michaelni free opt_names at the end of main() based on a patch by Limin Wang …
(edit) @4dcc383a   18 years michaelni indention Originally committed as revision 8267 to …
(edit) @4913b231   18 years michaelni remove usless if() before av_free() Originally committed as revision …
(edit) @75b213ed   18 years michaelni prevent audio packets from being fragmented, wmp mac doesnt seem to …
(edit) @cf29452b   18 years takis.issaris Clarify doxygen description. Originally committed as revision 8264 to …
(edit) @15786dc4   18 years takis.issaris Cleanup doxygen comment. Originally committed as revision 8263 to …
(edit) @90c07b56   18 years takis.issaris Fix a typo in a doxygen tag. Originally committed as revision 8262 to …
(edit) @c3316802   18 years takis.issaris Convert all the comment sections into Doxygen compatible comments, …
(edit) @ff0e0b62   18 years michaelni update forgotten regression test chcksums for ==== Author: michael …
(edit) @c306748c   18 years takis.issaris Move avio.h's url_get_max_packet_size() comment from source to header …
(edit) @a8c5ab27   18 years takis.issaris Move aviobuf.c comments to avio.h. By moving the aviobuf.c comments to …
(edit) @50c5f159   18 years takis.issaris Make rtsp_set_callback() comments available to Doxygen Originally …
(edit) @0af4407d   18 years takis.issaris Move unaltered rtsp.c comments to the header file. Originally …
(edit) @37d2210a   18 years takis.issaris Doxygenize comments in rtsp.h Originally committed as revision 8255 …
(edit) @391fbb65   18 years takis.issaris Convert macro+enum into a simple enum: Currently the enum was filled …
(edit) @d7f65469   18 years takis.issaris Move unaltered av_freep() comments to the header file. Originally …
(edit) @f690ee71   18 years takis.issaris Move unaltered av_free() comments to the header file. Originally …
(edit) @d6def91a   18 years takis.issaris Move unaltered av_realloc() comments to the header file. Originally …
(edit) @9a070299   18 years takis.issaris Move unaltered av_malloc() comments to the header file. Originally …
(edit) @bdd54e37   18 years takis.issaris Doxygenize the unaltered comments for the AUHeaders structure. …
(edit) @01f132a1   18 years takis.issaris Doxygenize the unaltered comments for the rtp_payload_data_s struct. …
(edit) @190e507b   18 years takis.issaris Doxygenize the unaltered comments for the RTP_MAX_SDES definition. …
(edit) @01c9c33a   18 years takis.issaris Doxygenize the existing comments without altering the actual contents …
(edit) @5095aaa   18 years baptiste.coudurier use AVFormatContext with av_log Originally committed as revision 8245 …
(edit) @066a81a8   18 years gpoirier change management of "ab" option in ffmpeg.c, so that it works as "b" …
(edit) @c544ded6   18 years baptiste.coudurier more explicit message Originally committed as revision 8243 to …
(edit) @63b6d5df   18 years diego Don't mention the number of vhooks, it's a volatile set. Originally …
(edit) @af437256   18 years diego small updates taken from a patch by Piero Bugoni, crboca32 yahoo com …
(edit) @7205395b   18 years michaelni create codec_comment_header which looks more like what M$ creates, …
(edit) @737287f8   18 years michaelni all asf files i have have the 2 redundant duration fields differ by …
(edit) @634b2569   18 years michaelni all asf files i have have this field at 2 so lets try to change it to …
(edit) @6e26856b   18 years michaelni all the time related fields seem to be 64bit so i guess preroll is too …
(edit) @b9c6d01b   18 years michaelni off by one error Originally committed as revision 8236 to …
(edit) @43d414b   18 years takis.issaris Doxygenize the existing comments in avformat.h. The contents of the …
(edit) @78740240   18 years takis.issaris Move rtp_check_and_send_back_rr()'s unaltered comments to the header …
(edit) @1dd7345a   18 years takis.issaris Move rtp_get_payload_type()'s unaltered comments to the header file. …
(edit) @395722ba   18 years takis.issaris Move av_log2_i()'s unaltered comments to the header file. Originally …
(edit) @37b2f1d0   18 years takis.issaris Move av_i2int()'s unaltered comments to the header file. Originally …
(edit) @c1f56787   18 years takis.issaris Move av_int2i()'s unaltered comments to the header file. Originally …
(edit) @fb7d4f79   18 years takis.issaris Move av_cmp_i()'s unaltered comment to the header file. Originally …
(edit) @886368e9   18 years takis.issaris Move av_shr_i()'s unaltered comments to the header file. Originally …
(edit) @9375cdd5   18 years takis.issaris Move av_div_i()'s comments to the header file. The comments are …
(edit) @607da27c   18 years takis.issaris Move av_mod_i()'s comment to the header file. The moved comment is …
(edit) @3ec9a78   18 years takis.issaris Move the unaltered Doxygen docs from the log source code to the …
(edit) @8fafc1cf   18 years baptiste.coudurier cleanup useless fields Originally committed as revision 8224 to …
(edit) @013e0a8f   18 years baptiste.coudurier simplify swf muxer Originally committed as revision 8223 to …
(edit) @44e76d6e   18 years baptiste.coudurier change myself to mov.c maintainer in favor of Francois, who agreed …
(edit) @167c5531   18 years gpoirier Close connection on EOF this makes downloading some asx files from MS …
(edit) @636d6a4a   18 years takis.issaris Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and …
(edit) @a3fd2bd8   18 years gpoirier make HTTP MOVED messages also work in ffmpeg (302 is essentially the …
(edit) @92d6b7fd   18 years baptiste.coudurier imx dump header bitstream filter, modifies bitstream to fit in mov and …
(edit) @895c2c0   18 years baptiste.coudurier add bytestream_get/put_be24 functions Originally committed as …
(edit) @626b7c0f   18 years baptiste.coudurier add R/WB24 functions Originally committed as revision 8216 to …
(edit) @5a6b944   18 years baptiste.coudurier dummy support for mpeg2 non linear quant Originally committed as …
(edit) @36264d35   18 years baptiste.coudurier add pcm s8 tag Originally committed as revision 8214 to …
(edit) @10fc840c   18 years baptiste.coudurier fix pcm u/s8 muxing Originally committed as revision 8213 to …
(edit) @2260499c   18 years baptiste.coudurier deobfuscate, clearly split mov case Originally committed as revision …
(edit) @56c70e1d   18 years michaelni check for no frame and prevent segfault Originally committed as …
(edit) @6cb8b1c3   18 years michaelni try to move fixed mov.c over the one with cosmetic-functional mix …
(edit) @0355ca61   18 years michaelni recommit of the change below after reverting earlier …
(edit) @a3a7f6c   18 years michaelni cosmetic part of the commit below ======== Author: bcoudurier Date: …
(edit) @aaf805f6   18 years michaelni functional part of the commit below ===== Author: bcoudurier Date: Sat …
(edit) @a050f802   18 years takis.issaris Correct wrong avformat documentation. Originally committed as …
(edit) @1e5f5e3b   18 years baptiste.coudurier use common tables for mov muxer and demuxer Originally committed as …
(edit) @25f5f17f   18 years baptiste.coudurier cosmetics, cleanup tables, add pcm 24/32 le tags Originally committed …
(edit) @b0c59da2   18 years baptiste.coudurier partial avid meridien uncompressed support Originally committed as …
(edit) @3217cb42   18 years takis.issaris Move the libavformat public API comments to avformat.h. The comments …
(edit) @e9509536   18 years banan Set FLV_SAMPLESSIZE_16BIT for ADPCM. Originally committed as revision …
(edit) @43a498f2   18 years diego Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS …
(edit) @4926485d   18 years diego Clarify that this decoder uses liba52. Originally committed as …
(edit) @0aca87c6   18 years diego Do not hardcode cc on Darwin, fixing --cc option in the process. patch …
Note: See TracRevisionLog for help on using the revision log.