source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @66a4b2c1   18 years michaelni support feeding individual NAL units to the decoder instead of just …
(edit) @700b9711   18 years mans write DTS, based on patch by Luca Abeni, lucabe72 email it Originally …
(edit) @dd9bdeb9   18 years michaelni a small step toward 4 plane support Originally committed as revision …
(edit) @0c840013   18 years michaelni copy src to prevent the user supplied argumet from being changed …
(edit) @b09b580b   18 years gpoirier Fix A/V sync error in ffplay with wmv3/wmav2 medias patch by Ryan …
(edit) @0cbff027   18 years gpoirier replace the auto array "duration_error" with a malloced array. …
(edit) @57d4d6e7   18 years baptiste.coudurier avid imx support Originally committed as revision 8193 to …
(edit) @9a63497b   18 years baptiste.coudurier support for mjpeg bottom field first in mov Originally committed as …
(edit) @014a5102   18 years baptiste.coudurier use generic atom to extradata reading function Originally committed …
(edit) @2f6547fb   18 years baptiste.coudurier fix typo Originally committed as revision 8190 to …
(edit) @dd8a46d9   18 years baptiste.coudurier support for adpcm swf, pcm Originally committed as revision 8189 to …
(edit) @01d193aa   18 years diego Relicense to LGPL and add standard license header. Approved by the …
(edit) @82ffe19   18 years diego Improve Doxygen documentation, inspired by Michael's description. …
(edit) @387afa9   18 years baptiste.coudurier fix adpcm swf decoding Originally committed as revision 8186 to …
(edit) @4906b026   18 years lu_zero Typo Originally committed as revision 8185 to …
(edit) @97cda6b9   18 years lu_zero Many steps to avutilized this mess: DECLARE_ALIGNED Originally …
(edit) @5c159f40   18 years diego wording/spelling Originally committed as revision 8183 to …
(edit) @c4732eca   18 years baptiste.coudurier update Originally committed as revision 8182 to …
(edit) @3c58dc0b   18 years Aurélien Jacobs don't rely on a specific appearance order for ebml elements at the …
(edit) @0cc5ea2e   18 years Aurélien Jacobs add support for simple blocks (ie. matroska v2) Originally committed …
(edit) @de7779b5   18 years Aurélien Jacobs cosmetics: fix indentation of the new matroska_parse_block() function …
(edit) @1afdcdf1   18 years Aurélien Jacobs split a matroska_parse_block() function from …
(edit) @ebfcf31d   18 years Aurélien Jacobs fix an off-by-one error in probing function this prevented correct …
(edit) @9340a995   18 years Reimar.Doeffinger Fix a possible crash on 64 bit systems when the lumSrcPtr or chrSrcPtr …
(edit) @3922c59f   18 years baptiste.coudurier don't parse whole swf file in header, can now play ffserver swf …
(edit) @024c7378   18 years baptiste.coudurier factorize Originally committed as revision 8175 to …
(edit) @dfc1313d   18 years baptiste.coudurier remove nonsense time base code, use swf ms per frame, only video …
(edit) @497244a8   18 years baptiste.coudurier check for any seeking failure during probe Originally committed as …
(edit) @ea0fe83b   18 years baptiste.coudurier remove ps option and rename rtp_payload_size AVOption to ps …
(edit) @81299d42   18 years takis.issaris Add documentation to some avcodec.h's pix_fmt related functions and …
(edit) @b72ad042   18 years michaelni decoding rtp Originally committed as revision 8170 to …
(edit) @23b254fb   18 years gpoirier duplicate *_opts for every codec types, in order to have the "ab" and …
(edit) @c828c709   18 years baptiste.coudurier quicktime 'raw ' support Originally committed as revision 8168 to …
(edit) @6b936ec6   18 years baptiste.coudurier get rid of CODEC_FLAG_H263P_AIC with next major bump Originally …
(edit) @abd6a4fc   18 years baptiste.coudurier define MPEG4AAC id to AAC, and get rid of it and MP3LAME id with next …
(edit) @eb3c8c0b   18 years baptiste.coudurier fix frame size option, patch by Limin Wang, lance lmwang gmail com …
(edit) @ccec0f4f   18 years baptiste.coudurier get rid of rtp_mode field after next major bump Originally committed …
(edit) @39c39d5   18 years baptiste.coudurier enable rtp payload size AVOption for video encoding Originally …
(edit) @7a168618   18 years lucabe72 Do not jump to "fail" without having a proper sws context in …
(edit) @4c02e46   18 years baptiste.coudurier free faac extradata Originally committed as revision 8161 to …
(edit) @c52ff688   18 years kostya.shishkov Looks like I'll work on it this year too Originally committed as …
(edit) @9d1f80f2   18 years kostya.shishkov WMV3 Complex Profile initial support Originally committed as revision …
(edit) @558b86a5   18 years lu_zero Reverting stray commit part II, r8156 had the base64 export patch …
(edit) @9fca9c03   18 years lu_zero Reverting stray commit part I Originally committed as revision 8157 …
(edit) @bb0eb71   18 years lu_zero get_packetheader() forgot to read the header_checksum in big packets …
(edit) @c2a29455   18 years Aurélien Jacobs enable some 64bit optimized code on 64bit arch Originally committed …
(edit) @42a4ca83   18 years mans remove useless OBJS variable Originally committed as revision 8154 to …
(edit) @4c9b0af5   18 years mans simplify conditional targets Originally committed as revision 8153 to …
(edit) @0cb8579a   18 years mans simplify Originally committed as revision 8152 to …
(edit) @1faf7dc8   18 years diego Doxygen documentation for all functions, patch by Dujardin Bernard, …
(edit) @eebfba2e   18 years diego Add standard LGPL header with Fabrice's permission. Originally …
(edit) @f5a90186   18 years diego Add missing license headers. Originally committed as revision 8149 to …
(edit) @32bbf7f7   18 years diego Remove superfluous comment. Originally committed as revision 8148 to …
(edit) @e4a4c870   18 years diego Add Doxygen author and file description, rephrase a Doxygen comment. …
(edit) @3fdb6af   18 years baptiste.coudurier use avcodec_decode_audio2 Originally committed as revision 8146 to …
(edit) @ee5db69e   18 years diego Fix 'rm -r' vs 'rm -f' typo. Originally committed as revision 8145 to …
(edit) @bf925c05   18 years diego Fix wrong license header. Originally committed as revision 8144 to …
(edit) @911b9faf   18 years mbardiaux Rename WMADecodeContext to WMACodecContext Originally committed as …
(edit) @a9c9a24   18 years mbardiaux Supply context to tprintf Originally committed as revision 8142 to …
(edit) @01ca9ac3   18 years kostya.shishkov DCA decoder Originally committed as revision 8141 to …
(edit) @e7ebecbf   18 years diego The Snow DEcoding routines should be under CONFIG_SNOW_DECODER. …
(edit) @2bfdde24   18 years diego Remove useless conditional. Originally committed as revision 22355 to …
(edit) @3cee76e6   18 years diego Remove useless conditional. Originally committed as revision 8139 to …
(edit) @876e4194   18 years diego spelling/grammar fixes for the Doxygen comments Originally committed …
(edit) @7122f7c7   18 years diego Revert previous commit that contained an unrelated hunk. Originally …
(edit) @a93575f   18 years diego spelling/grammar fixes for a Doxygen comment Originally committed as …
(edit) @549b2c0c   18 years diego Remove unused #define. Originally committed as revision 8135 to …
(edit) @78645c98   18 years diego Simplify .depend file inclusion. Originally committed as revision …
Note: See TracRevisionLog for help on using the revision log.