log

age author description
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
Mon, 06 Jul 2009 17:08:32 +0000 reimar Check for packet_length 0, it is already treated as invalid by the padding check, libavformat
Sat, 04 Jul 2009 08:02:01 +0000 bcoudurier fix and simplify long gop mpeg codec ul computation libavformat
Sat, 04 Jul 2009 07:56:58 +0000 bcoudurier set index duration to 0 for cbr, specifying whole container coverage libavformat
Sat, 04 Jul 2009 07:52:28 +0000 bcoudurier use ber4 length for descriptors preferred by specs libavformat
Sat, 04 Jul 2009 07:49:12 +0000 bcoudurier write profile and level local tag in mpeg descriptor libavformat
Fri, 03 Jul 2009 11:31:09 +0000 reimar Replace invalid Theora frame rate by 25 FPS. libavformat
Fri, 03 Jul 2009 11:27:52 +0000 reimar Check for failed extradata malloc, fixes a crash in out-of-memory conditions libavformat
Fri, 03 Jul 2009 11:26:14 +0000 reimar Check size of "strf" header against size of enclosing "LIST" if there is one. libavformat
Fri, 03 Jul 2009 11:18:56 +0000 reimar Fix indentation libavformat
Fri, 03 Jul 2009 11:18:07 +0000 reimar Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. libavformat
Thu, 02 Jul 2009 12:47:58 +0000 michael If either of num or den is 0 make both 0 in av_set_pts_info(). libavformat
Wed, 01 Jul 2009 20:52:48 +0000 michael Make sure av_set_pts_info() does not set the fields of a timebase to libavformat
Wed, 01 Jul 2009 18:50:31 +0000 michael Make arguments of av_set_pts_info() unsigned. libavformat
Tue, 30 Jun 2009 07:43:32 +0000 bcoudurier cosmetics, change case and comments alignment libavformat
Tue, 30 Jun 2009 07:41:40 +0000 bcoudurier correctly compute frame flags with closed gop libavformat
Mon, 29 Jun 2009 22:48:07 +0000 alexc Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). libavformat
Mon, 29 Jun 2009 18:49:15 +0000 stefano Make the configure script select the input/output devices using libavformat
Mon, 29 Jun 2009 18:37:29 +0000 michael indent libavformat
Mon, 29 Jun 2009 18:36:49 +0000 michael id3v2.4.0 uses syncsafe integers for sizes of frames. libavformat
Sun, 28 Jun 2009 21:05:46 +0000 stefano Remove inconsistent use of a @brief command in av_write_trailer() libavformat
Sun, 28 Jun 2009 21:01:51 +0000 stefano Use consistently the third person in doxy, as recommended by the libavformat
Thu, 25 Jun 2009 19:44:44 +0000 michael Fix id3v2.2 frame size parsing. libavformat
Thu, 25 Jun 2009 19:26:39 +0000 michael Fix id3v2.3/4 tag size parsing. libavformat
Thu, 25 Jun 2009 19:10:27 +0000 bcoudurier use AVFormatContext->probesize in av_find_stream_info and raise default to 5M libavformat
Thu, 25 Jun 2009 19:01:16 +0000 bcoudurier Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformat
Thu, 25 Jun 2009 18:48:57 +0000 bcoudurier limit raw packet buffer size used for codec probing libavformat
Thu, 25 Jun 2009 00:17:47 +0000 bcoudurier only set par if it does not indicates a rotation, ex iphone 3GS libavformat
Wed, 24 Jun 2009 23:04:05 +0000 rbultje Remove any reference to ASFContext.packet_size and replace it with libavformat
Wed, 24 Jun 2009 22:10:53 +0000 jbr flvdec: Build a Speex header during FLV demuxing using required and libavformat
Wed, 24 Jun 2009 09:40:00 +0000 reimar Reindent after last patch. libavformat
Wed, 24 Jun 2009 09:38:42 +0000 reimar mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. libavformat