Mercurial > libavformat.hg
graph
-
Compile fix; missed a variable declaration in the last commit libavformatWed, 05 Sep 2007 00:22:54 +0000, by conrad
-
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformatWed, 05 Sep 2007 00:22:52 +0000, by conrad
-
First stab at writing the tracks element, still needs some additional cases for certain codecs libavformatWed, 05 Sep 2007 00:22:50 +0000, by conrad
-
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformatWed, 05 Sep 2007 00:22:43 +0000, by conrad
-
Cosmetics: align nicely for better readibility libavformatWed, 05 Sep 2007 00:22:41 +0000, by conrad
-
Beginning of mkv muxer, only EBML head is written correctly libavformatWed, 05 Sep 2007 00:22:37 +0000, by conrad
-
Fill the buffer with 0 before writing an SDP in it libavformatMon, 03 Sep 2007 09:00:40 +0000, by lucabe
-
If a stream has no start time, but the first packet has a 'pts', use that libavformatMon, 03 Sep 2007 07:56:26 +0000, by benoit
-
Correctly set the "P" field in the payload header libavformatMon, 03 Sep 2007 07:14:10 +0000, by lucabe
-
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformatMon, 03 Sep 2007 05:19:59 +0000, by jbr
-
workaround ms (lack of) intelligence in their design of dvr-ms libavformatSun, 02 Sep 2007 15:58:43 +0000, by michael
-
SimpleBlock keyframe flag is the most significant bit libavformatFri, 31 Aug 2007 18:24:09 +0000, by conrad
-
cosmetics: Sort some lines, whitespace changes. libavformatThu, 30 Aug 2007 23:11:24 +0000, by diego
-
Correct packetization for MPEG video frames, and correct setting of the libavformatWed, 29 Aug 2007 10:47:15 +0000, by lucabe
-
Remove commented code (payload header extension) libavformatWed, 29 Aug 2007 10:42:13 +0000, by lucabe
-
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng libavformatTue, 28 Aug 2007 13:43:39 +0000, by lu_zero
-
Change 4xm demuxer and video decoder to pass the video format version in libavformatMon, 27 Aug 2007 21:58:39 +0000, by rtogni
-
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformatFri, 24 Aug 2007 07:13:34 +0000, by lucabe
-
Identifiers starting with underscores are reserved. libavformatWed, 22 Aug 2007 12:41:16 +0000, by diego
-
support swink created files which have soi/eoi broken tags reversed libavformatMon, 20 Aug 2007 19:55:37 +0000, by bcoudurier
-
Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformatSat, 18 Aug 2007 01:26:06 +0000, by michael
-
There is no guarantee that every stream will libavformatSat, 18 Aug 2007 00:45:44 +0000, by michael
-
fix cur_dts at the end of av_estimate_timings_from_pts() libavformatSat, 18 Aug 2007 00:44:14 +0000, by michael
-
more verbose doxy for duration (from patch by neilb suse de) libavformatSat, 18 Aug 2007 00:35:43 +0000, by michael
-
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformatSat, 18 Aug 2007 00:31:32 +0000, by michael
-
Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformatThu, 16 Aug 2007 22:01:54 +0000, by aurel
-
no need for special case default_duration for AAC libavformatThu, 16 Aug 2007 21:55:37 +0000, by aurel
-
calculate default_duration according to framerate only when not already set libavformatThu, 16 Aug 2007 21:54:04 +0000, by aurel
-
elaborate a little on AVStream.start_time, it seems the comment is not clear libavformatThu, 16 Aug 2007 12:07:05 +0000, by michael
-
Try size 640x480 for FLC files which don't specify their size. libavformatTue, 14 Aug 2007 15:51:30 +0000, by aurel
-
do not misuse movi_end for checking chunk sizes libavformatTue, 14 Aug 2007 02:27:31 +0000, by michael
-
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) libavformatMon, 13 Aug 2007 22:55:44 +0000, by ramiro
-
Make native and libnut NUT muxers mutually exclusive. libavformatMon, 13 Aug 2007 08:33:03 +0000, by diego
-
Support for WavPack version 0x410 (false stereo chunks) libavformatMon, 13 Aug 2007 05:36:50 +0000, by kostya
-
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) libavformatSun, 12 Aug 2007 00:23:47 +0000, by michael
-
Ensure av_tree_insert() is defined before using it. libavformatSat, 11 Aug 2007 23:58:10 +0000, by aurel