Mercurial > libavformat.hg
graph
-
added structures and code to keep track of pids<->programs mapping: it's needed libavformatTue, 25 Sep 2007 20:58:37 +0000, by nicodvb
-
replaced custom tracking of programs/services with calls to with av_new_program() libavformatTue, 25 Sep 2007 20:49:11 +0000, by nicodvb
-
Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformatTue, 25 Sep 2007 20:45:46 +0000, by nicodvb
-
Add my name to the copyright header, since rtp_mpv now contains libavformatMon, 24 Sep 2007 12:15:42 +0000, by lucabe
-
Fix a warning by removing an useless assignment (buf_ptr should be only libavformatMon, 24 Sep 2007 10:43:26 +0000, by lucabe
-
Looks like this APE decoder support versions starting from 3.95 libavformatSun, 23 Sep 2007 07:40:34 +0000, by kostya
-
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 libavformatSat, 22 Sep 2007 08:55:17 +0000, by michael
-
extract correct d10 aes3 audio channels number libavformatFri, 21 Sep 2007 16:28:17 +0000, by bcoudurier
-
allcodecs.h and allformats.h are not used anymore libavformatThu, 20 Sep 2007 20:42:50 +0000, by aurel
-
remove last dependencies on allformats.h and allcodecs.h libavformatThu, 20 Sep 2007 20:36:15 +0000, by aurel
-
Make parse_date return INT64_MIN in case of unparsable input. libavformatWed, 19 Sep 2007 12:38:07 +0000, by benoit
-
Add explanatory comments to the parse_date function. libavformatTue, 18 Sep 2007 08:26:10 +0000, by diego
-
disable loads of debug messages to reduce object size libavformatMon, 17 Sep 2007 12:01:37 +0000, by aurel
-
Support for AAC streaming over RTP. Fragmentation is not implemented yet libavformatFri, 14 Sep 2007 08:17:06 +0000, by lucabe
-
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV libavformatWed, 12 Sep 2007 10:18:01 +0000, by bcoudurier
-
move unrelated functions declarations out of allformats.h libavformatTue, 11 Sep 2007 09:27:46 +0000, by aurel
-
rtp and rtsp demuxer declarations are not part of public API libavformatMon, 10 Sep 2007 22:48:42 +0000, by aurel
-
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if libavformatMon, 10 Sep 2007 15:08:23 +0000, by lucabe
-
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) libavformatMon, 10 Sep 2007 07:01:29 +0000, by lucabe
-
Properly set RTP and NTP timestamps in RTCP SR packets libavformatMon, 10 Sep 2007 06:58:19 +0000, by lucabe
-
Improve track number decoding for some WMA files libavformatSun, 09 Sep 2007 17:54:26 +0000, by gpoirier
-
Do not set codec_tag when the container does not specify it. libavformatSun, 09 Sep 2007 09:21:14 +0000, by reimar
-
Copy nuv header only when the video codec is nuv libavformatSun, 09 Sep 2007 07:25:52 +0000, by reimar
-
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. libavformatFri, 07 Sep 2007 13:49:44 +0000, by ramiro
-
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer libavformatFri, 07 Sep 2007 13:43:40 +0000, by ramiro
-
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv libavformatThu, 06 Sep 2007 05:14:09 +0000, by conrad
-
Set correct length for last slice in frame subpacket libavformatThu, 06 Sep 2007 03:36:38 +0000, by kostya
-
cosmetics: Add some whitespace for better readability. libavformatWed, 05 Sep 2007 20:42:17 +0000, by diego
-
spelling/wording nits in some Doxygen comments libavformatWed, 05 Sep 2007 20:31:40 +0000, by diego
-
Prefix library format names with 'lib' in libavformat libavformatWed, 05 Sep 2007 18:55:20 +0000, by ramiro
-
Give better filenames to bktr and v4l grabbers libavformatWed, 05 Sep 2007 18:44:06 +0000, by ramiro
-
Remove video_grab_ prefix from video_grab_{bktr,v4l} libavformatWed, 05 Sep 2007 18:29:58 +0000, by ramiro
-
Make sure that if a stream has a duration but the container doesn't libavformatWed, 05 Sep 2007 16:47:48 +0000, by benoit
-
Always use AVFormatContext for av_log messages libavformatWed, 05 Sep 2007 00:26:09 +0000, by conrad
-
Rename ebml size functions to indicate that they can be used for more kinds of numbers libavformatWed, 05 Sep 2007 00:26:07 +0000, by conrad
-
We shouldn't be passing in sizes larger than 2^56-2, so use an assert libavformatWed, 05 Sep 2007 00:26:04 +0000, by conrad
-
Match the behaviour betwen the bmp and wav codec tag lookups libavformatWed, 05 Sep 2007 00:25:54 +0000, by conrad
-
Write codecprivate to a dynamic buffer so that seeking isn't required libavformatWed, 05 Sep 2007 00:25:52 +0000, by conrad
-
Move writing codec private element to its own function libavformatWed, 05 Sep 2007 00:25:49 +0000, by conrad
-
Use num_entries directly rather than mixing it with a local copy libavformatWed, 05 Sep 2007 00:25:44 +0000, by conrad
-
Make sure that the calculated duration doesn't decrease libavformatWed, 05 Sep 2007 00:25:40 +0000, by conrad
-
Always check the return of mkv_add_seekhead_entry libavformatWed, 05 Sep 2007 00:25:34 +0000, by conrad
-
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one libavformatWed, 05 Sep 2007 00:25:14 +0000, by conrad
-
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size libavformatWed, 05 Sep 2007 00:24:56 +0000, by conrad
-
Use cluster_pos when checking cluster position libavformatWed, 05 Sep 2007 00:24:53 +0000, by conrad
-
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum libavformatWed, 05 Sep 2007 00:24:50 +0000, by conrad
-
Move calculating the bytes needed to represent a size in EBML to its own function libavformatWed, 05 Sep 2007 00:24:42 +0000, by conrad
-
Use a MD5 hash of some frames to write the segment uid libavformatWed, 05 Sep 2007 00:24:29 +0000, by conrad
-
Revert using the time to generate the segment uid libavformatWed, 05 Sep 2007 00:24:27 +0000, by conrad
-
Set the language to undefined if no language specified libavformatWed, 05 Sep 2007 00:24:22 +0000, by conrad
-
Codec Private should be correct for all but Real codecs now libavformatWed, 05 Sep 2007 00:24:10 +0000, by conrad
-
Move writing Xiph-style sizes to its own function libavformatWed, 05 Sep 2007 00:24:06 +0000, by conrad
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformatWed, 05 Sep 2007 00:23:57 +0000, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformatWed, 05 Sep 2007 00:23:55 +0000, by conrad
-
Determine the output sample rate for SBR AAC and write it libavformatWed, 05 Sep 2007 00:23:43 +0000, by conrad
-
Write wav header if there is no native audio codec ID libavformatWed, 05 Sep 2007 00:23:29 +0000, by conrad
-
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size libavformatWed, 05 Sep 2007 00:23:23 +0000, by conrad
-
Make sure to return a value in functions that return a value libavformatWed, 05 Sep 2007 00:23:17 +0000, by conrad
-
Move writing the tracks element to its own function libavformatWed, 05 Sep 2007 00:23:15 +0000, by conrad
-
Move Xiph's CodecPrivate writing code to its own function libavformatWed, 05 Sep 2007 00:23:13 +0000, by conrad
-
Write unknown size if the size given is too large for EBML (greater than 2^56-1) libavformatWed, 05 Sep 2007 00:23:06 +0000, by conrad
-
Correctly write CodecPrivate element for Vorbis and Theora libavformatWed, 05 Sep 2007 00:22:56 +0000, by conrad
-
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
-
mention AVPROBE_PADDING_SIZE at the read_probe() doxy libavformatFri, 10 Aug 2007 16:15:23 +0000, by michael
-
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) libavformatFri, 10 Aug 2007 16:12:50 +0000, by michael
-
ensure that negative block_time are properly checked libavformatFri, 10 Aug 2007 15:37:55 +0000, by aurel
-
ensure that the aspect ratio is spec compliant libavformatFri, 10 Aug 2007 14:23:18 +0000, by michael
-
muxer should now be spec compliant (though it likely still contains bugs!) libavformatFri, 10 Aug 2007 13:04:16 +0000, by michael
-
merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX libavformatFri, 10 Aug 2007 01:44:50 +0000, by aurel
-
muxer is not yet fully compliant so prevent people from mistakenly using it libavformatFri, 10 Aug 2007 00:11:36 +0000, by michael
-
Make the pipe URLProtocol share read and write functions with the file URLProtocol libavformatThu, 09 Aug 2007 23:41:59 +0000, by ramiro
-
Add initialization and cleanup functions for Winsock libavformatThu, 09 Aug 2007 23:39:05 +0000, by ramiro
-
move syncpoint cache related stuff to common file libavformatThu, 09 Aug 2007 23:24:02 +0000, by michael
-
store headers twice (getting closer to spec compliance ...) libavformatThu, 09 Aug 2007 21:14:00 +0000, by michael
-
add a universal fallback frame code for the case that no other applies libavformatThu, 09 Aug 2007 20:52:49 +0000, by michael
-
take care to use video track field number as duration libavformatThu, 09 Aug 2007 17:18:59 +0000, by bcoudurier