Mercurial > libavformat.hg
graph
-
Support DVD subtitles in mov/mp4 as created by Nero. libavformatThu, 02 Apr 2009 11:26:46 +0000, by reimar
-
skip empty data packets in flv, fix input.flv libavformatThu, 02 Apr 2009 03:52:19 +0000, by bcoudurier
-
Make examples and test progs depend on libraries libavformatWed, 01 Apr 2009 00:53:31 +0000, by mru
-
matroska: add support for MLP and TRUEHD codec tags libavformatMon, 30 Mar 2009 21:37:04 +0000, by aurel
-
Fix timefilter test program build without previously building libavformat. libavformatMon, 30 Mar 2009 13:09:44 +0000, by diego
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavformatSun, 29 Mar 2009 14:35:20 +0000, by diego
-
Don't strip the first three characters off of any metadata in ASF file. libavformatSat, 28 Mar 2009 03:54:31 +0000, by rbultje
-
Make rtp_write_header() fail in case of unsupported payload type libavformatFri, 27 Mar 2009 21:36:44 +0000, by lucabe
-
Move output-example dependency declaration after subdir.mak include so that it is libavformatFri, 27 Mar 2009 17:06:39 +0000, by diego
-
Move output_example.c --> libavformat/output-example.c. libavformatFri, 27 Mar 2009 00:01:06 +0000, by diego
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavformatThu, 26 Mar 2009 12:41:11 +0000, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavformatWed, 25 Mar 2009 18:19:20 +0000, by diego
-
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v libavformatWed, 25 Mar 2009 06:07:13 +0000, by bcoudurier
-
strchr(string, '\0') returns non-NULL, and is thus not suited for use in libavformatTue, 24 Mar 2009 03:24:59 +0000, by rbultje
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavformatSun, 22 Mar 2009 23:13:21 +0000, by diego
-
Remove alpha channel from default colorspace tables, since it is unused. See libavformatSun, 22 Mar 2009 13:05:13 +0000, by rbultje
-
Add a @todo with a comment from Kostya so we don't forget to optimize that at libavformatSun, 22 Mar 2009 12:47:16 +0000, by rbultje
-
Add AURA 1 and 2 codec IDs and register their FOURCCs libavformatSun, 22 Mar 2009 07:40:22 +0000, by kostya
-
allocate tracks instead of using MAX_STREAMS libavformatSun, 22 Mar 2009 03:52:55 +0000, by bcoudurier
-
since code now use get_bits_long, allocate padding buffer libavformatSun, 22 Mar 2009 02:47:35 +0000, by bcoudurier
-
avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 libavformatSun, 22 Mar 2009 02:04:28 +0000, by bcoudurier
-
reset codec width/height for h264 forcing decoder to parse extradata libavformatSat, 21 Mar 2009 23:29:34 +0000, by bcoudurier
-
Remove slash-skipping code because the function called right after that libavformatSat, 21 Mar 2009 21:02:08 +0000, by rbultje
-
Reindent something where a if () --> { <-- is on a newline rather than on the libavformatSat, 21 Mar 2009 21:00:51 +0000, by rbultje
-
Free metadata if already allocated; fixes a memleak if the header occurs twice libavformatSat, 21 Mar 2009 20:59:59 +0000, by rbultje
-
Fix silly bug in hex_to_data() where it compares a string pointer for whether libavformatSat, 21 Mar 2009 20:58:41 +0000, by rbultje
-
Remove useless comment about something that is deprecated. See summary in libavformatSat, 21 Mar 2009 20:56:57 +0000, by rbultje
-
Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". libavformatSat, 21 Mar 2009 20:55:52 +0000, by rbultje
-
Merge functional code from get_word() and get_word_sep() into a single libavformatSat, 21 Mar 2009 20:54:47 +0000, by rbultje
-
Allow (and parse) incoming server messages (notices) interleaved with TCP libavformatSat, 21 Mar 2009 20:46:36 +0000, by rbultje
-
Add a @todo item to use ByteIOContext instead of URLContext at some point in libavformatSat, 21 Mar 2009 20:44:46 +0000, by rbultje
-
Remove index writing in RM muxer, since it is broken (multiple streams per libavformatSat, 21 Mar 2009 20:34:24 +0000, by rbultje
-
Don't allow to sync on packets of zero-size length, since these are never libavformatSat, 21 Mar 2009 19:19:09 +0000, by rbultje
-
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length libavformatSat, 21 Mar 2009 19:18:07 +0000, by rbultje
-
Make Smacker audio decoder output audio in original bit depth libavformatSat, 21 Mar 2009 15:52:14 +0000, by kostya
-
fix compilation when DEBUG_SEEK is defined libavformatSat, 21 Mar 2009 07:36:25 +0000, by bcoudurier
-
seek backwards 4 bytes if 'fLaC' marker is not found libavformatSat, 21 Mar 2009 00:49:14 +0000, by jbr
-
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. libavformatFri, 20 Mar 2009 17:23:45 +0000, by cehoyos
-
do not write ffm write index by default, detect if file is being written and return EOF libavformatFri, 20 Mar 2009 01:23:33 +0000, by bcoudurier
-
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec libavformatFri, 20 Mar 2009 01:22:51 +0000, by rbultje
-
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a libavformatFri, 20 Mar 2009 01:11:08 +0000, by rbultje
-
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available libavformatThu, 19 Mar 2009 21:57:14 +0000, by bcoudurier
-
move max analyze duration check before considering new packet libavformatThu, 19 Mar 2009 21:54:34 +0000, by bcoudurier