source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3b4f73dc   22 years michaelni typo (fixes wmv1 regression test in c) Originally committed as …
(edit) @87638494   22 years philipjsg Try to eliminate memory leak on stream termination. It doesn't crash, …
(edit) @cb275dd9   22 years philipjsg This should fix the negative bandwidth in use in ffserver. Turned out …
(edit) @6b9b85c1   22 years kabi * minor optimalization Originally committed as revision 1618 to …
(edit) @b0368839   22 years michaelni MpegEncContext.(i)dct_* -> DspContext.(i)dct_* bitexact cleanup …
(edit) @a5dbb247   22 years michaelni fixing inaccurate frame_rate Originally committed as revision 1616 to …
(edit) @17938602   22 years michaelni 10l Originally committed as revision 1615 to …
(edit) @e51d6d27   22 years michaelni h263(+) clenaup & bugfixes Originally committed as revision 1614 to …
(edit) @d671e2fe   22 years michaelni fixing padding bug autodetection for some rare files, closes bug …
(edit) @948c3a13   22 years michaelni support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman …
(edit) @cd58d04   22 years michaelni h263 me range increased -> checksum for h263, rv10 updated ac3 …
(edit) @ebbcdc9a   22 years michaelni user specified motion estimation range limit h263 me range fixed (was …
(edit) @3a13f6bd   22 years kabi * compile PNG only when ZLIB is available Originally committed as …
(edit) @2ec23b6   22 years michaelni move repeat_pict field from AVCodecContext -> AVFrame (closes bug …
(edit) @5082f759   22 years revol prettier debug output Originally committed as revision 1607 to …
(edit) @dee076f   22 years revol temporary fix: BeOS only has 'which' as an alias to a shell func :) …
(edit) @e2f9490   22 years fabrice added DTG active format information Originally committed as revision …
(edit) @a28fbb3f   22 years michaelni ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>) …
(edit) @ae39132   22 years kabi * using const buffers for reading Originally committed as revision …
(edit) @24def10e   22 years kabi * const arrays Originally committed as revision 1602 to …
(edit) @135ee03a   22 years kabi * fixed IMA WAV decoding (though still might not be fully correct) * …
(edit) @676b385c   22 years michaelni huffyuv v1 tables, as they are essential and the only possible way for …
(edit) @d4c48e48   22 years michaelni get_vlc2() "docs" Originally committed as revision 1599 to …
(edit) @3e499f53   22 years michaelni cleanup Originally committed as revision 9500 to …
(edit) @8c031d1c   22 years michaelni round readed bits up to next 32bits, as orginal huffyuv cant handle …
(edit) @d4e24275   22 years michaelni sws_ prefix, more seperation between internal & external swscaler API …
(edit) @efa04ce2   22 years philipjsg Make ACLs work correctly for streams. Try comparing the addresses in …
(edit) @df081b2f   22 years michaelni 32 vs. 64bit bugfix by (Dave Huang (dahanc)) Originally committed as …
(edit) @4363b41d   22 years michaelni 100l (gcc 3.2 .....) Originally committed as revision 9478 to …
(edit) @5427e242   22 years michaelni yuv2rgb brightness/contrast/saturation/different colorspaces support …
(edit) @5d5fef0a   22 years fabrice avoid false URL protocol detection when using ':' in filenames …
(edit) @b2a3fcb7   22 years michaelni reverse incorrect stride < (width+7)&~7 fix Originally committed as …
(edit) @8f3cf0f6   22 years nickols_k sync with mplayerxp. Fixes some 405.avi related flaws Originally …
(edit) @20380eb8   22 years michaelni cleanup Originally committed as revision 9456 to …
(edit) @aeae5d53   22 years michaelni optimize Originally committed as revision 9455 to …
(edit) @64094f37   22 years kabi * using $(MAKE) Originally committed as revision 1592 to …
(edit) @185fdc54   22 years michaelni fixing 410 -> 420 Originally committed as revision 1591 to …
(edit) @c947dec9   22 years kabi * sync with main liba52 sources Originally committed as revision 1590 …
(edit) @ca390e72   22 years kabi * update cleanup rules (Steven M. Schultz) * memaling check (Steven …
(edit) @7604246d   22 years michaelni more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at …
(edit) @0a6de063   22 years philipjsg Updated with many new features. Originally committed as revision 1587 …
(edit) @9902f4e2   22 years michaelni 1000l Originally committed as revision 9435 to …
(edit) @4e61e21c   22 years michaelni bigendian bug (fixes?) Originally committed as revision 9434 to …
(edit) @deb2277c   22 years michaelni simpler & faster Originally committed as revision 9431 to …
(edit) @bba9b16c   22 years michaelni moving postprocess to ffmpeg/libavcodec Originally committed as …
(edit) @7d67e968   22 years michaelni improving parsing of incomplete headers Originally committed as …
(edit) @e54d94ba   22 years michaelni cleanup Originally committed as revision 9418 to …
(edit) @0481412a   22 years michaelni brightness / saturation / contrast / different yuv colorspace support …
(edit) @6542b44e   22 years michaelni cleanup Originally committed as revision 9415 to …
(edit) @77a49659   22 years michaelni cleanup Originally committed as revision 9414 to …
(edit) @d271b84b   22 years revol Looks like this one was forgotten in the INT -> int_t move Originally …
(edit) @3f07e605   22 years revol fix for legacy audio Originally committed as revision 1583 to …
(edit) @244b8613   22 years kabi * int64_t is now the right name - also it would be nice to preserve …
(edit) @9858f773   22 years michaelni avoid #include "../ Originally committed as revision 9403 to …
(edit) @6524b64   22 years michaelni #ifdef c++ Originally committed as revision 9402 to …
(edit) @2720569a   22 years kabi * prototypes at one place Originally committed as revision 1579 to …
(edit) @0c1a9eda   22 years kabi * UINTX -> uintx_t INTX -> intx_t Originally committed as revision …
(edit) @4596673c   22 years michaelni -fPIC compileable Originally committed as revision 9395 to …
(edit) @b3b8bf64   22 years michaelni yv12 -> yuy2 converter in alpha asm (from mplayerxp) Originally …
(edit) @f0b62bbd   22 years michaelni cleanup (unsigned stride -> int stride) Originally committed as …
(edit) @df4f9147   22 years philipjsg Initial checkin for a cheaper text drawing function than imlib2.c. …
(edit) @b90a6beb   22 years philipjsg Add Makefile entry for the drawtext filter Originally committed as …
(edit) @04511d53   22 years philipjsg Add checking for the existience of freetype2 Originally committed as …
(edit) @ae2d2d6c   22 years michaelni check for qscale==0 (fixes 1/0 on one corrupted stream) Originally …
(edit) @dce778e0   22 years kabi * check for potentialy problematic field len Originally committed as …
(edit) @b29f97d1   22 years kabi * static,const,compiler warning cleanup Originally committed as …
(edit) @f2598a19   22 years kabi * opts compilation Originally committed as revision 1570 to …
(edit) @fe1b62fb   22 years kabi * still unfinished code for Options * demo code - awating more …
(edit) @97d96aaa   22 years kabi * still unfinished code for Options Originally committed as revision …
(edit) @5c91a675   22 years kabi * static,const,compiler warning cleanup Originally committed as …
(edit) @cd66005d   22 years fabrice raw ac3 auto detects parameters Originally committed as revision 1566 …
(edit) @9899efb4   22 years fabrice variable UDP packet size patch by Max Krasnyansky Originally …
(edit) @1e711bd6   22 years mike hook this up to the CYUV decoder Originally committed as revision …
(edit) @c78f73c8   22 years mike register cyuv with allcodecs.c Originally committed as revision 1563 …
(edit) @84ab361f   22 years fabrice added 8 bit palette support for non animated GIF Originally committed …
(edit) @3ce27f13   22 years fabrice added 8 bit palette support Originally committed as revision 1561 to …
(edit) @7e6d70d   22 years fabrice added paletted 8 bit format support Originally committed as revision …
(edit) @f70f7c6d   22 years michaelni Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot …
(edit) @4be3147d   22 years philipjsg prevent segfault when passed no arguments Originally committed as …
(edit) @c40c348   22 years michaelni direct blocksize in bframes fix (might fix qpel+bframe bug) …
(edit) @16e83cbb   22 years philipjsg Fix a bug in the conversion of rgba32->yuv420p. This resulted in …
(edit) @04bbd31b   22 years revol fix for using ffplay without specifying the audio device Originally …
(edit) @cfadadec   22 years michaelni mpeg1 b frame regression test Originally committed as revision 1554 …
(edit) @a1661db3   22 years michaelni update Originally committed as revision 1553 to …
(edit) @d90cc6af   22 years michaelni changes to f_code calculation for b frames -> changed checksum …
(edit) @63b15e55   22 years michaelni mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some …
(edit) @27efd846   22 years michaelni checksum changed cuz of b frame segfault fix? Originally committed as …
(edit) @668154d   22 years michaelni b frame segfault fix (+-1 bug) Originally committed as revision 1549 …
(edit) @ec820113   22 years fabrice DV packet copy fix by Roman Shaposhnick Originally committed as …
(edit) @cc0799e5   22 years revol Fix against C integrists breaks :P (hope I didn't break anything else) …
(edit) @79134973   22 years philipjsg Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. …
(edit) @85a57296   22 years fabrice yes, PNG can be simpler :-) Originally committed as revision 1545 to …
(edit) @838dec44   22 years fabrice removing unused stuff Originally committed as revision 1544 to …
(edit) @b739d676   22 years michaelni cliping MVs, i dunno if its correct but it looks better then without …
(edit) @6fa5a56c   22 years fabrice zero copy packet handling for DV1394 by Max Krasnyansky Originally …
(edit) @cdc90af0   22 years fabrice added GIF image format (both read and write) Originally committed as …
(edit) @ba19f848   22 years fabrice added primitive image GIF encoder based on animated gif encoder …
(edit) @fcfa89e8   22 years fabrice added automatic GIF/animated GIF probing - added GIF as an image …
(edit) @b2609d4c   22 years michaelni yuv9 -> yv12 bugfixes Originally committed as revision 9257 to …
(edit) @36df880   22 years michaelni divx503 decoding fix Originally committed as revision 1538 to …
Note: See TracRevisionLog for help on using the revision log.