log

age author description
Wed, 25 Mar 2009 18:19:20 +0000 diego Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavformat
Wed, 25 Mar 2009 06:07:13 +0000 bcoudurier set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v libavformat
Tue, 24 Mar 2009 03:24:59 +0000 rbultje strchr(string, '\0') returns non-NULL, and is thus not suited for use in libavformat
Sun, 22 Mar 2009 23:13:21 +0000 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the libavformat
Sun, 22 Mar 2009 16:10:37 +0000 aurel handle id3v2 'genre' tag formated as '%d' libavformat
Sun, 22 Mar 2009 13:05:13 +0000 rbultje Remove alpha channel from default colorspace tables, since it is unused. See libavformat
Sun, 22 Mar 2009 12:47:16 +0000 rbultje Add a @todo with a comment from Kostya so we don't forget to optimize that at libavformat
Sun, 22 Mar 2009 07:40:22 +0000 kostya Add AURA 1 and 2 codec IDs and register their FOURCCs libavformat
Sun, 22 Mar 2009 03:52:55 +0000 bcoudurier allocate tracks instead of using MAX_STREAMS libavformat
Sun, 22 Mar 2009 02:47:35 +0000 bcoudurier since code now use get_bits_long, allocate padding buffer libavformat
Sun, 22 Mar 2009 02:04:28 +0000 bcoudurier avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 libavformat
Sat, 21 Mar 2009 23:29:34 +0000 bcoudurier reset codec width/height for h264 forcing decoder to parse extradata libavformat
Sat, 21 Mar 2009 21:02:08 +0000 rbultje Remove slash-skipping code because the function called right after that libavformat
Sat, 21 Mar 2009 21:00:51 +0000 rbultje Reindent something where a if () --> { <-- is on a newline rather than on the libavformat
Sat, 21 Mar 2009 20:59:59 +0000 rbultje Free metadata if already allocated; fixes a memleak if the header occurs twice libavformat
Sat, 21 Mar 2009 20:58:41 +0000 rbultje Fix silly bug in hex_to_data() where it compares a string pointer for whether libavformat
Sat, 21 Mar 2009 20:56:57 +0000 rbultje Remove useless comment about something that is deprecated. See summary in libavformat
Sat, 21 Mar 2009 20:55:52 +0000 rbultje Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". libavformat
Sat, 21 Mar 2009 20:54:47 +0000 rbultje Merge functional code from get_word() and get_word_sep() into a single libavformat
Sat, 21 Mar 2009 20:46:36 +0000 rbultje Allow (and parse) incoming server messages (notices) interleaved with TCP libavformat
Sat, 21 Mar 2009 20:44:46 +0000 rbultje Add a @todo item to use ByteIOContext instead of URLContext at some point in libavformat
Sat, 21 Mar 2009 20:34:24 +0000 rbultje Remove index writing in RM muxer, since it is broken (multiple streams per libavformat
Sat, 21 Mar 2009 19:19:09 +0000 rbultje Don't allow to sync on packets of zero-size length, since these are never libavformat
Sat, 21 Mar 2009 19:18:07 +0000 rbultje Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length libavformat
Sat, 21 Mar 2009 15:52:14 +0000 kostya Make Smacker audio decoder output audio in original bit depth libavformat
Sat, 21 Mar 2009 08:22:36 +0000 conrad Reindent libavformat
Sat, 21 Mar 2009 08:22:09 +0000 conrad Fix Speex header parsing in ogg demuxer libavformat
Sat, 21 Mar 2009 08:03:30 +0000 conrad Document ogg_codec's header function libavformat
Sat, 21 Mar 2009 07:36:25 +0000 bcoudurier fix compilation when DEBUG_SEEK is defined libavformat
Sat, 21 Mar 2009 07:35:52 +0000 bcoudurier fix valid seeking range libavformat
Sat, 21 Mar 2009 00:50:51 +0000 bcoudurier protect realloc overflow libavformat
Sat, 21 Mar 2009 00:49:14 +0000 jbr seek backwards 4 bytes if 'fLaC' marker is not found libavformat
Fri, 20 Mar 2009 17:23:45 +0000 cehoyos PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. libavformat
Fri, 20 Mar 2009 01:44:45 +0000 bcoudurier resync ffm if error in stream libavformat
Fri, 20 Mar 2009 01:39:55 +0000 bcoudurier typo, fix eof check libavformat
Fri, 20 Mar 2009 01:23:33 +0000 bcoudurier do not write ffm write index by default, detect if file is being written and return EOF libavformat
Fri, 20 Mar 2009 01:22:51 +0000 rbultje Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec libavformat
Fri, 20 Mar 2009 01:11:08 +0000 rbultje Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a libavformat
Thu, 19 Mar 2009 21:57:14 +0000 bcoudurier set avi fsize to INT64_MAX if riff tag end is not set and file size is not available libavformat
Thu, 19 Mar 2009 21:54:34 +0000 bcoudurier move max analyze duration check before considering new packet libavformat
Thu, 19 Mar 2009 21:46:56 +0000 ramiro Support raw TrueHD files libavformat
Thu, 19 Mar 2009 21:23:39 +0000 ramiro Split TrueHD decoder from MLP libavformat
Thu, 19 Mar 2009 18:13:42 +0000 alexc MOV: Use the AOT enum for the mp4_audio_types mapping. libavformat
Wed, 18 Mar 2009 14:03:40 +0000 reimar Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure libavformat
Wed, 18 Mar 2009 13:17:23 +0000 reimar Add a special guidcmp function to compare ASF guids, to avoid the many libavformat
Tue, 17 Mar 2009 18:35:58 +0000 rbultje Fix wrong @file tag. libavformat
Tue, 17 Mar 2009 12:35:55 +0000 rbultje Reindent after r18023. libavformat
Tue, 17 Mar 2009 12:34:57 +0000 rbultje Add RTP/ASF header parsing, which is part of the SDP of these streams. See libavformat
Tue, 17 Mar 2009 12:27:32 +0000 diego cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com libavformat
Mon, 16 Mar 2009 20:49:52 +0000 reimar Extend mov edit list support to work for a first padding entry with libavformat
Mon, 16 Mar 2009 20:22:39 +0000 mru rmdec: fix crash at end of file libavformat
Mon, 16 Mar 2009 16:24:38 +0000 alexc Cosmetics: Re-indent after last commit libavformat
Mon, 16 Mar 2009 16:14:36 +0000 alexc MOV: Support stz2 "Compact Sample Size Box" libavformat
Mon, 16 Mar 2009 13:23:29 +0000 rbultje More reindent, forgotten in previous commit. libavformat
Mon, 16 Mar 2009 13:03:23 +0000 rbultje Parse index chunk so that seeking in modern .rm files becomes a lot faster. libavformat
Mon, 16 Mar 2009 13:01:02 +0000 rbultje Reindent after r18010. libavformat
Mon, 16 Mar 2009 12:59:18 +0000 rbultje Mark the first output audio frame as keyframe (separate patch from previous, libavformat
Mon, 16 Mar 2009 12:57:49 +0000 rbultje Remove packet returning in ff_rm_parse_packet() if we're using the packet libavformat
Mon, 16 Mar 2009 12:50:12 +0000 rbultje Reindent after r18005. libavformat
Mon, 16 Mar 2009 12:47:34 +0000 rbultje Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and libavformat
Mon, 16 Mar 2009 06:46:57 +0000 bcoudurier cosmetics, remove useless braces libavformat
Mon, 16 Mar 2009 06:46:28 +0000 bcoudurier simplify printing libavformat
Mon, 16 Mar 2009 06:44:16 +0000 bcoudurier reindent libavformat
Mon, 16 Mar 2009 06:43:38 +0000 bcoudurier fix trkn metadata parsing libavformat
Mon, 16 Mar 2009 06:06:05 +0000 bcoudurier move read_udta_string up to avoid forward declaration libavformat
Mon, 16 Mar 2009 06:03:29 +0000 bcoudurier more generic metadata handling libavformat
Mon, 16 Mar 2009 05:13:55 +0000 bcoudurier do not set isom if ctype is not set, happens in mov libavformat
Sun, 15 Mar 2009 23:54:53 +0000 bcoudurier search for hdlr atom in meta, some files do not store version+flags libavformat
Sun, 15 Mar 2009 20:14:25 +0000 rbultje Fix index generation in the way that it was supposed to be used. See the libavformat
Sun, 15 Mar 2009 10:53:12 +0000 bcoudurier typo in the mail, the 4am commit is always the worst libavformat
Sun, 15 Mar 2009 10:49:52 +0000 bcoudurier cosmetics libavformat
Sun, 15 Mar 2009 10:49:28 +0000 bcoudurier add my copyright in mov de/muxer libavformat
Sun, 15 Mar 2009 09:44:57 +0000 bcoudurier allocate palette in codec directly libavformat
Sun, 15 Mar 2009 09:06:36 +0000 bcoudurier cosmetics, add some whitespaces and empty lines libavformat
Sun, 15 Mar 2009 07:21:22 +0000 bcoudurier do not modify sample_count, check against index entries libavformat
Sat, 14 Mar 2009 23:39:52 +0000 bcoudurier use utc time for timestamp and do not set it if not specified libavformat
Sat, 14 Mar 2009 22:51:38 +0000 bcoudurier swf timestamps are 16 bits libavformat
Sat, 14 Mar 2009 22:49:01 +0000 bcoudurier remove unused fields in swf context libavformat
Sat, 14 Mar 2009 22:43:28 +0000 bcoudurier do not parse timestamp if bitexact is set, should fix regression tests libavformat
Sat, 14 Mar 2009 22:07:15 +0000 reimar Enable generic index creation and seeking for NUV demuxer. libavformat
Sat, 14 Mar 2009 21:46:00 +0000 reimar Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. libavformat
Sat, 14 Mar 2009 20:50:54 +0000 reimar Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly libavformat
Sat, 14 Mar 2009 16:30:51 +0000 michael Do not lose user flags when passing calls from the new to the old seeking API. libavformat
Sat, 14 Mar 2009 15:51:46 +0000 michael add avformat_seek_file() libavformat
Fri, 13 Mar 2009 22:26:45 +0000 reimar Set pkt->pos correctly (to the start of header of the packet) in swfdec. libavformat
Fri, 13 Mar 2009 19:37:05 +0000 bcoudurier fix swf seeking by fixing new stream detection libavformat
Fri, 13 Mar 2009 13:37:35 +0000 reimar Simplify RoQ demuxer pts calculation by using a appropriate time bases. libavformat
Thu, 12 Mar 2009 11:47:50 +0000 reimar Set video width/height and create audio stream in read_packet instead of libavformat
Wed, 11 Mar 2009 08:05:18 +0000 bcoudurier reindent libavformat
Wed, 11 Mar 2009 08:04:44 +0000 bcoudurier keep original tag when stream copying subs with ipod format libavformat
Wed, 11 Mar 2009 08:03:42 +0000 bcoudurier ipod supports both subs tags libavformat
Wed, 11 Mar 2009 08:02:59 +0000 bcoudurier reindent libavformat
Wed, 11 Mar 2009 08:01:39 +0000 bcoudurier write correct atoms based on tag and not format, fixes subs stream copy libavformat
Wed, 11 Mar 2009 07:59:38 +0000 bcoudurier use correct codec tag list for ipod format libavformat
Wed, 11 Mar 2009 06:48:02 +0000 bcoudurier again 10l, typo, put_byte instead of put_buffer libavformat
Wed, 11 Mar 2009 06:15:00 +0000 bcoudurier attempt to try to generate an random umid libavformat
Wed, 11 Mar 2009 06:04:56 +0000 bcoudurier fix subs track height, set track->height to codec height if not set libavformat
Wed, 11 Mar 2009 01:36:25 +0000 compn sn40 avi fourcc decodes with ffodivx libavformat
Tue, 10 Mar 2009 12:55:29 +0000 rbultje Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly libavformat
Mon, 09 Mar 2009 22:03:47 +0000 rbultje Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat
Mon, 09 Mar 2009 22:02:06 +0000 rbultje Revert to r17908. libavformat
Mon, 09 Mar 2009 21:53:00 +0000 rbultje Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] libavformat
Mon, 09 Mar 2009 17:47:47 +0000 reimar Reorder arguments for av_fifo_generic_read to be more logical and libavformat
Mon, 09 Mar 2009 13:08:19 +0000 rbultje Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformat
Mon, 09 Mar 2009 12:46:32 +0000 rbultje Replace separate packet parsing for "old_format" .ra files by a call to libavformat
Mon, 09 Mar 2009 12:42:53 +0000 rbultje Move frame discarding out of the ff_rm_parse_packet() loop, and respect libavformat
Mon, 09 Mar 2009 12:25:13 +0000 reimar Mark all packets from nuv demuxer as keyframes in order to make seeking work. libavformat
Mon, 09 Mar 2009 12:06:31 +0000 reimar 100l, to start reading from the first frame we must seek to data_offset, libavformat
Mon, 09 Mar 2009 11:35:59 +0000 reimar Set AVPacket pos also for audio packets in nuv demuxer. libavformat
Mon, 09 Mar 2009 04:17:12 +0000 bcoudurier reindent libavformat
Mon, 09 Mar 2009 03:34:15 +0000 bcoudurier change path pattern to be similar to existing files, and remove useless buffer libavformat
Mon, 09 Mar 2009 02:49:47 +0000 bcoudurier merge struct declaration and definition libavformat
Mon, 09 Mar 2009 02:47:32 +0000 bcoudurier write map packet every 100 packets according to specs libavformat
Mon, 09 Mar 2009 01:35:00 +0000 bcoudurier write flt packet, might need some tweaking but it works libavformat
Mon, 09 Mar 2009 01:10:28 +0000 bcoudurier correctly interleave audio and video according to specs libavformat
Mon, 09 Mar 2009 00:14:55 +0000 bcoudurier write timecode track in gxf libavformat
Sun, 08 Mar 2009 22:23:44 +0000 bcoudurier compute media info in write_header libavformat
Sun, 08 Mar 2009 22:14:26 +0000 bcoudurier factorize write packet libavformat
Sun, 08 Mar 2009 22:12:56 +0000 bcoudurier remove unneeded and empty user data libavformat
Sun, 08 Mar 2009 21:55:08 +0000 bcoudurier uniformize variable names and remove duplicating fields in private structs libavformat