log

age author description
Wed, 14 Feb 2007 11:18:34 +0000 bcoudurier indentation libavformat
Wed, 14 Feb 2007 11:01:05 +0000 bcoudurier use aiff when we can, some players only support aiff libavformat
Wed, 14 Feb 2007 09:16:02 +0000 diego Remove unused file. libavformat
Tue, 13 Feb 2007 23:20:35 +0000 diego Ogg is not Vorbis. libavformat
Tue, 13 Feb 2007 18:26:14 +0000 mmu_man This fixes error handling for BeOS, removing the need for some ifdefs. libavformat
Tue, 13 Feb 2007 08:21:47 +0000 diego Move base64.[ch] to libavutil. libavformat
Tue, 13 Feb 2007 00:38:16 +0000 michael support yet another broken avi (filedoesitbetter.avi) which has a wrong stream count libavformat
Mon, 12 Feb 2007 23:32:55 +0000 michael always use audio spread (instead of "video no spread" for audio ...) libavformat
Mon, 12 Feb 2007 22:55:09 +0000 michael increaseing preroll time to the minimum of the asf files i have libavformat
Mon, 12 Feb 2007 19:24:53 +0000 michael dont set the keyframe flag for audio as microshitty doesnt do it and some things have problems with our asfs, maybe that has a positive effect? libavformat
Mon, 12 Feb 2007 15:57:21 +0000 mbardiaux Add FACT chunk for non-PCM wav formats libavformat
Mon, 12 Feb 2007 13:38:14 +0000 lucabe Pass a proper context to av_log() libavformat
Sun, 11 Feb 2007 12:50:33 +0000 bcoudurier mxf aes decryption support, patch by Reimar, simplified to only look for first crypto context, will be extended once we get files with multiple cryptocontext, and hope that they won't have broken container ul libavformat
Sun, 11 Feb 2007 12:37:28 +0000 bcoudurier add key field to AVFormatContext for de/encryption support, patch by Reimar libavformat
Sat, 10 Feb 2007 22:25:52 +0000 mru #include detected soundcard.h instead of testing for OpenBSD libavformat
Sat, 10 Feb 2007 03:36:12 +0000 michael use dvr-ms timestamps libavformat
Fri, 09 Feb 2007 20:49:12 +0000 michael fix broken memset(padding, 0) code libavformat
Fri, 09 Feb 2007 20:34:24 +0000 nicodvb demux VC1 in mpegts libavformat
Fri, 09 Feb 2007 12:10:15 +0000 kostya Raw VC-1 demuxer libavformat
Fri, 09 Feb 2007 08:37:56 +0000 diego Remove obsolete imgformat1 leftovers. libavformat
Fri, 09 Feb 2007 08:32:04 +0000 diego Remove commented-out NUT muxer entry, can be added once we have a native muxer. libavformat
Fri, 09 Feb 2007 08:30:51 +0000 diego cosmetics: Reorder NUT entries. libavformat
Fri, 09 Feb 2007 08:28:47 +0000 diego Properly separate native and libnut NUT (de)muxers. libavformat
Thu, 08 Feb 2007 23:41:08 +0000 jbr add read_probe function to raw ac3 demuxer libavformat
Thu, 08 Feb 2007 20:54:12 +0000 reimar Use av_set_pts_info and set some arbitrary timebase fallback libavformat
Wed, 07 Feb 2007 23:32:51 +0000 michael remove senseless and wrong direct access to ByteIOContext internals libavformat
Wed, 07 Feb 2007 23:22:53 +0000 reimar set pts_wrap_bits to 32 since timestamps in packets are 32 bit libavformat
Wed, 07 Feb 2007 23:06:13 +0000 michael iam pretty sure send time is dts and not pts ... libavformat
Wed, 07 Feb 2007 22:51:42 +0000 reimar 10l, forgot to skip payload description in UMF packet parsing libavformat
Wed, 07 Feb 2007 22:26:48 +0000 michael muxing packets with unknown timestamps is not allowed libavformat
Wed, 07 Feb 2007 17:56:31 +0000 michael supporting files with A,V,I,0x19 header libavformat
Wed, 07 Feb 2007 01:48:09 +0000 diego Replace deprecated PIX_FMT names by the newer variants. libavformat
Tue, 06 Feb 2007 19:14:16 +0000 michael Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name seperated by . place at here gmail place a dot here com>) libavformat
Mon, 05 Feb 2007 23:16:01 +0000 michael indent libavformat
Mon, 05 Feb 2007 23:06:08 +0000 michael dynamic index building so forward and backward seeking in avi without an index is possible libavformat
Mon, 05 Feb 2007 23:04:48 +0000 michael better generic index building and seeking code libavformat
Mon, 05 Feb 2007 02:08:57 +0000 takis Fix audio corruption when cutting. libavformat
Sun, 04 Feb 2007 17:05:44 +0000 mru move networking #includes into separate file libavformat
Fri, 02 Feb 2007 17:54:50 +0000 takis Make x11grab output its warning that it couldn't find the mouse pointer only libavformat
Fri, 02 Feb 2007 14:33:25 +0000 kostya Set correct aspect ratio (it's sample aspect, not display aspect) libavformat
Fri, 02 Feb 2007 11:19:58 +0000 michael packets must be correctly interleaved libavformat
Wed, 31 Jan 2007 23:32:01 +0000 michael extract aspect ratio libavformat
Wed, 31 Jan 2007 11:24:04 +0000 michael 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) libavformat
Wed, 31 Jan 2007 08:29:24 +0000 diego Add some context to av_log calls. libavformat
Tue, 30 Jan 2007 10:48:39 +0000 gpoirier Fix misbehaviour in url_fseek() when seeking fails. libavformat
Tue, 30 Jan 2007 10:37:52 +0000 gpoirier protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the libavformat
Mon, 29 Jan 2007 15:02:57 +0000 lu_zero Missing prototype added libavformat
Mon, 29 Jan 2007 14:54:55 +0000 michael fix seeking in wma libavformat
Sun, 28 Jan 2007 17:23:28 +0000 kostya Seeking support in WavPack libavformat
Sun, 28 Jan 2007 09:07:49 +0000 mmu_man an alloc func failing should give ENOMEM anyway. libavformat
Sun, 28 Jan 2007 02:38:02 +0000 bcoudurier proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net libavformat
Sat, 27 Jan 2007 12:07:16 +0000 michael stealing a few field names from mplayers asf demuxer libavformat
Fri, 26 Jan 2007 12:32:23 +0000 bcoudurier remove void * used in arithmetic warnings libavformat
Thu, 25 Jan 2007 21:56:06 +0000 bcoudurier add waveformatextensible support libavformat
Thu, 25 Jan 2007 10:01:28 +0000 gpoirier use more portable PRIu64 libavformat
Thu, 25 Jan 2007 00:34:38 +0000 diego Move conditional CFLAGS and OBJS setting to common place. libavformat
Thu, 25 Jan 2007 00:10:10 +0000 diego cosmetics: sort libavformat
Wed, 24 Jan 2007 15:59:58 +0000 bcoudurier remove some printf warnings libavformat
Wed, 24 Jan 2007 15:57:41 +0000 bcoudurier make vars unsigned libavformat
Wed, 24 Jan 2007 15:46:59 +0000 bcoudurier stop if current sample is higher than sample count libavformat