source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @b776e3d1   18 years Aurélien Jacobs move ff_set_qscale from h263.c to mpegvideo.c Originally committed as …
(edit) @7d6ac9a3   18 years mans prettify conditional targets Originally committed as revision 9566 to …
(edit) @cbefadbd   18 years mans whitespace cosmetics Originally committed as revision 9565 to …
(edit) @dd9f3d97   18 years mans clean up vhook variables Originally committed as revision 9564 to …
(edit) @9d99cc5a   18 years mans add fork to HAVE_LIST Originally committed as revision 9563 to …
(edit) @742c94cb   18 years diego 10l: The ppm video hook depends on fork(). This dependency was …
(edit) @7ed8ccb5   18 years diego ISO8859-1 --> UTF-8 Originally committed as revision 23752 to …
(edit) @941125ef   18 years diego ISO8859-1 --> UTF-8 Originally committed as revision 9561 to …
(edit) @3a763f0f   18 years Aurélien Jacobs split rawvideo encoder and decoder in their own files Originally …
(edit) @0d336e44   18 years Aurélien Jacobs compile rangecoder.o only when needed Originally committed as …
(edit) @e16c0fc3   18 years Aurélien Jacobs duration must not be scaled Originally committed as revision 9558 to …
(edit) @463d5bcc   18 years Aurélien Jacobs properly set AVStream.language according to Matroska track header …
(edit) @93f48239   18 years benoit.fouet bring back h264 build Originally committed as revision 9555 to …
(edit) @640b73e   18 years mans use correct type for palette Originally committed as revision 9554 to …
(edit) @d8e76049   18 years mans indent Originally committed as revision 9553 to …
(edit) @5ffcb1be   18 years mans set sample rate in more logical place, kill warning Originally …
(edit) @6785cae3   18 years mans trivial warning fixes Originally committed as revision 9551 to …
(edit) @4a64abdc   18 years mans kill warnings Originally committed as revision 9550 to …
(edit) @8d15910a   18 years mans fix warning Originally committed as revision 9549 to …
(edit) @a00177a9   18 years mans make arguments to ssd_int8_vs_int16() const Originally committed as …
(edit) @bad700e3   18 years mans trivial warning fixes Originally committed as revision 9547 to …
(edit) @3b26ee47   18 years mans fix build after breakage in r9544 Originally committed as revision …
(edit) @84662c01   18 years mans undef forbidden names before we #define them in case they are macros …
(edit) @ed5614eb   18 years diego Make vhook build non-recursive. Originally committed as revision 9544 …
(edit) @34174abf   18 years mans avoid uninitialised variable warning and clarify code Originally …
(edit) @b474d1f3   18 years mans update SectionCallback and PESCallback typedefs to match functions …
(edit) @3f8cd151   18 years mans remove redundant declaration of mpegts_muxer Originally committed as …
(edit) @ea7599b   18 years mans kill uninitialised variable warning in mp3_read_probe() Originally …
(edit) @4f9e995a   18 years mans kill harmless 64-bit pointer cast warning Originally committed as …
(edit) @fae3a36   18 years mans bethsoftvid: use correct type for size passed to av_fast_realloc() …
(edit) @ccef7140   18 years kostya.shishkov Pass modes as parameters instead of calculating them inplace. Patch …
(edit) @803b0904   18 years kostya.shishkov Replace function declarations with macro Patch by by Christophe …
(edit) @e95c953b   18 years kostya.shishkov Drop ff_ prefix for static functions Patch by by Christophe GISQUET ( …
(edit) @4021300   18 years diego grammar error noticed by Mark Cox Originally committed as revision …
(edit) @844d9012   18 years stefan.gehrer split decoder-specific parts into their own file Originally committed …
(edit) @1503063f   18 years stefan.gehrer prepare splitting decoder-only parts into own file: make commonly used …
(edit) @c21f308e   18 years Roman R. * Getting rid of the use of GCC language extensions Originally …
(edit) @b3633dee   18 years mans remove deprecated codec_get_{bmp,wav}_{id,tag}() Originally committed …
(edit) @6927c84c   18 years mans ogm: don't use deprecated codec_get_{bmp,wav}_id() Originally …
(edit) @99a45234   18 years mans nutdec: don't use deprecated codec_get_{bmp,wav}_id() Originally …
(edit) @7ea18c8c   18 years mans remove redundant codec_get_bmp_tag() call in avi_write_header() it is …
(edit) @58e28fd5   18 years Aurélien Jacobs simplify ff_copy_bits() when compiled with config-small Originally …
(edit) @78c3c188   18 years mans use bytestream_get_* and AV_RLxx Originally committed as revision …
(edit) @3c3f7ce1   18 years mans whitespace cosmetics Originally committed as revision 9524 to …
(edit) @a7b6785   18 years mans add 64-bit bytestream read/write functions Originally committed as …
(edit) @f015e411   18 years mans kill uninitialised variable warning in amr_read_packet() Originally …
(edit) @8c222bb4   18 years mans kill uninitialised variable warning in ac3_probe() Originally …
(edit) @14d194d   18 years mans remove unused functions Originally committed as revision 9520 to …
(edit) @ceb48b46   18 years stefan.gehrer prepare splitting decoder-only parts into own file: make commonly used …
(edit) @218b3ae9   18 years stefan.gehrer move dequantization into its own inline function Originally committed …
(edit) @ce7088b9   18 years stefan.gehrer cosmetic: rename VLC tables to make clear they are for decoding …
(edit) @07caa46e   18 years stefan.gehrer setting special motion vectors in intra macroblocks is now in its own …
(edit) @8a35c8e7   18 years stefan.gehrer setting intra prediction modes to default values in inter macroblocks …
(edit) @25c89947   18 years stefan.gehrer move modification of intra prediction modes into its own inline …
(edit) @e183b6d1   18 years stefan.gehrer move preparation of chroma intra prediction into its own inline …
(edit) @b8524fd1   18 years stefan.gehrer move existing inline functions from cavs.c to cavs.h Originally …
(edit) @2a3cc973   18 years stefan.gehrer move context structure definition from cavs.c to cavs.h Originally …
(edit) @ac83e7b2   18 years stefan.gehrer make vector constants global Originally committed as revision 9510 to …
(edit) @bd2216e4   18 years mans handle --enable-small same way as other CONFIG_* options (almost) …
(edit) @ab2cfc59   18 years benoit.fouet free thread context patch by Janne Grunau: [janne-ffmpeg grunau be] …
(edit) @5416616   18 years Aurélien Jacobs split SVQ1 decoder and encoder in their own files Originally …
(edit) @b54bb84c   18 years benoit.fouet set thread_opaque to NULL when freeing it Originally committed as …
(edit) @4691a77d   18 years gpoirier Add support for streams with different chroma_qp_index_offset for Cr …
(edit) @5084ed3a   18 years Aurélien Jacobs simplify ff_copy_bits: merge 2 test branches Originally committed as …
(edit) @98f7b56b   18 years Aurélien Jacobs move ff_copy_bits to bitstream.c Originally committed as revision …
(edit) @3662aa76   18 years kostya.shishkov Drop redundant assignment and variable Originally committed as …
(edit) @c0de00da   18 years benoit.fouet me option implemented as an AVOption patch by Stefano Sabatini: …
(edit) @3b7660b   18 years diego Remove mangle.h, it is just a duplicate of parts of …
(edit) @80fb8234   18 years diego Use AV_RB* macros where appropriate. patch by Ronald S. Bultje, …
(edit) @042ef4b7   18 years gpoirier Precompute a chroma_qp table with index offset for each pps, this …
(edit) @4bbdf13f   18 years gpoirier Compute the dequant coefficient table ptr outside the loop, this saves …
(edit) @653387d8   18 years lucabe72 Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in …
(edit) @bf09c2e2   18 years lucabe72 Add support for non-blocking input formats Originally committed as …
(edit) @32a4d995   18 years Aurélien Jacobs include snow encoder only if it is not disabled Originally committed …
(edit) @ab4e14be   18 years diego spelling/grammar Originally committed as revision 9493 to …
(edit) @74ef8b43   18 years benoit.fouet check udp_read_packet return value not to access uninitialized memory …
(edit) @3caffb7d   18 years benoit.fouet fix mem leak patch by Oliver Pfister: [oliver pfister gmx ch] …
(edit) @7b62bb2b   18 years benoit.fouet fix mem leak patch by Oliver Pfister: [oliver pfister gmx ch] …
(edit) @f2250162   18 years mans update my email address Originally committed as revision 9489 to …
(edit) @3a66812f   18 years vitor1001 Add my last name to copyright headers Originally committed as …
(edit) @b66af278   18 years Aurélien Jacobs forgot to svn add mpeg12.h in r9477 Originally committed as revision …
(edit) @09a66826   18 years diego typos Originally committed as revision 9486 to …
(edit) @bd9fb0a   18 years diego UTF-8 conversion Originally committed as revision 9485 to …
(edit) @e5a389a1   18 years diego license header consistency cosmetics Originally committed as revision …
(edit) @7b94177e   18 years diego Group all copyright and author notices together. Originally committed …
(edit) @b19bcbaa   18 years diego license header consistency cosmetics Originally committed as revision …
(edit) @c1578479   18 years diego Group all copyright and author notices together. Originally committed …
(edit) @cacfe026   18 years Aurélien Jacobs make DCT_common_init() static Originally committed as revision 9482 …
(edit) @a22caa6a   18 years diego Add missing license header. Originally committed as revision 9481 to …
(edit) @53727262   18 years Aurélien Jacobs move mpeg encoder specific initialization in the encoder specific file …
(edit) @eaa7557c   18 years Aurélien Jacobs add proper ff_ prefix to new extern symbols Originally committed as …
(edit) @56be950a   18 years Aurélien Jacobs cosmetics: indentation Originally committed as revision 9478 to …
(edit) @a6bc5731   18 years Aurélien Jacobs split mpeg12 encoder out of mpeg12.c Originally committed as revision …
(edit) @a7738a04   18 years diego URL update, move comment to a better place. Originally committed as …
(edit) @85d366fd   18 years mans use av_freep() in free_vlc() and failed init_vlc() Originally …
(edit) @ed77a6c   18 years victorpaesa The watermark vhook cannot handle truncated bitstreams. Originally …
(edit) @3299fb45   18 years vitor1001 Make error message more helpful and forbid random() Originally …
(edit) @8448946e   18 years vitor1001 Remove more useless parentheses. Originally committed as revision …
(edit) @c74a8fe   18 years ramiro.polla Add note about dlfcn-win32 for MinGW vhooks Originally committed as …
(edit) @41d5a86   18 years victorpaesa On Cygwin, libswscale is needed in VHOOK(SHFLAGS|LIBS) only when …
Note: See TracRevisionLog for help on using the revision log.