log matroskadec.c @ 3414:703f452f00f1 libavformat

age author description
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
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
Wed, 28 May 2008 21:22:08 +0000 michael Dead code removal, fixes CID59 RUN2. libavformat
Fri, 23 May 2008 18:15:13 +0000 michael Pass time_base as argument to new_chapter() as well. libavformat
Fri, 23 May 2008 13:14:11 +0000 michael Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformat
Fri, 23 May 2008 13:02:27 +0000 michael Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformat
Fri, 23 May 2008 11:47:11 +0000 aurel don't set a dummy chapter title when title is unknown libavformat
Thu, 22 May 2008 23:04:02 +0000 aurel matroskadec: allows inserting chapters with unspecified end libavformat
Thu, 22 May 2008 22:07:09 +0000 aurel demux chapters out of matroska libavformat
Thu, 15 May 2008 23:12:41 +0000 aurel matroskadec: add support for bzlib compressed tracks libavformat
Tue, 13 May 2008 23:33:15 +0000 aurel add missing \n in av_log message libavformat
Tue, 13 May 2008 23:32:13 +0000 aurel matroskadec: add support for zlib compressed tracks libavformat
Tue, 13 May 2008 15:42:27 +0000 cehoyos Add MATROSKA_TRACK_TYPE_NONE. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Fri, 09 May 2008 01:59:33 +0000 aurel use enum type instead of int libavformat
Fri, 09 May 2008 01:54:35 +0000 aurel cosmetics: indentation libavformat
Fri, 09 May 2008 01:53:59 +0000 aurel matroskadec: add support for lzo compressed tracks libavformat
Thu, 08 May 2008 23:11:13 +0000 aurel matroskadec: fail gracefully when seeking don't work libavformat
Thu, 08 May 2008 21:47:31 +0000 aurel matroskadec: add support for track content encoding libavformat
Sat, 19 Apr 2008 17:07:58 +0000 voroshil Implement FFMAX3(a,b,c) - maximum over three arguments. libavformat
Wed, 02 Apr 2008 21:41:48 +0000 aurel use common aac sample rate tables libavformat
Mon, 31 Mar 2008 20:16:04 +0000 aurel check return value of matroska_find_track_by_num (fix a segfault) libavformat
Mon, 10 Mar 2008 21:23:06 +0000 aurel add out of bound stream index checks libavformat
Mon, 10 Mar 2008 21:09:27 +0000 aurel add a temporary variable to simplify the code libavformat
Fri, 07 Mar 2008 19:25:09 +0000 eugeni Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformat
Mon, 04 Feb 2008 01:04:27 +0000 michael Remove incorrect cast found by -Wwrite-strings. libavformat
Sun, 27 Jan 2008 15:43:17 +0000 aurel Add support for Matroska attachments. libavformat
Mon, 07 Jan 2008 00:03:19 +0000 aurel Make ff_mkv_codec_tags lie entirely in .rodata section. libavformat
Wed, 02 Jan 2008 17:17:56 +0000 aurel move num_packets=0 where it belongs libavformat
Sat, 29 Dec 2007 20:49:03 +0000 aurel export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformat
Sat, 29 Dec 2007 18:35:38 +0000 aurel clear internal queue when seeking libavformat
Sat, 29 Dec 2007 18:32:47 +0000 aurel move internal queue freeing code in its own function libavformat
Sat, 29 Dec 2007 18:30:27 +0000 aurel fix memory leak (patch by Gabriel Fort gforte _at_ wyplay _dot_ com) libavformat
Mon, 03 Dec 2007 13:33:48 +0000 diego colour --> color in variable names libavformat
Mon, 03 Dec 2007 13:01:53 +0000 diego cosmetics: comment spelling fixes libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Sun, 21 Oct 2007 22:27:24 +0000 aurel cosmetics: reindent libavformat
Sun, 21 Oct 2007 17:21:20 +0000 kostya Make Matroska demuxer output full frames instead of slices for RealVideo libavformat
Fri, 31 Aug 2007 18:24:09 +0000 conrad SimpleBlock keyframe flag is the most significant bit libavformat
Thu, 16 Aug 2007 22:04:38 +0000 aurel cosmetic: indentation libavformat
Thu, 16 Aug 2007 22:01:54 +0000 aurel Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformat
Thu, 16 Aug 2007 21:55:37 +0000 aurel no need for special case default_duration for AAC libavformat
Thu, 16 Aug 2007 21:54:04 +0000 aurel calculate default_duration according to framerate only when not already set libavformat
Fri, 10 Aug 2007 15:37:55 +0000 aurel ensure that negative block_time are properly checked libavformat
Thu, 19 Jul 2007 15:38:33 +0000 takis Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Thu, 19 Jul 2007 15:21:30 +0000 takis Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformat
Mon, 16 Jul 2007 14:51:43 +0000 aurel add support for S_ASS and S_SSA codec string libavformat
Fri, 13 Jul 2007 11:58:15 +0000 alex Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformat
Wed, 11 Jul 2007 13:37:07 +0000 aurel add support for ASS like subtitles in Matroska libavformat
Wed, 11 Jul 2007 13:13:20 +0000 aurel add support for Matroska subtitle tracks libavformat
Mon, 09 Jul 2007 13:51:06 +0000 aurel duration must not be scaled libavformat
Mon, 09 Jul 2007 13:33:34 +0000 aurel properly set AVStream.language according to Matroska track header libavformat
Sun, 24 Jun 2007 21:50:09 +0000 aurel cosmetics: indentation after last commit libavformat
Sun, 24 Jun 2007 21:49:13 +0000 aurel drop blocks which are part of unsupported tracks libavformat
Sat, 23 Jun 2007 12:49:36 +0000 aurel simplify libavformat
Sat, 23 Jun 2007 12:32:19 +0000 aurel use intreadwrite functions in matroskadec libavformat