log

age author description
Sun, 24 Aug 2008 17:19:46 +0000 reimar Mark "matroska" probe data string constant. libavformat
Sun, 24 Aug 2008 17:09:15 +0000 reimar Make ogg_codec_t descriptions const libavformat
Sun, 24 Aug 2008 16:51:50 +0000 reimar Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformat
Sun, 24 Aug 2008 16:22:40 +0000 rbultje Remove check for @ in tcp.c which removes the authorization data from the libavformat
Sun, 24 Aug 2008 14:12:03 +0000 aurel voc: add ff_ prefix to some global const data libavformat
Sun, 24 Aug 2008 14:02:55 +0000 reimar Remove useless empty close functions in mmf and mm demuxers. libavformat
Sun, 24 Aug 2008 13:12:41 +0000 aurel matroskadec: make aac_profiles array const libavformat
Sun, 24 Aug 2008 12:45:15 +0000 reimar Make the id3v1_genre_str array const, not just the strings it points to. libavformat
Sun, 24 Aug 2008 05:55:46 +0000 vitor Import more ok'ed chunks of the mxf muxer from the soc tree libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Sat, 23 Aug 2008 23:13:58 +0000 aurel export sample_aspect_ratio read by the demuxer in a separate field libavformat
Sat, 23 Aug 2008 22:36:35 +0000 pross Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. libavformat
Sat, 23 Aug 2008 18:52:26 +0000 rbultje Cosmetics after previous patches. libavformat
Sat, 23 Aug 2008 18:49:16 +0000 rbultje On failure, return directly because the fail: case does nothing. This also libavformat
Sat, 23 Aug 2008 18:46:30 +0000 rbultje Move malloc() down until after all initializations, so that the resource is libavformat
Sat, 23 Aug 2008 17:39:56 +0000 rbultje Fix memleak on some OSes in case network initialization fails. See libavformat
Sat, 23 Aug 2008 17:39:10 +0000 rbultje Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. libavformat
Sat, 23 Aug 2008 15:25:38 +0000 bcoudurier enable fl32/64 le/be in mov with stsd audio v2 libavformat
Fri, 22 Aug 2008 19:03:05 +0000 lucabe Do not set timestamp information for a non existing AVStream libavformat
Fri, 22 Aug 2008 04:12:52 +0000 vitor Apply parts of MXF muxer ok'ed by Michael libavformat
Wed, 20 Aug 2008 23:08:07 +0000 aurel matroskadec: fail cleanly when the required compression lib is not compiled in libavformat
Wed, 20 Aug 2008 22:30:15 +0000 aurel matroskadec: stop parsing when skipping en element crossing over the end of file libavformat
Wed, 20 Aug 2008 00:49:45 +0000 aurel matroska: add support for most variants of PCM libavformat
Wed, 20 Aug 2008 00:44:25 +0000 aurel matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way libavformat
Tue, 19 Aug 2008 23:44:23 +0000 rbultje Implement url_open_protocol(), which is basiclly the former url_open() libavformat
Tue, 19 Aug 2008 22:01:57 +0000 cehoyos Ok-ed parts from patch by zhentan feng. libavformat
Tue, 19 Aug 2008 21:58:47 +0000 cehoyos Remove useless #ifdef DEBUG (patch by Zhentan Feng). libavformat
Tue, 19 Aug 2008 18:49:57 +0000 stefano Replace invocations of av_fifo_realloc(), which is going to be libavformat
Tue, 19 Aug 2008 12:36:17 +0000 cehoyos Ok-ed parts from patch by zhentan feng. libavformat
Tue, 19 Aug 2008 11:05:29 +0000 pross Make AIFF demuxer handle F32BE and F64BE PCM audio. libavformat
Tue, 19 Aug 2008 11:00:40 +0000 pross Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. libavformat
Tue, 19 Aug 2008 10:54:30 +0000 pross Make RIFF-based demuxers handle F32LE and F64LE PCM audio. libavformat
Tue, 19 Aug 2008 10:49:38 +0000 pross Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. libavformat
Mon, 18 Aug 2008 18:11:00 +0000 michael Ok-ed parts from patch by zhentan feng. libavformat
Mon, 18 Aug 2008 17:54:18 +0000 michael Factorize common code out of the mxf demuxer. libavformat
Mon, 18 Aug 2008 12:39:57 +0000 pross Support Electronic Arts files containing MP3 audio. libavformat
Sat, 16 Aug 2008 18:39:30 +0000 aurel struct timeval requires #include <sys/time.h> libavformat
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