Mercurial > libavformat.hg
graph
-
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it libavformatWed, 25 Jan 2006 22:10:13 +0000, by diego
-
avoid using non constant fields of AVCodecContext in avi muxer libavformatWed, 25 Jan 2006 17:14:16 +0000, by michael
-
try avi video name -> codec_id mapping if the mov one has no match libavformatWed, 25 Jan 2006 16:04:31 +0000, by michael
-
Remove all stray tabs and trailing whitespace, this time for good. libavformatTue, 24 Jan 2006 10:33:14 +0000, by diego
-
Fix for title field in PSP compatible mp4 files. Patch by libavformatTue, 24 Jan 2006 08:03:42 +0000, by banan
-
>4gb fixes by (Dirk Musfeldt | d.musfeldt meilenstein de) libavformatMon, 23 Jan 2006 14:12:03 +0000, by michael
-
Skip all includes for WinCE, instead of falling through to the #else case. libavformatMon, 23 Jan 2006 00:57:59 +0000, by diego
-
Place proper #ifdef around muxer-specific code. libavformatSun, 22 Jan 2006 13:50:59 +0000, by diego
-
Add --disable-protocols option to configure to disable I/O protocol from libavformatSat, 21 Jan 2006 18:36:32 +0000, by diego
-
audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<) libavformatFri, 20 Jan 2006 23:48:16 +0000, by michael
-
Put muxer-specific code parts in #ifdef CONFIG_MUXERS. libavformatThu, 19 Jan 2006 23:36:50 +0000, by diego
-
pts fix by (Bryan Mayland / bmayland O leoninedev o com) libavformatThu, 19 Jan 2006 00:54:10 +0000, by michael
-
Make clean/distclean consistent throughout all the Makefiles. libavformatMon, 16 Jan 2006 14:59:54 +0000, by diego
-
Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformatSun, 15 Jan 2006 00:28:36 +0000, by diego
-
Move library name generation to configure, simplifies build system a bit more. libavformatSat, 14 Jan 2006 15:54:58 +0000, by diego
-
Create symbolic links for all library sonames and clean up Makefiles. libavformatSat, 14 Jan 2006 03:39:02 +0000, by diego
-
Update licensing information: The FSF changed postal address. libavformatThu, 12 Jan 2006 22:43:26 +0000, by diego
-
Move Darwin shared library build peculiarities to configure. libavformatThu, 12 Jan 2006 00:00:00 +0000, by diego
-
CamStudio decoder, only 32 bit lzo mode is tested libavformatMon, 09 Jan 2006 15:41:39 +0000, by reimar
-
TrueSpeech compatible audio decoder by Konstantin Shishkov libavformatTue, 03 Jan 2006 02:30:38 +0000, by diego
-
try with auto_guess if first detection fails libavformatMon, 02 Jan 2006 20:27:15 +0000, by nicodvb
-
finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. libavformatFri, 30 Dec 2005 20:34:08 +0000, by 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[] libavformatFri, 30 Dec 2005 18:25:46 +0000, by mmu_man