log

age author description
Wed, 25 Jan 2006 16:04:31 +0000 michael try avi video name -> codec_id mapping if the mov one has no match libavformat
Tue, 24 Jan 2006 10:33:14 +0000 diego Remove all stray tabs and trailing whitespace, this time for good. libavformat
Tue, 24 Jan 2006 08:03:42 +0000 banan Fix for title field in PSP compatible mp4 files. Patch by libavformat
Mon, 23 Jan 2006 14:28:50 +0000 banan gcc 2.95 fix libavformat
Mon, 23 Jan 2006 14:12:03 +0000 michael >4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) libavformat
Mon, 23 Jan 2006 00:57:59 +0000 diego Skip all includes for WinCE, instead of falling through to the #else case. libavformat
Sun, 22 Jan 2006 18:34:17 +0000 diego WinCE cross-compilation support libavformat
Sun, 22 Jan 2006 13:50:59 +0000 diego Place proper #ifdef around muxer-specific code. libavformat
Sat, 21 Jan 2006 18:36:32 +0000 diego Add --disable-protocols option to configure to disable I/O protocol from libavformat
Fri, 20 Jan 2006 23:48:16 +0000 michael audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) libavformat
Thu, 19 Jan 2006 23:36:50 +0000 diego Put muxer-specific code parts in #ifdef CONFIG_MUXERS. libavformat
Thu, 19 Jan 2006 22:30:37 +0000 diego Properly #ifdef muxer-specific parts. libavformat
Thu, 19 Jan 2006 00:54:10 +0000 michael pts fix by (Bryan Mayland / bmayland O leoninedev o com) libavformat
Mon, 16 Jan 2006 14:59:54 +0000 diego Make clean/distclean consistent throughout all the Makefiles. libavformat
Sun, 15 Jan 2006 00:28:36 +0000 diego Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformat
Sat, 14 Jan 2006 15:54:58 +0000 diego Move library name generation to configure, simplifies build system a bit more. libavformat
Sat, 14 Jan 2006 03:39:02 +0000 diego Create symbolic links for all library sonames and clean up Makefiles. libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 12 Jan 2006 00:00:00 +0000 diego Move Darwin shared library build peculiarities to configure. libavformat
Mon, 09 Jan 2006 15:41:39 +0000 reimar CamStudio decoder, only 32 bit lzo mode is tested libavformat
Tue, 03 Jan 2006 02:30:38 +0000 diego TrueSpeech compatible audio decoder by Konstantin Shishkov libavformat
Mon, 02 Jan 2006 20:27:15 +0000 nicodvb try with auto_guess if first detection fails libavformat
Mon, 02 Jan 2006 20:13:24 +0000 nicodvb added support for DVHS (192) packet size libavformat
Fri, 30 Dec 2005 20:34:08 +0000 mmu_man finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. libavformat
Fri, 30 Dec 2005 18:25:46 +0000 mmu_man fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[] libavformat
Sun, 25 Dec 2005 00:48:12 +0000 rtognimp Support for 28_8 in old ar. files libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Mon, 19 Dec 2005 20:49:00 +0000 rtognimp Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sat, 17 Dec 2005 17:57:03 +0000 henry malloc padding to avoid reading past the malloc()ed area. libavformat