log

age author description
Sat, 31 Jan 2009 05:53:04 +0000 stefang ADPCM found in Xbox wav files can be decoded with libavformat
Fri, 30 Jan 2009 00:44:54 +0000 aurel typo libavformat
Thu, 29 Jan 2009 15:33:19 +0000 compn pvez avi fourcc is truemotion1 libavformat
Wed, 28 Jan 2009 13:37:26 +0000 michael Fix remotely exploitable arbitrary code execution vulnerability. libavformat
Tue, 27 Jan 2009 23:44:11 +0000 bcoudurier second try fixing time code in gxf libavformat
Tue, 27 Jan 2009 22:21:28 +0000 michael Prefer av_freep() over av_free() for variables in the context for safety. libavformat
Tue, 27 Jan 2009 22:20:05 +0000 michael Add {} between if/else libavformat
Tue, 27 Jan 2009 22:14:48 +0000 michael Export all tracks (each is a different language) instead of just one. libavformat
Tue, 27 Jan 2009 22:03:13 +0000 michael remove pointless {} libavformat
Tue, 27 Jan 2009 21:58:45 +0000 michael Move current_track variable closer to where it is used. libavformat
Tue, 27 Jan 2009 21:56:28 +0000 michael Fix memleak of fourxm->tracks on error return. libavformat
Tue, 27 Jan 2009 21:09:22 +0000 michael vertical align libavformat
Tue, 27 Jan 2009 21:06:19 +0000 michael Fix memleak of header in error returns. libavformat
Tue, 27 Jan 2009 21:01:47 +0000 michael better header_size check libavformat
Tue, 27 Jan 2009 20:51:10 +0000 michael size < 4 is invalid libavformat
Tue, 27 Jan 2009 18:01:26 +0000 benoit Whitespace cosmetics to align return statements. libavformat
Tue, 27 Jan 2009 18:00:40 +0000 benoit Check buffer is inside what is passed when probing for flac. libavformat
Tue, 27 Jan 2009 12:23:16 +0000 lucabe Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformat
Tue, 27 Jan 2009 04:29:33 +0000 bcoudurier seek at 0 when timestamp requested is negative libavformat
Mon, 26 Jan 2009 23:39:22 +0000 aurel make it clear that the new metadata API is a work in progress libavformat
Sun, 25 Jan 2009 19:11:10 +0000 diego Directly #include some required headers. libavformat
Sun, 25 Jan 2009 16:44:45 +0000 stefano Move documentation of av_register_all() from allformats.c to libavformat
Sun, 25 Jan 2009 01:21:10 +0000 jbr use function and definitions from libavcodec/flac.h in oggparseflac.c libavformat
Sun, 25 Jan 2009 00:16:27 +0000 jbr Handle ID3v2 tags in raw FLAC streams by skipping them. libavformat
Sat, 24 Jan 2009 14:52:46 +0000 diego Fix undefined preprocessor directives warnings during 'make checkheaders'. libavformat
Sat, 24 Jan 2009 08:20:42 +0000 stefang return an error if we can not get a full packet, libavformat
Sat, 24 Jan 2009 08:06:43 +0000 stefang fix header parsing, the NULL terminated File ID is followed by a space libavformat
Sat, 24 Jan 2009 04:56:18 +0000 rbultje Skip m= blocks in the SDP if the media type is unknown. This prevents libavformat
Fri, 23 Jan 2009 22:16:31 +0000 bcoudurier set pts and dts when only pts is present, according to specs libavformat
Fri, 23 Jan 2009 20:57:12 +0000 bcoudurier write essence container data libavformat