Mercurial > libavformat.hg
graph
-
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
-
Parse index chunk so that seeking in modern .rm files becomes a lot faster. libavformat2009-03-16, by rbultje
-
Mark the first output audio frame as keyframe (separate patch from previous, libavformat2009-03-16, by rbultje
-
Remove packet returning in ff_rm_parse_packet() if we're using the packet libavformat2009-03-16, by rbultje
-
Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and libavformat2009-03-16, by rbultje
-
search for hdlr atom in meta, some files do not store version+flags libavformat2009-03-15, by bcoudurier
-
Fix index generation in the way that it was supposed to be used. See the libavformat2009-03-15, by rbultje