Mercurial > libavcodec.hg
log
age | author | description |
---|---|---|
Tue, 01 Oct 2002 19:29:10 +0000 | michaelni | rv10 cleanup (de)muxer still needs to be cleaned up (still searching volunteer for that ;) ) libavcodec |
Mon, 30 Sep 2002 21:36:43 +0000 | michaelni | fixing rv10, this isnt the cleanest solution (parsing the packet header in the codec & creating it in the muxer) but it was that way before things broke, and its the simplest solution libavcodec |
Mon, 30 Sep 2002 16:14:14 +0000 | michaelni | optimizing mpeg1_decode_block() libavcodec |
Mon, 30 Sep 2002 10:06:17 +0000 | michaelni | forgot zigzag_direct[] behind #ifdef DEBUG (found by Klaas-Pieter Vlieg <vlieg at eurescom dot de>) libavcodec |
Mon, 30 Sep 2002 09:19:54 +0000 | michaelni | convert only needed matrixes in convert_matrix() (mjpeg calls it for every frame) libavcodec |
Sun, 29 Sep 2002 23:39:30 +0000 | michaelni | indenting preprocessor stuff, as its completly unreadable otherwise libavcodec |