Mercurial > libavformat.hg
graph
-
Don't strip the first three characters off of any metadata in ASF file. libavformat2009-03-28, by rbultje
-
Move output-example dependency declaration after subdir.mak include so that it is libavformat2009-03-27, by diego
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavformat2009-03-26, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavformat2009-03-25, by diego
-
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v libavformat2009-03-25, by bcoudurier
-
strchr(string, '\0') returns non-NULL, and is thus not suited for use in libavformat2009-03-24, by rbultje
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavformat2009-03-22, by diego
-
Remove alpha channel from default colorspace tables, since it is unused. See libavformat2009-03-22, by rbultje
-
Add a @todo with a comment from Kostya so we don't forget to optimize that at libavformat2009-03-22, by rbultje
-
avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 libavformat2009-03-22, by bcoudurier
-
reset codec width/height for h264 forcing decoder to parse extradata libavformat2009-03-21, by bcoudurier
-
Remove slash-skipping code because the function called right after that libavformat2009-03-21, by rbultje
-
Reindent something where a if () --> { <-- is on a newline rather than on the libavformat2009-03-21, by rbultje
-
Free metadata if already allocated; fixes a memleak if the header occurs twice libavformat2009-03-21, by rbultje
-
Fix silly bug in hex_to_data() where it compares a string pointer for whether libavformat2009-03-21, by rbultje
-
Remove useless comment about something that is deprecated. See summary in libavformat2009-03-21, by rbultje
-
Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". libavformat2009-03-21, by rbultje
-
Merge functional code from get_word() and get_word_sep() into a single libavformat2009-03-21, by rbultje
-
Allow (and parse) incoming server messages (notices) interleaved with TCP libavformat2009-03-21, by rbultje
-
Add a @todo item to use ByteIOContext instead of URLContext at some point in libavformat2009-03-21, by rbultje
-
Remove index writing in RM muxer, since it is broken (multiple streams per libavformat2009-03-21, by rbultje
-
Don't allow to sync on packets of zero-size length, since these are never libavformat2009-03-21, by rbultje
-
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length libavformat2009-03-21, by rbultje
-
do not write ffm write index by default, detect if file is being written and return EOF libavformat2009-03-20, by bcoudurier
-
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec libavformat2009-03-20, by rbultje
-
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a libavformat2009-03-20, by rbultje
-
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available libavformat2009-03-19, by bcoudurier
-
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure libavformat2009-03-18, by reimar
-
Add a special guidcmp function to compare ASF guids, to avoid the many libavformat2009-03-18, by reimar
-
Add RTP/ASF header parsing, which is part of the SDP of these streams. See libavformat2009-03-17, by rbultje
-
Extend mov edit list support to work for a first padding entry with libavformat2009-03-16, by reimar