log

age author description
Fri, 06 Jun 2008 17:02:06 +0000 ramiro Remove useless img_read_close(). libavformat
Fri, 06 Jun 2008 17:00:28 +0000 ramiro Remove unneeded NULL at end of struct. libavformat
Fri, 06 Jun 2008 16:53:01 +0000 ramiro Merge declaration and initialization. libavformat
Thu, 05 Jun 2008 15:03:55 +0000 diego cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformat
Wed, 04 Jun 2008 23:24:55 +0000 aurel matroskadec: remove some useless code libavformat
Wed, 04 Jun 2008 23:15:08 +0000 aurel cosmetics: indentation libavformat
Wed, 04 Jun 2008 23:11:47 +0000 aurel matroskadec: don't remove dummy level when none was added libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Tue, 03 Jun 2008 15:19:43 +0000 aurel Ensure the first audio stream is selected as the default stream libavformat
Tue, 03 Jun 2008 15:14:21 +0000 aurel adjust comment to reality libavformat
Tue, 03 Jun 2008 15:09:30 +0000 aurel matroskadec: sane default value for track->time_scale libavformat
Tue, 03 Jun 2008 00:55:05 +0000 bcoudurier add pretty common .m2t as ts extension libavformat
Tue, 03 Jun 2008 00:53:33 +0000 bcoudurier fix continuity counter to start at 0 libavformat
Tue, 03 Jun 2008 00:50:22 +0000 michael Make update_initial_durations() also work if a dts occured before a libavformat
Tue, 03 Jun 2008 00:43:56 +0000 michael Do not set pts in update_initial_durations() if stream has b frames. libavformat
Mon, 02 Jun 2008 23:37:14 +0000 aurel matroskadec: fix potential mem leak libavformat
Mon, 02 Jun 2008 23:27:14 +0000 aurel matroskadec: avoid potential mem leak libavformat
Mon, 02 Jun 2008 23:07:41 +0000 aurel reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformat
Mon, 02 Jun 2008 23:01:14 +0000 aurel matroskadec: move ARRAY_SIZE() macro at top of the file libavformat
Mon, 02 Jun 2008 09:15:04 +0000 andoma Audio channels and sample rate must be set in order to skip libavformat
Mon, 02 Jun 2008 04:08:30 +0000 bcoudurier rename last_frame_offset to next_frame_offset, due to r13615 libavformat
Sun, 01 Jun 2008 16:25:05 +0000 takis Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformat
Sun, 01 Jun 2008 14:41:53 +0000 aurel matroskadec: use the proper timestamp scaling for index entries libavformat
Sun, 01 Jun 2008 13:54:11 +0000 aurel matroskadec: read TrackTimecodeScale and set timebase accordingly libavformat
Sun, 01 Jun 2008 13:39:54 +0000 aurel matroskadec: silently discard some element ID that we don't care about libavformat
Sat, 31 May 2008 14:26:56 +0000 diego flvenc.o depends on avc.o (for H.264 support functions). libavformat
Fri, 30 May 2008 16:05:56 +0000 ramiro raw mlp demuxer libavformat
Fri, 30 May 2008 13:26:40 +0000 benoit Detect "tif" suffix as TIFF. libavformat
Thu, 29 May 2008 15:59:14 +0000 reimar Check av_new_stream return value, fixes CID75 RUN2 libavformat
Thu, 29 May 2008 15:40:16 +0000 michael ENOMEM is better, yes ... libavformat