Mercurial > libavformat.hg
graph
-
ignore preroll, it is generally not what AVStream.start_time should contain libavformatMon, 06 Aug 2007 20:36:55 +0000, by michael
-
Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformatSun, 05 Aug 2007 13:44:56 +0000, by lucabe
-
Fix linking when RTP is disabled and libraries are dynamic libavformatSun, 05 Aug 2007 13:32:37 +0000, by lucabe
-
Add the handling of the INT32INFO block to the WavPack decoder. libavformatSun, 05 Aug 2007 05:56:34 +0000, by kostya
-
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. libavformatSun, 05 Aug 2007 03:36:50 +0000, by jbr
-
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now libavformatSun, 05 Aug 2007 01:28:05 +0000, by bcoudurier
-
do not write id3v2 header when writing .mp2 files libavformatSun, 05 Aug 2007 00:47:57 +0000, by bcoudurier
-
additional tweaks to AC3 probe function. give a higher score to a single frame libavformatSun, 05 Aug 2007 00:32:19 +0000, by jbr
-
increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. libavformatSat, 04 Aug 2007 23:53:05 +0000, by jbr
-
set the previous tag size correctly in flv files libavformatSat, 04 Aug 2007 23:03:17 +0000, by michael
-
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE libavformatSat, 04 Aug 2007 22:54:46 +0000, by michael
-
correct initial timestamps which have AV_NOPTS_VALUE libavformatSat, 04 Aug 2007 22:46:13 +0000, by michael
-
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov libavformatSat, 04 Aug 2007 12:33:34 +0000, by bcoudurier
-
move code which adds a AVPacket into the packet buffer into its own function libavformatFri, 03 Aug 2007 08:56:00 +0000, by michael
-
fill title, author, copyright and comment fields by parsing udta atom libavformatTue, 31 Jul 2007 15:20:36 +0000, by benoit
-
deal with the case where one of pts,dts has wrapped but the other has not libavformatTue, 31 Jul 2007 15:06:27 +0000, by michael
-
kill antiwrapping code, i do not think this did anything good libavformatMon, 30 Jul 2007 18:57:47 +0000, by michael
-
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample libavformatMon, 30 Jul 2007 10:00:42 +0000, by bcoudurier
-
support silly PCM variant used by zork nemesis libavformatMon, 30 Jul 2007 02:05:16 +0000, by michael
-
Fix get_str/get_str8() to also work if the target string is not long enough to libavformatSat, 28 Jul 2007 18:02:19 +0000, by diego
-
try exact match before case insensitive match in codec_get_id libavformatFri, 27 Jul 2007 11:36:17 +0000, by michael
-
replaces hardcoded values by the equivalent enum definitions libavformatThu, 26 Jul 2007 13:01:09 +0000, by aurel
-
add proper support for subtitles muxing/stream copying libavformatWed, 25 Jul 2007 19:47:44 +0000, by aurel
-
use the most appropriate codec id for A_MPEG/L1 and L2 libavformatWed, 25 Jul 2007 15:59:26 +0000, by aurel
-
reorder matroska codec tags so that the encoder picks up the appropriate tag libavformatWed, 25 Jul 2007 15:58:12 +0000, by aurel
-
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformatFri, 20 Jul 2007 08:05:27 +0000, by takis
-
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformatThu, 19 Jul 2007 15:38:33 +0000, by takis
-
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). libavformatThu, 19 Jul 2007 15:37:44 +0000, by takis
-
Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformatThu, 19 Jul 2007 15:23:32 +0000, by takis
-
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformatThu, 19 Jul 2007 15:21:30 +0000, by takis
-
Make video hook infrastructure conditional on video hooks being enabled. libavformatThu, 19 Jul 2007 14:48:13 +0000, by diego
-
fix emulated inet_aton so that it fails for invalid addresses libavformatWed, 18 Jul 2007 07:57:26 +0000, by benoit
-
MinGW has gettimeofday() since mingw-runtime-3.10 libavformatMon, 16 Jul 2007 20:27:16 +0000, by ramiro