8702 Commits (07cbff39a79ee74385def1a6da8233ecdc58e6ac)
 

Author SHA1 Message Date
Baptiste Coudurier 5095aaa91c use AVFormatContext with av_log 18 years ago
Benoit Fouet 066a81a80f change management of "ab" option in ffmpeg.c, so that it works as "b" option. 18 years ago
Baptiste Coudurier c544ded699 more explicit message 18 years ago
Diego Biurrun 63b6d5dfad Don't mention the number of vhooks, it's a volatile set. 18 years ago
Piero Bugoni af4372560a small updates taken from a patch by Piero Bugoni, crboca32 yahoo com 18 years ago
Michael Niedermayer 7205395b68 create codec_comment_header which looks more like what M$ creates, sane or not ... 18 years ago
Michael Niedermayer 737287f802 all asf files i have have the 2 redundant duration fields differ by the preroll time so lets set them up like that too 18 years ago
Michael Niedermayer 634b256913 all asf files i have have this field at 2 so lets try to change it to that ... 18 years ago
Michael Niedermayer 6e26856b1a all the time related fields seem to be 64bit so i guess preroll is too (this is just a cosmetic anyway ...) 18 years ago
Michael Niedermayer b9c6d01b6f off by one error 18 years ago
Panagiotis Issaris 43d414ba2a Doxygenize the existing comments in avformat.h. The contents of the comments 18 years ago
Panagiotis Issaris 7874024062 Move rtp_check_and_send_back_rr()'s unaltered comments to the header file. 18 years ago
Panagiotis Issaris 1dd7345abc Move rtp_get_payload_type()'s unaltered comments to the header file. 18 years ago
Panagiotis Issaris 395722ba67 Move av_log2_i()'s unaltered comments to the header file. 18 years ago
Panagiotis Issaris 37b2f1d073 Move av_i2int()'s unaltered comments to the header file. 18 years ago
Panagiotis Issaris c1f567875a Move av_int2i()'s unaltered comments to the header file. 18 years ago
Panagiotis Issaris fb7d4f7908 Move av_cmp_i()'s unaltered comment to the header file. 18 years ago
Panagiotis Issaris 886368e989 Move av_shr_i()'s unaltered comments to the header file. 18 years ago
Panagiotis Issaris 9375cdd5ab Move av_div_i()'s comments to the header file. The comments are unaltered. 18 years ago
Panagiotis Issaris 607da27c64 Move av_mod_i()'s comment to the header file. The moved comment is unmodified. 18 years ago
Panagiotis Issaris 3ec9a7873f Move the unaltered Doxygen docs from the log source code to the accompanying 18 years ago
Baptiste Coudurier 8fafc1cf36 cleanup useless fields 18 years ago
Baptiste Coudurier 013e0a8f35 simplify swf muxer 18 years ago
Baptiste Coudurier 44e76d6e3b change myself to mov.c maintainer in favor of Francois, who agreed 18 years ago
Ronald S. Bultje 167c553176 Close connection on EOF 18 years ago
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 18 years ago
Ronald S. Bultje a3fd2bd87d make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). 18 years ago
Baptiste Coudurier 92d6b7fda2 imx dump header bitstream filter, modifies bitstream to fit in mov and be decoded by final cut pro decoder 18 years ago
Baptiste Coudurier 895c2c005e add bytestream_get/put_be24 functions 18 years ago
Baptiste Coudurier 626b7c0f1a add R/WB24 functions 18 years ago
Baptiste Coudurier 5a6b9443ed dummy support for mpeg2 non linear quant 18 years ago
Baptiste Coudurier 36264d3586 add pcm s8 tag 18 years ago
Baptiste Coudurier 10fc840c52 fix pcm u/s8 muxing 18 years ago
Baptiste Coudurier 2260499caf deobfuscate, clearly split mov case 18 years ago
Michael Niedermayer 56c70e1d3a check for no frame and prevent segfault 18 years ago
Michael Niedermayer 6cb8b1c364 try to move fixed mov.c over the one with cosmetic-functional mix 18 years ago
Michael Niedermayer 0355ca6100 recommit of the change below after reverting earlier cosmetic-functional mix 18 years ago
Michael Niedermayer a3a7f6c9d1 cosmetic part of the commit below 18 years ago
Michael Niedermayer aaf805f67d functional part of the commit below 18 years ago
Panagiotis Issaris a050f80234 Correct wrong avformat documentation. 18 years ago
Baptiste Coudurier 1e5f5e3b7a use common tables for mov muxer and demuxer 18 years ago
Baptiste Coudurier 25f5f17fbd cosmetics, cleanup tables, add pcm 24/32 le tags 18 years ago
Baptiste Coudurier b0c59da234 partial avid meridien uncompressed support 18 years ago
Panagiotis Issaris 3217cb424c Move the libavformat public API comments to avformat.h. The comments are 18 years ago
Benjamin Larsson e9509536a9 Set FLV_SAMPLESSIZE_16BIT for ADPCM. 18 years ago
Patrice Bensoussan 43a498f205 Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2. 18 years ago
Diego Biurrun 4926485d92 Clarify that this decoder uses liba52. 18 years ago
Patrice Bensoussan 0aca87c6fc Do not hardcode cc on Darwin, fixing --cc option in the process. 18 years ago
Michael Niedermayer 66a4b2c179 support feeding individual NAL units to the decoder instead of just complete frames 18 years ago
Måns Rullgård 700b971156 write DTS, based on patch by Luca Abeni, lucabe72 email it 18 years ago