log

age author description
Sat, 16 Aug 2008 14:46:31 +0000 michael Fix rc_eq mem leak. libavformat
Fri, 15 Aug 2008 19:24:55 +0000 diego Surround format-specific functions with matching preprocessor conditionals. libavformat
Fri, 15 Aug 2008 17:28:20 +0000 diego Surround AVInputFormat declarations with format-specific #ifdefs. libavformat
Fri, 15 Aug 2008 16:54:27 +0000 diego Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformat
Fri, 15 Aug 2008 16:48:05 +0000 diego Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformat
Fri, 15 Aug 2008 16:37:59 +0000 diego cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformat
Fri, 15 Aug 2008 16:33:12 +0000 diego cosmetics: misc spelling fixes libavformat
Fri, 15 Aug 2008 16:13:05 +0000 michael Add flag to mark demuxers that can output discontinuous timestamps. libavformat
Thu, 14 Aug 2008 22:36:05 +0000 aurel use h_addr_list[0] instead of h_addr as this is the posix hostent field name libavformat
Thu, 14 Aug 2008 22:01:59 +0000 aurel ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformat
Thu, 14 Aug 2008 21:48:02 +0000 bcoudurier import ok'd hunks for mxf muxer libavformat
Thu, 14 Aug 2008 14:29:18 +0000 diego Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. libavformat
Thu, 14 Aug 2008 11:17:23 +0000 diego Change Dirac in MPEG-TS encapsulation to conform with spec changes. libavformat
Thu, 14 Aug 2008 03:24:58 +0000 michael Do not fill the pts reordering buffer with guessed dts. libavformat
Wed, 13 Aug 2008 21:15:15 +0000 aurel matroskadec: list some more ebml IDs found in the wild and that we ignore libavformat
Wed, 13 Aug 2008 19:29:35 +0000 diego Dirac encapsulation in MPEG-TS libavformat
Wed, 13 Aug 2008 18:32:16 +0000 diego Remove unused variable. libavformat
Wed, 13 Aug 2008 17:22:53 +0000 aurel strcasecmp() requires #include <strings.h> libavformat
Wed, 13 Aug 2008 09:36:45 +0000 aurel matroskadec: parse available blocks even when cluster parsing failed libavformat
Tue, 12 Aug 2008 21:02:37 +0000 michael Add needed include, make it compile without -D_BSD_SOURCE. libavformat
Tue, 12 Aug 2008 17:28:00 +0000 bcoudurier increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm libavformat
Tue, 12 Aug 2008 17:26:36 +0000 bcoudurier Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, libavformat
Tue, 12 Aug 2008 12:36:00 +0000 pross Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. libavformat
Tue, 12 Aug 2008 08:35:09 +0000 pross Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. libavformat
Tue, 12 Aug 2008 08:33:32 +0000 pross Electronic Arts demuxer: ignore PTxx platform ID values. libavformat
Tue, 12 Aug 2008 08:32:59 +0000 pross Support Electronic Arts files containing MPEG2VIDEO. libavformat
Sun, 10 Aug 2008 15:34:29 +0000 banan FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi libavformat
Sun, 10 Aug 2008 01:58:46 +0000 pross Add MDEC tags to Electronic Arts demuxer. libavformat
Sun, 10 Aug 2008 00:28:56 +0000 stefano Cosmetics: move at the beginning of the file the av_frac_* functions, avoid libavformat
Fri, 08 Aug 2008 23:50:38 +0000 aurel matroskadec: add basic tags support (metadata) libavformat
Fri, 08 Aug 2008 18:40:50 +0000 stefano Implement avformat_version(). libavformat
Thu, 07 Aug 2008 17:33:53 +0000 bcoudurier remove mxf.c, previously copied to mxfdec.c libavformat
Thu, 07 Aug 2008 02:12:14 +0000 bcoudurier rename mxf.c to mxfdec.c libavformat
Wed, 06 Aug 2008 22:17:38 +0000 mru Maintain pointer to end of AVFormatContext.packet_buffer list libavformat
Wed, 06 Aug 2008 08:34:35 +0000 pross Add Electronic Arts TGV chunk tags to EA demuxer. libavformat
Wed, 06 Aug 2008 00:21:10 +0000 aurel matroskadec: use av_freep(&x) instead of av_free(x);x=NULL libavformat
Wed, 06 Aug 2008 00:17:47 +0000 aurel matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformat
Tue, 05 Aug 2008 21:46:10 +0000 diego Fix small typo. libavformat
Tue, 05 Aug 2008 10:38:25 +0000 pross Support muxing of Zork PCM audio into RIFF formats. libavformat
Tue, 05 Aug 2008 08:28:57 +0000 diego misc spelling/grammar fixes libavformat
Tue, 05 Aug 2008 00:43:01 +0000 aurel matroskadec: remove useless num_streams libavformat
Tue, 05 Aug 2008 00:42:58 +0000 aurel matroskadec: expand useless ebml_read_element_id() wrapper libavformat
Tue, 05 Aug 2008 00:42:55 +0000 aurel matroskadec: simplify matroska_ebmlnum_sint() libavformat
Tue, 05 Aug 2008 00:42:52 +0000 aurel matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformat
Tue, 05 Aug 2008 00:42:49 +0000 aurel matroska: expand useless define for MS compat codec id strings libavformat
Tue, 05 Aug 2008 00:42:46 +0000 aurel matroskadec: remove useless comments in ff_mkv_codec_tags libavformat
Tue, 05 Aug 2008 00:42:43 +0000 aurel matroskadec: update copyright year and related comments libavformat
Tue, 05 Aug 2008 00:42:39 +0000 aurel matroskadec: reorder some functions in a more logical order libavformat
Tue, 05 Aug 2008 00:42:36 +0000 aurel matroskadec: remove now useless wrapper ebml_read_element_length() libavformat
Tue, 05 Aug 2008 00:42:33 +0000 aurel matroskadec: remove now useless wrapper ebml_read_seek() libavformat
Tue, 05 Aug 2008 00:42:29 +0000 aurel matroskadec: remove now useless peek_id libavformat
Tue, 05 Aug 2008 00:42:26 +0000 aurel matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformat
Tue, 05 Aug 2008 00:42:23 +0000 aurel matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformat
Tue, 05 Aug 2008 00:42:20 +0000 aurel matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformat
Tue, 05 Aug 2008 00:42:17 +0000 aurel matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformat
Tue, 05 Aug 2008 00:42:13 +0000 aurel matroskadec: rename ebml_parse() to ebml_parse_nest() libavformat
Tue, 05 Aug 2008 00:42:10 +0000 aurel matroskadec: don't care about the number of bytes read by ebml_read_element_id() libavformat
Tue, 05 Aug 2008 00:42:08 +0000 aurel matroskadec: simplify check for hierarchy level libavformat
Tue, 05 Aug 2008 00:42:05 +0000 aurel matroskadec: cosmetics: consistent style for function declarations libavformat
Tue, 05 Aug 2008 00:42:02 +0000 aurel matroskadec: Use string instead of char table as probe data comparison source. libavformat