log

age author description
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
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
Wed, 24 Jun 2009 08:57:53 +0000 reimar mov_read_packet: extract code that searches for the stream/sample to demux next libavformat
Wed, 24 Jun 2009 08:50:46 +0000 reimar mov_read_packet: if dv_get_packet fails, return exactly its error value libavformat
Wed, 24 Jun 2009 08:23:40 +0000 reimar In mov_read_packet remember the AVStream we want to demux next instead of the libavformat
Wed, 24 Jun 2009 03:38:47 +0000 bcoudurier check stream existence before assignment, fix #1222 libavformat
Tue, 23 Jun 2009 15:38:53 +0000 rbultje Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). libavformat
Mon, 22 Jun 2009 23:09:34 +0000 diego Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformat
Mon, 22 Jun 2009 16:52:02 +0000 rbultje Change packet_size from signed to unsigned, since it never has a negative libavformat
Sun, 21 Jun 2009 20:18:29 +0000 jbr oggenc: Change error log text. An error here does not necessarily mean libavformat
Sun, 21 Jun 2009 20:16:48 +0000 jbr oggenc: return error value from ogg_build_flac_headers() libavformat
Sun, 21 Jun 2009 20:14:58 +0000 jbr cosmetics: spacing and comments libavformat
Sun, 21 Jun 2009 20:13:54 +0000 jbr oggenc: check for failed av_mallocz() libavformat
Sat, 20 Jun 2009 14:51:03 +0000 cehoyos Revert unintended hunk of r19241. libavformat
Sat, 20 Jun 2009 14:47:38 +0000 cehoyos Revert r19239: It broke four conformance tests. libavformat
Sat, 20 Jun 2009 12:52:48 +0000 cehoyos Fix onMetaData property count in flv files (issue 1206). libavformat
Sat, 20 Jun 2009 09:00:12 +0000 jai_menon Print meaningful error messages when url_fopen fails. libavformat
Sat, 20 Jun 2009 06:09:30 +0000 bcoudurier add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformat
Fri, 19 Jun 2009 21:36:21 +0000 bcoudurier fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformat
Fri, 19 Jun 2009 14:36:47 +0000 superdump Add support for id3 tag parsing for ADTS AAC streams libavformat
Fri, 19 Jun 2009 14:03:35 +0000 diego Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. libavformat
Fri, 19 Jun 2009 13:26:10 +0000 reimar Add support for muxing XSUB subtitles to AVI muxer. libavformat
Thu, 18 Jun 2009 19:31:12 +0000 darkshikari Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. libavformat
Thu, 18 Jun 2009 00:22:08 +0000 michael Print why av_find_stream_info() failed, this is a rather common question libavformat
Wed, 17 Jun 2009 19:04:02 +0000 rbultje Set restrictions on packet_size, as per ISO-11172 / H-222 specifications libavformat
Wed, 17 Jun 2009 07:05:17 +0000 benoit Remove a test on an always false condition. libavformat
Wed, 17 Jun 2009 00:37:06 +0000 astrange Add '.mp1' for MP1 audio in MOV/CAF. libavformat
Tue, 16 Jun 2009 23:50:02 +0000 darkshikari Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. libavformat
Tue, 16 Jun 2009 23:14:59 +0000 stefano Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about libavformat
Mon, 15 Jun 2009 08:38:11 +0000 diego The AAC demuxer now depends on id3v1.o. libavformat
Mon, 15 Jun 2009 02:07:41 +0000 bcoudurier check atom size against edit_count to avoid very long loop libavformat
Mon, 15 Jun 2009 01:41:59 +0000 bcoudurier fix probing and demuxing of pond.dv, issue #887 libavformat
Sun, 14 Jun 2009 22:34:28 +0000 bcoudurier check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformat
Sat, 13 Jun 2009 22:45:58 +0000 jbr Add a VorbisComment metadata conversion table and use it in the FLAC and libavformat
Sat, 13 Jun 2009 22:29:38 +0000 aurel matroskadec: prepend TargetType to metadata key name libavformat
Sat, 13 Jun 2009 06:39:01 +0000 kostya Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read libavformat
Sat, 13 Jun 2009 03:02:16 +0000 darkshikari Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2), libavformat
Sat, 13 Jun 2009 02:20:54 +0000 pross Electronic Arts demuxer: support Madcow video tag libavformat
Sat, 13 Jun 2009 00:50:57 +0000 conrad Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of libavformat
Sat, 13 Jun 2009 00:16:39 +0000 darkshikari Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file. libavformat
Fri, 12 Jun 2009 19:49:46 +0000 alexc Do not include libavcodec/internal.h in the ADTS muxer. libavformat
Fri, 12 Jun 2009 17:39:56 +0000 darkshikari Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavformat
Fri, 12 Jun 2009 13:21:01 +0000 jai_menon Associate the 0x6c75 TwoCC used in certain Kodak cameras libavformat
Fri, 12 Jun 2009 05:29:29 +0000 diego DPX (Digital Picture Exchange) image decoder libavformat
Fri, 12 Jun 2009 05:26:40 +0000 conrad Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 libavformat