source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e4e70d2e   21 years mellum Fix compilation with ccc Originally committed as revision 2298 to …
(edit) @fd0f45e5   21 years Roman R. * fix for integer overflow Originally committed as revision 2297 to …
(edit) @3f418551   21 years p_l reversed for cause of code obsolescence Originally committed as …
(edit) @e7106d5b   21 years mike clean up 4xm demuxer; make valgrind just a little happier Originally …
(edit) @b9ebf325   21 years p_l printf() requires stdio.h Originally committed as revision 10891 to …
(edit) @773159e   21 years mike iterate through the appropriate range of palette entries Originally …
(edit) @b10529b4   21 years mike fix Interplay DPCM (frames are intracoded, predictors do not carry …
(edit) @42e9640   21 years mike MACRO-ize a bunch of redundant code blocks; fix 16-bit RGB modes (it's …
(edit) @bf649a9d   21 years mike do away with all those naughty global variables Originally committed …
(edit) @b59ebf62   21 years mike provisions for raw PCM audio Originally committed as revision 2291 to …
(edit) @d86e8568   21 years mike video looks beautiful now, many thanks to Alexander Belyakov <abel at …
(edit) @75816852   21 years mike wrong, wrong, wrong...coded bits are read in the opposite direction …
(edit) @c9d88b14   21 years fabrice update Originally committed as revision 2288 to …
(edit) @165f74ff   21 years fabrice remove unused AMREXTRALIBS Originally committed as revision 2287 to …
(edit) @cf7412b5   21 years fabrice use VC++ lib tool if available Originally committed as revision 2286 …
(edit) @988a9f9   21 years fabrice doc update Originally committed as revision 2285 to …
(edit) @211f2123   21 years fabrice avoid initializing pts for not decoded streams Originally committed …
(edit) @61890b02   21 years fabrice better image sequence support (Charles Yates) - suppressed unused non …
(edit) @69ef9450   21 years fabrice generate correct PTS in transport stream - use mpeg2 encoder by …
(edit) @05fbd0a2   21 years michaelni scenechange_threshold Originally committed as revision 2281 to …
(edit) @dd6ee74e   21 years Roman R. * fixing a typo ;-) Originally committed as revision 2280 to …
(edit) @cb728d79   21 years fabrice correct DLL windows install Originally committed as revision 2279 to …
(edit) @951bf3e6   21 years fabrice fixed windows build Originally committed as revision 2278 to …
(edit) @8c522a40   21 years fabrice update Originally committed as revision 2277 to …
(edit) @41338ac0   21 years michaelni another non const static, maybe its thread save now Originally …
(edit) @186447f8   21 years mike initial Interplay video decoder Originally committed as revision 2275 …
(edit) @b76c707   21 years mike adapt to use interim palette control API; do away with multi-chunk …
(edit) @6423d073   21 years mike Ministry of English Composition fixes (courtesy of Diego Biurrun …
(edit) @afb8d3f8   21 years mike change pixel identifier conflict with AltiVec headers (patch courtesy …
(edit) @e9c65317   21 years michaelni mpeg sequence end code regression checksum update Originally …
(edit) @f7728bf6   21 years mellum Use asms instead of builtins when compiling for generic Alpha. Less …
(edit) @a018d318   21 years revol 64 bit pts for writing - more const usage (don't forget me !) …
(edit) @0f371e3e   21 years mike final word on RGBA byte order Originally committed as revision 2268 …
(edit) @e7015b41   21 years Roman R. * patch for compile problem by "Steven M. Schultz" sms at 2BSD dot COM …
(edit) @ba118447   21 years mike deploy palette control API Originally committed as revision 2266 to …
(edit) @50f52fcd   21 years fabrice doc update Originally committed as revision 2265 to …
(edit) @7b7d86f1   21 years fabrice simplified version handling Originally committed as revision 2264 to …
(edit) @d35ff76b   21 years fabrice windows installer Originally committed as revision 2263 to …
(edit) @258207b7   21 years fabrice simplified version handling - set win32 install path Originally …
(edit) @e9cc5211   21 years mike copy & paste strikes again Originally committed as revision 2261 to …
(edit) @6f4915ac   21 years mike xan_wc3 decoder now works correctly; added a bunch of output …
(edit) @7e5ef401   21 years mike forgot to apply the palette component lookup table Originally …
(edit) @541ae14   21 years michaelni AVI stream header FCC / more reliable detection of old xvid files …
(edit) @cb0c448a   21 years fabrice example using video encoder latency Originally committed as revision …
(edit) @fa0f62c3   21 years fabrice removed invalid sequence end code Originally committed as revision …
(edit) @49057904   21 years fabrice 64 bit pts for writing - more const usage Originally committed as …
(edit) @8c653280   21 years michaelni get_bi(), be/le fix Originally committed as revision 2254 to …
(edit) @8fc6c2b5   21 years michaelni detect old xvid with fourcc=DIVX remove "this file was encoded with …
(edit) @2187d948   21 years michaelni theres no SVQ1 encoder -> it cant be default Originally committed as …
(edit) @09770af8   21 years michaelni detect avcodec_open() on an already opened AVCodecContext Originally …
(edit) @d9d8910b   21 years mike Tim Originally committed as revision 2250 to …
(edit) @6e6d6dc0   21 years michaelni mov/mp4 muxer cleanup (mostly cosmetics/simplifications & global …
(edit) @b1609412   21 years fabrice removed warnings Originally committed as revision 2248 to …
(edit) @09b85c13   21 years fabrice use const data - began to make code more portable Originally …
(edit) @1df1df0b   21 years fabrice removed warnings Originally committed as revision 2246 to …
(edit) @83586795   21 years fabrice remove warnings Originally committed as revision 2245 to …
(edit) @3bb1f2da   21 years fabrice mpegaudio decoder no longer forgets to decoder last audio frame …
(edit) @2523e73c   21 years michaelni --disable-risky fix by (Luca Abeni <lucabe72 at email dot it>) …
(edit) @9d90c37   21 years michaelni memleak fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) …
(edit) @72a476c1   21 years michaelni kernel header bug workaround by (Ronald Bultje <rbultje at ronald dot …
(edit) @cddf3f45   21 years michaelni Debug/optimization patch by (Glenn Maynard <g_sf at zewt dot org>) …
(edit) @d0526ecf   21 years fabrice show stream info with -stats Originally committed as revision 2239 to …
(edit) @98ce5991   21 years fabrice update sub_id in mpegaudio decoding (might need same method as …
(edit) @6a58e151   21 years fabrice ID3 parsing and generation in MP3 format Originally committed as …
(edit) @e224e360   21 years fabrice removed localtime_r.h Originally committed as revision 2236 to …
(edit) @c54d0a1a   21 years fabrice removed strptime test Originally committed as revision 2235 to …
(edit) @33f25681   21 years fabrice removed ctype.h Originally committed as revision 2234 to …
(edit) @f42eda74   21 years fabrice header fixes - removed MPEG-4 b frame limtation in help Originally …
(edit) @80783dc2   21 years fabrice CODEC_ID_MP3LAME is obsolete Originally committed as revision 2232 to …
(edit) @dcedf586   21 years fabrice changed my mind about CODEC_ID_MPEGVIDEO - CODEC_ID_MP3LAME is …
(edit) @66a15ea2   21 years fabrice removed os_support.h Originally committed as revision 2230 to …
(edit) @db0e9b03   21 years fabrice AC3 note Originally committed as revision 2229 to …
(edit) @f71869a   21 years fabrice simpler strptime - added os_support.[ch] - moved localtime_r to …
(edit) @742d87d6   21 years fabrice removed os_support.h Originally committed as revision 2227 to …
(edit) @ca4a77c5   21 years fabrice removed os_support.h as most of libavcodec is os independant - most of …
(edit) @4358d5de   21 years fabrice removed ctype.h header Originally committed as revision 2225 to …
(edit) @a182f5d   21 years fabrice fixed endianness dependancies (untested) Originally committed as …
(edit) @56c4a184   21 years fabrice ctype.h is a common header Originally committed as revision 2223 to …
(edit) @25f90cf7   21 years fabrice version update Originally committed as revision 2222 to …
(edit) @b17e9c99   21 years mike fringe feature update Originally committed as revision 2221 to …
(edit) @9e8cd0db   21 years mike hacks to support Xan AVI files Originally committed as revision 2220 …
(edit) @048446bf   21 years mike support for Duck DK3 and DK4 ADPCM Originally committed as revision …
(edit) @493645eb   21 years mike demuxer for custom Wing Commander III movie (.mve) files Originally …
(edit) @9937e686   21 years mike New fringe codecs: WC3/Xan video, Xan DPCM, DK3 & DK4 ADPCM …
(edit) @0a5f92a1   21 years michaelni memory leak fix by (Tom Dexter <devel at www dot digitalaudiorock dot …
(edit) @ed0bb7be   21 years alex move packetheader after startcodes Originally committed as revision …
(edit) @99b17f25   21 years alex some fixes Originally committed as revision 2214 to …
(edit) @203504d9   21 years michaelni padding fix Originally committed as revision 2213 to …
(edit) @3ac8749b   21 years michaelni big/little endian fix storing 64bit stuff in int fix put_v() fix …
(edit) @3aa180b8   21 years alex initial nut muxer and demuxer (demuxer is not fail safe) Originally …
(edit) @8026c3b5   21 years alex bump version numbers to 0.4.8 Originally committed as revision 2210 …
(edit) @ba9261e5   21 years michaelni disable a52 & pp by default Originally committed as revision 2209 to …
(edit) @ea739de1   21 years michaelni rewrite Originally committed as revision 2208 to …
(edit) @94dcfb14   21 years michaelni fixing copyright header (the code is from strptime.c so the copyright …
(edit) @076342fa   21 years michaelni Compile fix when no CONFIG_ENCODERS by (Glenn Maynard <g_sf at zewt …
(edit) @77efa159   21 years michaelni case insensitive codec_get_id() Originally committed as revision 2205 …
(edit) @5e4639e2   21 years michaelni localtime_r patch by (Glenn Maynard <g_sf at zewt dot org>) …
(edit) @a17236c5   21 years michaelni MingW patches by (Glenn Maynard <g_sf at zewt dot org>) Originally …
(edit) @dafc3856   21 years michaelni 10l Originally committed as revision 2202 to …
(edit) @bee0d9e5   21 years michaelni vhook patch by (Charles Yates <charles dot yates at pandora dot be>) …
Note: See TracRevisionLog for help on using the revision log.