log

age author description
Fri, 04 Sep 2009 21:38:45 +0000 jbr Add frame_size as a codec parameter requirement for Speex in libavformat
Sun, 30 Aug 2009 18:14:22 +0000 cehoyos Fix incorrect display of ASF/WMV duration after r12926. libavformat
Fri, 28 Aug 2009 00:44:54 +0000 jbr Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavformat
Wed, 26 Aug 2009 22:33:48 +0000 schreter Cosmetic changes in read_seek* routines. libavformat
Wed, 26 Aug 2009 22:10:35 +0000 cehoyos Decoder for LPCM as used in Bluray discs. libavformat
Wed, 26 Aug 2009 08:38:44 +0000 reimar Check for seek failures in avi_load_index, otherwise if the index offset libavformat
Tue, 25 Aug 2009 19:59:38 +0000 bcoudurier return AVERROR(ENOMEM) if stream could not be allocated libavformat
Tue, 25 Aug 2009 19:58:21 +0000 bcoudurier check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu libavformat
Tue, 25 Aug 2009 09:46:16 +0000 diego Do not read index chunks as audio/video data; closes issue 1336. libavformat
Tue, 25 Aug 2009 08:47:39 +0000 cehoyos Add Bluray Subtitle Support libavformat
Tue, 25 Aug 2009 07:47:34 +0000 reimar Mark video from .mtv files correctly as upside-down. libavformat
Mon, 24 Aug 2009 21:42:25 +0000 mru mpegts: change variable-length array to fixed length libavformat
Mon, 24 Aug 2009 13:43:33 +0000 aurel matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks libavformat
Mon, 24 Aug 2009 13:40:30 +0000 aurel matroskadec: factorize some code libavformat
Sat, 22 Aug 2009 16:07:50 +0000 schreter Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformat
Sat, 22 Aug 2009 16:05:43 +0000 schreter Support for generic multi-stream key frame finding for new seek API. libavformat
Fri, 21 Aug 2009 08:34:19 +0000 bwolowiec Add support for S/PDIF encapsulation. libavformat
Wed, 12 Aug 2009 13:17:39 +0000 pross Moves the display of metadata to dump_format() libavformat
Tue, 11 Aug 2009 17:28:56 +0000 kostya Parse ID3 tags in Musepack SV7 files libavformat
Tue, 11 Aug 2009 17:18:10 +0000 kostya Parse APE metadata tags in Musepack SV7 files libavformat
Tue, 11 Aug 2009 17:08:09 +0000 kostya Move APE tag parsing into separate module. libavformat
Tue, 11 Aug 2009 16:55:49 +0000 kostya Do not use internals of ByteIOContext during APE tags parsing. libavformat
Tue, 11 Aug 2009 16:43:44 +0000 kostya Remove incorrect APE tag size adjustment based on flags. libavformat
Mon, 10 Aug 2009 20:53:32 +0000 aurel avidec: simplify, using av_rescale_q() instead of av_rescale() libavformat
Mon, 10 Aug 2009 20:48:05 +0000 aurel actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc libavformat
Mon, 10 Aug 2009 18:12:02 +0000 aurel matroskadec: disable h264 parser as long as it totally mess up frame type libavformat
Mon, 10 Aug 2009 18:06:14 +0000 aurel matroskadec: correctly parse flags for simpleblock frames libavformat
Mon, 10 Aug 2009 16:35:36 +0000 diego cosmetics: whitespace, prettyprinting, coding style fixes libavformat
Mon, 10 Aug 2009 16:27:33 +0000 diego Sony Wave64 demuxer libavformat
Fri, 07 Aug 2009 23:57:52 +0000 aurel fix riff subtitle timebase libavformat
Sun, 02 Aug 2009 17:42:40 +0000 ramiro Use enums instead of int. libavformat
Fri, 31 Jul 2009 06:49:36 +0000 kostya RTMP protocol support (as a client) libavformat
Thu, 30 Jul 2009 19:14:57 +0000 bcoudurier cosmetics, remove spaces after '(' and before ')' libavformat
Thu, 30 Jul 2009 18:29:06 +0000 bcoudurier init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 libavformat
Thu, 30 Jul 2009 15:05:33 +0000 rbultje Remove old_flags variable, which is a duplicate of the flags variable. libavformat
Thu, 30 Jul 2009 15:04:19 +0000 rbultje Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function libavformat
Thu, 30 Jul 2009 08:21:11 +0000 bcoudurier return EOF in image2 demuxer libavformat
Wed, 29 Jul 2009 17:12:47 +0000 diego Remove pointless '#ifdef DEBUG' around dprintf macro. libavformat
Wed, 29 Jul 2009 02:17:08 +0000 bcoudurier Stop parsing in read_header only after finding pmt, and libavformat
Tue, 28 Jul 2009 17:51:12 +0000 bcoudurier rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com libavformat
Mon, 27 Jul 2009 14:32:54 +0000 rbultje Cosmetics: remove spaces between function name and arguments in declaration, libavformat
Mon, 27 Jul 2009 14:29:06 +0000 rbultje Use named initializers and use new/free_context() instead of extradata() libavformat
Mon, 27 Jul 2009 14:03:53 +0000 rbultje Implement support for EOS as used by WMS and other RTSP servers that do not libavformat
Mon, 27 Jul 2009 14:00:10 +0000 rbultje Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See libavformat
Mon, 27 Jul 2009 12:36:22 +0000 benoit Only consider -1 as an error return value for open(). libavformat
Sun, 26 Jul 2009 19:09:35 +0000 rbultje Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: libavformat
Sun, 26 Jul 2009 12:20:04 +0000 mru Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN libavformat
Fri, 24 Jul 2009 21:28:44 +0000 aurel fix various compilation dependencies libavformat
Fri, 24 Jul 2009 21:28:03 +0000 aurel fix compilation of cavsvideo demuxer libavformat
Tue, 21 Jul 2009 07:18:14 +0000 kostya Register some additional AMF types in libavformat/flv.h libavformat
Sun, 19 Jul 2009 09:38:58 +0000 stefano Use globally consistent include guard names. libavformat
Wed, 15 Jul 2009 10:00:16 +0000 benoit Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in libavformat
Wed, 15 Jul 2009 05:52:49 +0000 diego Use ff_neterrno instead of errno in tcp.c. libavformat
Mon, 13 Jul 2009 17:16:36 +0000 diego Only #define lseek to _lseeki64 on MinGW, not MinGW CE. libavformat
Sun, 12 Jul 2009 22:31:05 +0000 diego Make (de)muxers for format variants select the main format (de)muxer. libavformat
Wed, 08 Jul 2009 08:52:56 +0000 benoit Add block_align to sox input. libavformat
Wed, 08 Jul 2009 08:26:57 +0000 benoit Fix mem leak when user preallocates an AVFormatContext, passes it to libavformat
Mon, 06 Jul 2009 21:54:37 +0000 aurel flvdec: expose metadata through the generic metadata API libavformat
Mon, 06 Jul 2009 21:49:33 +0000 aurel flvdec: re-enable metadata parsing libavformat
Mon, 06 Jul 2009 21:46:37 +0000 aurel flvdec: don't set format and codec context from metadata values libavformat