source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7daabccb   21 years mike move the 0x80 vector outside of the function, thus saving the compiler …
(edit) @f9ed9d85   21 years mike separate out put_signed_pixels_clamped() into its own function and …
(edit) @c0c37848   21 years michaelni export pts if available Originally committed as revision 3081 to …
(edit) @293ed23f   21 years michaelni NULL pointers ... Originally committed as revision 3080 to …
(edit) @4b85a28f   21 years michaelni Fix synthetic next_pts calculation / audio pts patch by (Wolfram …
(edit) @22494489   21 years michaelni mpeg SVCD compatibility, SCR fixes, standard compliance - fixed …
(edit) @ae4b7d59   21 years michaelni H.263 MCBPC fix Originally committed as revision 3077 to …
(edit) @db7a2e0d   21 years michaelni attribute_used patch by (matthieu castet <castet.matthieu at free dot …
(edit) @f4ae934a   21 years alex avoid macro conflicts Originally committed as revision 3076 to …
(edit) @d890d4ae   21 years alex disable hadamard for gcc below 3.3 - better fix awaited Originally …
(edit) @16f5ef9   21 years alex use the AVV macro from gcc_fixes.h instead ifdefs Originally …
(edit) @d65f20b1   21 years alex 100l, and another one because it boils out with ICE under gcc 3.2.3 …
(edit) @75b4f3c6   21 years mike yes, that's nice... Originally committed as revision 3072 to …
(edit) @116824d0   21 years mike reorganize and simplify the VP3 IDCT stuff Originally committed as …
(edit) @4ea4b274   21 years michaelni lmin/lmax Originally committed as revision 3070 to …
(edit) @3c0da30c   21 years michaelni fix decoding with quant matrixes which contain elements <16 …
(edit) @49f3806d   21 years michaelni rv10 decoding fix Originally committed as revision 3068 to …
(edit) @7aae316   21 years michaelni ring buffer fix by (Luca Abeni <lucabe72 at email dot it>) Originally …
(edit) @92a69cf   21 years mike move align16 some place where non-MMX machines can see it …
(edit) @6186b94c   21 years mike hush... Originally committed as revision 3065 to …
(edit) @38acbc3c   21 years mike hook up support for SSE2-optimized VP3 IDCT Originally committed as …
(edit) @78a16bfe   21 years mike add selected SSE2 ASM macros Originally committed as revision 3063 to …
(edit) @5f93790   21 years mike SSE2-optimized variant of VP3 IDCT Originally committed as revision …
(edit) @daae8699   21 years mike correct MMX-optimized variant of VP3 IDCT, with comments (thank you …
(edit) @f20f8a8b   21 years michaelni support reusing mb types and field select values of the source file, …
(edit) @7e56cd92   21 years mike add the minimal documentation to make this decoder useful Originally …
(edit) @0f12310f   21 years michaelni License change and cpu detection patch by (James Morrison <ja2morri at …
(edit) @bb476ff3   21 years michaelni vis detection patch by (James Morrison <ja2morri at csclub dot …
(edit) @aab9cdcf   21 years michaelni qpel & SSE/SATD regression test Originally committed as revision 3056 …
(edit) @5efe481a   21 years michaelni -qpel option Originally committed as revision 3055 to …
(edit) @45d6de9   21 years michaelni nut files in cygwin patch by ("Sascha Sommer" <saschasommer at freenet …
(edit) @2a86d50b   21 years michaelni cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) …
(edit) @aacc6615   21 years michaelni sanity checks Originally committed as revision 3052 to …
(edit) @9964df6   21 years michaelni minor motion estimation cleanup 4mv motion vector passthrough …
(edit) @5c668f46   21 years michaelni libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) …
(edit) @cbdd9b53   21 years Roman R. * Enabling UltraSparc stuff wit _SPARC64 Originally committed as …
(edit) @44f54ceb   21 years michaelni VIS optimized motion compensation code. by (David S. Miller <davem at …
(edit) @1671083   21 years michaelni sanity check Originally committed as revision 3047 to …
(edit) @df70de1f   21 years michaelni Mpeg start codes patch by ("Dmitry Borisov" <jbors at mail dot ru>) …
(edit) @2f0472ff   21 years michaelni me_range patch by ("Timofei V. Bondarenko" <timm at ipi dot ac dot …
(edit) @c8470cc1   21 years michaelni h264 nal decoding fix by (Laurent Aimar <fenrir at via dot ecp dot …
(edit) @693399ba   21 years michaelni h264 hurry up fix and a tiny cabac clean patch by (Laurent Aimar …
(edit) @f4f3223f   21 years michaelni reuse motion vectors/mb types/field select values of the source video, …
(edit) @10f3005f   21 years michaelni RSHIFT(x,0) fix Originally committed as revision 3041 to …
(edit) @25ef43bb   21 years michaelni corrupted field pictures segfault fix Originally committed as …
(edit) @6c08a05   21 years michaelni 10l (segfault fix) Originally committed as revision 3039 to …
(edit) @9007f51   21 years michaelni better hadamard8_diff16 in AltiVec, and more patch by (Romain Dolbeau …
(edit) @2750b827   21 years michaelni motion estimation cleanup replace ugly macros by always_inline …
(edit) @c4a17148   21 years michaelni hadamard8_diff8x8 in AltiVec, the 16bits edition by (Romain Dolbeau …
(edit) @7c4f71c4   21 years michaelni exporting field_select/ref_index values Originally committed as …
(edit) @8857a7ef   21 years michaelni 10l Originally committed as revision 3034 to …
(edit) @38030214   21 years michaelni fix y scale of mv vissualization of interlaced MVs Originally …
(edit) @0c352cad   21 years michaelni fix exported motion vectors Originally committed as revision 3032 to …
(edit) @11a8e425   21 years michaelni various fixes Originally committed as revision 3031 to …
(edit) @e31d863e   21 years michaelni pts fix / b frame segfault fix Originally committed as revision 3030 …
(edit) @2de28abb   21 years michaelni 10l (segfault fix) Originally committed as revision 3029 to …
(edit) @a4d36c11   21 years michaelni passing AVFrame instead of AVPicture around in ffmpeg, that way stuff …
(edit) @14e2a940   21 years michaelni flv dropable p frame support Originally committed as revision 3027 to …
(edit) @068f2a22   21 years michaelni cleanup fix streamcopy Originally committed as revision 3026 to …
(edit) @bf17ff61   21 years michaelni stream copy pts fix Originally committed as revision 3025 to …
(edit) @da63aac5   21 years michaelni seems wmv8 doesnt use intra-inter prediction Originally committed as …
(edit) @a1947624   21 years michaelni forgotten copyright & dct_quantize_altivec disabled patch by (Romain …
(edit) @0abd6916   21 years michaelni 10l by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally …
(edit) @12043e1d   21 years michaelni FreeBSD pthread patch by ("Steven M. Schultz" <sms at 2BSD dot COM>) …
(edit) @0f5c3f21   21 years michaelni fixed buffering for low bitrates patch by (Hauke Duden <H.NS.Duden at …
(edit) @365e75f8   21 years michaelni t/dprintf printf -> av_log Originally committed as revision 3019 to …
(edit) @a76078b9   21 years michaelni +-1 bugfix regression test checksum update Originally committed as …
(edit) @e4a1fdfd   21 years michaelni segfault fix Originally committed as revision 3017 to …
(edit) @137c8468   21 years michaelni unify table indexing (motion_val,dc_val,ac_val,coded_block changed) …
(edit) @37f5cd5a   21 years michaelni 10l (stats didnt include av_write_trailer()) Originally committed as …
(edit) @1008ceb3   21 years michaelni print video/audio/global_header size and muxing overhead Originally …
(edit) @a18b5183   21 years michaelni 10l Originally committed as revision 3013 to …
(edit) @450420ce   21 years kabi * removed config.h Originally committed as revision 3012 to …
(edit) @550f0a9b   21 years michaelni Off-by-two in mpegts.c patch by (Wolfram Gloger <wmglo at dent dot med …
(edit) @6c205de2   21 years michaelni assert(time_incr >= 0) so its clear that this MUST be the case …
(edit) @17c22f5   21 years michaelni libavformat/os_support.c HAVE_LOCALTIME_R patch by ("Steven M. …
(edit) @31179d85   21 years michaelni store correct pts Originally committed as revision 3008 to …
(edit) @75553f82   21 years michaelni bit-exact Originally committed as revision 3007 to …
(edit) @2fefb220   21 years michaelni distclean by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally …
(edit) @e5d64d68   21 years michaelni 10l Originally committed as revision 3005 to …
(edit) @3ec34bfd   21 years michaelni libavformat/mov.c fails with gcc 2.95.3 patch by ("Steven M. Schultz" …
(edit) @8d14a25c   21 years michaelni moving nearly identical binary search code from nut/mpeg/asf to …
(edit) @ee777235   21 years michaelni codec tag for FLV Originally committed as revision 3002 to …
(edit) @7585aa5c   21 years michaelni 4xm codec tag Originally committed as revision 3001 to …
(edit) @9e528114   21 years michaelni progressive P frame CABAC support patch by (Laurent Aimar <fenrir at …
(edit) @b4c64c50   21 years michaelni some tag for mpeg2, so looking MPEG2VIDEO up works Originally …
(edit) @d223532   21 years michaelni printf macro patch by (Allen Day <allenday at ucla dot edu>) …
(edit) @d8019eb5   21 years michaelni verbosity patch by (Allen Day <allenday at ucla dot edu>) Originally …
(edit) @31290c2b   21 years michaelni avoid seeking to the end, as it confuses some crappy code Originally …
(edit) @ee76016c   21 years michaelni set codec_tag Originally committed as revision 2995 to …
(edit) @a90466f7   21 years michaelni prefix global Originally committed as revision 2994 to …
(edit) @44f110f5   21 years mike patch courtesy of Todd Kirby: * Fixes a small memory leak in …
(edit) @2b382987   21 years michaelni checksum threshold removial Originally committed as revision 2992 to …
(edit) @aec8f88a   21 years michaelni removing keyframe prediction and checksum threshold Originally …
(edit) @19f82bc   21 years michaelni fixing alignment problems -> SSE2 support enabled again in libavcodec …
(edit) @1c0e205f   21 years michaelni writing corrupt files on MinGW patch by (Matthias Fritschi <choi at …
(edit) @1b8b121   21 years michaelni Missing LDFLAGS in libavcodec/Makefile patch by ("Michael T. Dean" …
(edit) @931c85d0   21 years michaelni aac decoding patch by ("Thomas Raivio" <tjraivio at cc dot hut dot …
(edit) @b2e3c528   21 years michaelni require the user to explicitly specifiy --enable-gpl before enabling …
(edit) @2768b0d9   21 years michaelni correctly identify AAC audio in mov/mp4/etc. files. patch by ("Thomas …
Note: See TracRevisionLog for help on using the revision log.