Activity
From 02/05/2003 to 03/06/2003
03/06/2003
- 03:56 PM Revision 64863965 (ffmpeg): more cosmetics so that doxygen output is readable ...
- Originally committed as revision 1640 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:42 PM Revision a1adf436 (ffmpeg): typo
- Originally committed as revision 1639 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:37 PM Revision 277f4827 (ffmpeg): doxy / cosmetics
- Originally committed as revision 1638 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:51 PM Revision b304569a (ffmpeg): doxy / cosmetics
- Originally committed as revision 1637 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:22 PM Revision 1ab3d669 (ffmpeg): typos & cosmetics
- Originally committed as revision 1636 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 PM Revision 10564521 (ffmpeg): altivec compilation fixes by (Magnus Damm <damm at opensource dot se>)
- Originally committed as revision 1635 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:32 AM Revision 983e3246 (ffmpeg): per file doxy
- Originally committed as revision 1634 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:25 AM Revision d33c949c (ffmpeg): doxy
- Originally committed as revision 1633 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:26 AM Revision 77c92c2d (ffmpeg): cosmetics
- Originally committed as revision 1632 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:21 AM Revision 3b8b687d (ffmpeg): doxygen config file, so ppl just have to call doxygen in the libavcod...
- Originally committed as revision 1631 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:08 AM Revision 24641185 (ffmpeg): more dox
- Originally committed as revision 1630 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:04 AM Revision 2a5700de (ffmpeg): more idiot proof dox
- Originally committed as revision 1629 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/05/2003
- 11:55 PM Revision a9badb51 (ffmpeg): ff_block_permute() dox
- Originally committed as revision 1628 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:13 PM Revision 3c5ce6dc (ffmpeg): cleanup
- Originally committed as revision 1627 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 08:03 PM Revision 640950c7 (ffmpeg): mpeg2 field pictures + sliced mode (doesnt work with mplayer though, ...
- Originally committed as revision 1626 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:53 PM Revision 1d98dca3 (ffmpeg): 10l
- Originally committed as revision 1625 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:48 PM Revision dfb476cb (ffmpeg): field picture decoding support (16x16 MC blocks only as i dont have a...
- Originally committed as revision 1624 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:12 PM Revision 968ea8d9 (ffmpeg): disabling aic for h263p regression test
- Originally committed as revision 1623 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:10 PM Revision 21e59552 (ffmpeg): extended option for h263+ patch by (fixounet at free dot fr) with som...
- Originally committed as revision 1622 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/04/2003
- 01:05 PM Revision 3b4f73dc (ffmpeg): typo (fixes wmv1 regression test in c)
- Originally committed as revision 1621 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:12 AM Revision 87638494 (ffmpeg): Try to eliminate memory leak on stream termination. It doesn't crash,...
- not sure if it fixes the problem.
Originally committed as revision 1620 to svn://svn.ffmpeg.org/ffmpeg/trunk - 02:56 AM Revision cb275dd9 (ffmpeg): This should fix the negative bandwidth in use in ffserver. Turned out...
- when WMP reports in, then we didn't increment the bandwidth, but we did
decrement it.
Originally committed as revisi...
03/03/2003
- 05:13 PM Revision 6b9b85c1 (ffmpeg): * minor optimalization
- Originally committed as revision 1618 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 02:54 PM Revision b0368839 (ffmpeg): MpegEncContext.(i)dct_* -> DspContext.(i)dct_*
- bitexact cleanup
Originally committed as revision 1617 to svn://svn.ffmpeg.org/ffmpeg/trunk
03/01/2003
- 12:16 AM Revision a5dbb247 (ffmpeg): fixing inaccurate frame_rate
- Originally committed as revision 1616 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/28/2003
- 04:06 PM Revision 17938602 (ffmpeg): 10l
- Originally committed as revision 1615 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:07 PM Revision e51d6d27 (ffmpeg): h263(+) clenaup & bugfixes
- Originally committed as revision 1614 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:59 AM Revision d671e2fe (ffmpeg): fixing padding bug autodetection for some rare files, closes bug #647941
- Originally committed as revision 1613 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/27/2003
- 11:26 PM Revision 948c3a13 (ffmpeg): support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhni...
- Originally committed as revision 1612 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:01 PM Revision cd58d048 (ffmpeg): h263 me range increased -> checksum for h263, rv10 updated
- ac3 checksum update (cuz of liba52 update??)
Originally committed as revision 1611 to svn://svn.ffmpeg.org/ffmpeg/trunk - 10:56 PM Revision ebbcdc9a (ffmpeg): user specified motion estimation range limit
- h263 me range fixed (was smaller then needed)
Originally committed as revision 1610 to svn://svn.ffmpeg.org/ffmpeg/t... - 05:32 PM Revision 3a13f6bd (ffmpeg): * compile PNG only when ZLIB is available
- Originally committed as revision 1609 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/26/2003
- 05:26 PM Revision 2ec23b6d (ffmpeg): move repeat_pict field from AVCodecContext -> AVFrame (closes bug #68...
- Originally committed as revision 1608 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/25/2003
- 01:12 PM Revision 5082f759 (ffmpeg): prettier debug output
- Originally committed as revision 1607 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:35 PM Revision dee076fc (ffmpeg): temporary fix: BeOS only has 'which' as an alias to a shell func :^)
- btw, someone should indent this mess =) (maybe I'll do)
Originally committed as revision 1606 to svn://svn.ffmpeg.or... - 09:56 AM Revision e2f9490e (ffmpeg): added DTG active format information
- Originally committed as revision 1605 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:36 AM Revision a28fbb3f (ffmpeg): ogg deallocate patch by (Mark Hills <mark at pogo dot org dot uk>)
- Originally committed as revision 1604 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/24/2003
- 01:41 PM Revision ae39132d (ffmpeg): * using const buffers for reading
- Originally committed as revision 1603 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:28 PM Revision 24def10e (ffmpeg): * const arrays
- Originally committed as revision 1602 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 01:26 PM Revision 135ee03a (ffmpeg): * fixed IMA WAV decoding (though still might not be fully correct)
- * const arrays
Originally committed as revision 1601 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:49 AM Revision 676b385c (ffmpeg): huffyuv v1 tables, as they are essential and the only possible way fo...
- Originally committed as revision 1600 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 AM Revision d4c48e48 (ffmpeg): get_vlc2() "docs"
- Originally committed as revision 1599 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:12 AM Revision 3e499f53 (ffmpeg): cleanup
- Originally committed as revision 9500 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 12:05 AM Revision 8c031d1c (ffmpeg): round readed bits up to next 32bits, as orginal huffyuv cant handle l...
- Originally committed as revision 1598 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/23/2003
- 10:05 PM Revision d4e24275 (ffmpeg): sws_ prefix, more seperation between internal & external swscaler API
- sws_scale() returns the number of outputed lines
Originally committed as revision 9495 to svn://svn.mplayerhq.hu/mpl... - 08:35 PM Revision efa04ce2 (ffmpeg): Make ACLs work correctly for streams. Try comparing the addresses in
- host order rather than network order.
Originally committed as revision 1597 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/22/2003
- 01:44 PM Revision df081b2f (ffmpeg): 32 vs. 64bit bugfix by (Dave Huang (dahanc))
- Originally committed as revision 1596 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/21/2003
- 10:01 PM Revision 4363b41d (ffmpeg): 100l (gcc 3.2 .....)
- Originally committed as revision 9478 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 08:35 PM Revision 5427e242 (ffmpeg): yuv2rgb brightness/contrast/saturation/different colorspaces support ...
- yuv2rgb deglobalize
yuv2rgb optimizations / cleanup
bugs?
Originally committed as revision 9477 to svn://svn.mplayer... - 11:08 AM Revision 5d5fef0a (ffmpeg): avoid false URL protocol detection when using ':' in filenames
- Originally committed as revision 1595 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/20/2003
- 05:30 PM Revision b2a3fcb7 (ffmpeg): reverse incorrect stride < (width+7)&~7 fix
- Originally committed as revision 1594 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:14 PM Revision 8f3cf0f6 (ffmpeg): sync with mplayerxp. Fixes some 405.avi related flaws
- Originally committed as revision 1593 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/18/2003
- 07:36 PM Revision 20380eb8 (ffmpeg): cleanup
- Originally committed as revision 9456 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 07:22 PM Revision aeae5d53 (ffmpeg): optimize
- Originally committed as revision 9455 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 07:10 PM Revision 64094f37 (ffmpeg): * using $(MAKE)
- Originally committed as revision 1592 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:35 PM Revision 185fdc54 (ffmpeg): fixing 410 -> 420
- Originally committed as revision 1591 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 11:48 AM Revision c947dec9 (ffmpeg): * sync with main liba52 sources
- Originally committed as revision 1590 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:33 AM Revision ca390e72 (ffmpeg): * update cleanup rules (Steven M. Schultz)
- * memaling check (Steven M. Schultz)
* unused var removed
Originally committed as revision 1589 to svn://svn.ffmpeg...
02/16/2003
- 11:05 PM Revision 7604246d (ffmpeg): more #ifdef CONFIG_ENCODERS patch by (Wolfgang Hesseler <qv at multim...
- Originally committed as revision 1588 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:49 PM Revision 0a6de063 (ffmpeg): Updated with many new features.
- Originally committed as revision 1587 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/15/2003
- 05:29 PM Revision 9902f4e2 (ffmpeg): 1000l
- Originally committed as revision 9435 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 03:07 PM Revision 4e61e21c (ffmpeg): bigendian bug (fixes?)
- Originally committed as revision 9434 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 01:04 PM Revision deb2277c (ffmpeg): simpler & faster
- Originally committed as revision 9431 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
02/14/2003
- 09:27 PM Revision bba9b16c (ffmpeg): moving postprocess to ffmpeg/libavcodec
- Originally committed as revision 1586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Originally committed as revision 9427 to s... - 01:47 AM Revision 7d67e968 (ffmpeg): improving parsing of incomplete headers
- Originally committed as revision 1585 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/13/2003
- 09:38 PM Revision e54d94ba (ffmpeg): cleanup
- Originally committed as revision 9418 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 07:27 PM Revision 0481412a (ffmpeg): brightness / saturation / contrast / different yuv colorspace support...
- Originally committed as revision 9417 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 06:24 PM Revision 6542b44e (ffmpeg): cleanup
- Originally committed as revision 9415 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 02:19 PM Revision 77a49659 (ffmpeg): cleanup
- Originally committed as revision 9414 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 12:28 AM Revision d271b84b (ffmpeg): Looks like this one was forgotten in the INT -> int_t move
- Originally committed as revision 1584 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/12/2003
- 09:38 PM Revision 3f07e605 (ffmpeg): fix for legacy audio
- Originally committed as revision 1583 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 07:28 AM Revision 244b8613 (ffmpeg): * int64_t is now the right name
- - also it would be nice to preserve ffmpeg coding rules
Originally committed as revision 1582 to svn://svn.ffmpeg.or...
02/11/2003
- 09:13 PM Revision 9858f773 (ffmpeg): avoid #include "../
- Originally committed as revision 9403 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 09:12 PM Revision 6524b641 (ffmpeg): #ifdef c++
- Originally committed as revision 9402 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 04:57 PM Revision 2720569a (ffmpeg): * prototypes at one place
- Originally committed as revision 1579 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:35 PM Revision 0c1a9eda (ffmpeg): * UINTX -> uintx_t INTX -> intx_t
- Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:06 PM Revision 4596673c (ffmpeg): -fPIC compileable
- Originally committed as revision 9395 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 01:13 PM Revision b3b8bf64 (ffmpeg): yv12 -> yuy2 converter in alpha asm (from mplayerxp)
- Originally committed as revision 9394 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 12:57 PM Revision f0b62bbd (ffmpeg): cleanup (unsigned stride -> int stride)
- Originally committed as revision 9393 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
- 04:01 AM Revision df4f9147 (ffmpeg): Initial checkin for a cheaper text drawing function than imlib2.c.
- Originally committed as revision 1577 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:01 AM Revision b90a6beb (ffmpeg): Add Makefile entry for the drawtext filter
- Originally committed as revision 1576 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:00 AM Revision 04511d53 (ffmpeg): Add checking for the existience of freetype2
- Originally committed as revision 1575 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/10/2003
- 10:43 PM Revision ae2d2d6c (ffmpeg): check for qscale==0 (fixes 1/0 on one corrupted stream)
- Originally committed as revision 1574 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 10:45 AM Revision dce778e0 (ffmpeg): * check for potentialy problematic field len
- Originally committed as revision 1572 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:44 AM Revision b29f97d1 (ffmpeg): * static,const,compiler warning cleanup
- Originally committed as revision 1571 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:41 AM Revision f2598a19 (ffmpeg): * opts compilation
- Originally committed as revision 1570 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:40 AM Revision fe1b62fb (ffmpeg): * still unfinished code for Options
- * demo code - awating more comments
Originally committed as revision 1569 to svn://svn.ffmpeg.org/ffmpeg/trunk - 09:38 AM Revision 97d96aaa (ffmpeg): * still unfinished code for Options
- Originally committed as revision 1568 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 09:35 AM Revision 5c91a675 (ffmpeg): * static,const,compiler warning cleanup
- Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/09/2003
- 06:07 PM Revision cd66005d (ffmpeg): raw ac3 auto detects parameters
- Originally committed as revision 1566 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 06:06 PM Revision 9899efb4 (ffmpeg): variable UDP packet size patch by Max Krasnyansky
- Originally committed as revision 1565 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 05:03 PM Revision 1e711bd6 (ffmpeg): hook this up to the CYUV decoder
- Originally committed as revision 1564 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:58 PM Revision c78f73c8 (ffmpeg): register cyuv with allcodecs.c
- Originally committed as revision 1563 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:25 PM Revision 84ab361f (ffmpeg): added 8 bit palette support for non animated GIF
- Originally committed as revision 1562 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:22 PM Revision 3ce27f13 (ffmpeg): added 8 bit palette support
- Originally committed as revision 1561 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:20 PM Revision 7e6d70d0 (ffmpeg): added paletted 8 bit format support
- Originally committed as revision 1560 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:37 AM Revision f70f7c6d (ffmpeg): Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot...
- Originally committed as revision 1559 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:11 AM Revision 4be3147d (ffmpeg): prevent segfault when passed no arguments
- Originally committed as revision 1558 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/08/2003
- 06:23 PM Revision c40c3482 (ffmpeg): direct blocksize in bframes fix (might fix qpel+bframe bug)
- Originally committed as revision 1557 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:34 PM Revision 16e83cbb (ffmpeg): Fix a bug in the conversion of rgba32->yuv420p. This resulted in garb...
- when this conversion was used. I suspect that the same bug may be lurking in
other conversions. [The assumption was t... - 02:13 PM Revision 04bbd31b (ffmpeg): fix for using ffplay without specifying the audio device
- Originally committed as revision 1555 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:13 PM Revision cfadadec (ffmpeg): mpeg1 b frame regression test
- Originally committed as revision 1554 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:06 PM Revision a1661db3 (ffmpeg): update
- Originally committed as revision 1553 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:05 PM Revision d90cc6af (ffmpeg): changes to f_code calculation for b frames -> changed checksum
- Originally committed as revision 1552 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 12:00 PM Revision 63b15e55 (ffmpeg): mpeg1 bframe encoding patch by (Raphaël LEGRAND) with some modificati...
- Originally committed as revision 1551 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/07/2003
- 09:32 PM Revision 27efd846 (ffmpeg): checksum changed cuz of b frame segfault fix?
- Originally committed as revision 1550 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 04:44 PM Revision 668154df (ffmpeg): b frame segfault fix (+-1 bug)
- Originally committed as revision 1549 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/06/2003
- 10:34 PM Revision ec820113 (ffmpeg): DV packet copy fix by Roman Shaposhnick
- Originally committed as revision 1548 to svn://svn.ffmpeg.org/ffmpeg/trunk
- 03:09 PM Revision cc0799e5 (ffmpeg): Fix against C integrists breaks :P (hope I didn't break anything else)
- Originally committed as revision 1547 to svn://svn.ffmpeg.org/ffmpeg/trunk
02/05/2003
- 01:59 AM Revision 79134973 (ffmpeg): Fix the 'hard cpu loop' problem when capturing audio from /dev/dsp. This
- code now waits for up to 30ms before reporting that no packet is available.
Originally committed as revision 1546 to...
Also available in: Atom