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