Mercurial > libavformat.hg
graph
-
Split out the MDPR chunk reading into its own function. libavformatTue, 06 Nov 2007 16:02:33 +0000, by benoit
-
Do not send too many RTCP packets (according to RFC 3550, the minimum libavformatMon, 05 Nov 2007 12:25:10 +0000, by lucabe
-
Use a symbolic name for the payload size of an RTCP Sender Report packet libavformatMon, 05 Nov 2007 10:15:20 +0000, by lucabe
-
Add some parentheses to clarify operator precedence, fixes the warnings: libavformatSun, 04 Nov 2007 22:51:49 +0000, by diego
-
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformatSun, 04 Nov 2007 19:52:08 +0000, by andoma
-
Enable debug variable only when debug code is enabled, fixes the warning: libavformatSun, 04 Nov 2007 12:46:16 +0000, by diego
-
add support for demuxing Electronic Arts .cdata files libavformatSat, 03 Nov 2007 22:42:20 +0000, by aurel
-
fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformatSat, 03 Nov 2007 13:48:30 +0000, by michael
-
remove useless initialization to 0 of adx context libavformatThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
Revert get_num() to old behaviour in order to handle libavformatThu, 01 Nov 2007 09:02:29 +0000, by kostya
-
Remove unused variables, fixes the following warnings: libavformatWed, 31 Oct 2007 11:35:10 +0000, by diego
-
Take the target address family in account when determining the family of libavformatWed, 31 Oct 2007 07:27:38 +0000, by lucabe
-
Resolve hosts and bind sockets even when the local_port is not set (0) libavformatWed, 31 Oct 2007 07:02:30 +0000, by lucabe
-
If local port n is not available, try n + 2 instead of continuing to bind libavformatTue, 30 Oct 2007 08:10:45 +0000, by lucabe
-
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformatTue, 30 Oct 2007 00:01:25 +0000, by bcoudurier
-
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformatMon, 29 Oct 2007 09:15:35 +0000, by lucabe
-
print newline after program id even when the name is missing libavformatFri, 26 Oct 2007 20:02:11 +0000, by nicodvb
-
Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformatFri, 26 Oct 2007 15:12:55 +0000, by lucabe
-
avoid infinite loop at the end of files which are not properly terminated libavformatWed, 24 Oct 2007 21:44:20 +0000, by aurel
-
Prevent mov muxer from writing empty udta atoms. libavformatWed, 24 Oct 2007 14:20:15 +0000, by benoit
-
add support for reading duration from VBRI-tag in mp3 files libavformatWed, 24 Oct 2007 04:56:22 +0000, by andoma
-
Move setting of key frame flag for intra-only codecs, ignoring key frame libavformatWed, 24 Oct 2007 04:54:44 +0000, by heydowns
-
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformatTue, 23 Oct 2007 17:10:41 +0000, by andoma
-
add support for reading duration from Xing-tag in mp3 files libavformatTue, 23 Oct 2007 13:35:20 +0000, by andoma
-
convert a if() into a switch() to ease addition of new tags to probe libavformatMon, 22 Oct 2007 21:06:04 +0000, by aurel
-
fix issue 225, instead of stoping when wrong atom size is found, libavformatMon, 22 Oct 2007 14:36:14 +0000, by bcoudurier
-
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformatSun, 21 Oct 2007 23:10:15 +0000, by bcoudurier
-
Make Matroska demuxer output full frames instead of slices for RealVideo libavformatSun, 21 Oct 2007 17:21:20 +0000, by kostya
-
Demux full frames instead of sliced for RealVideo. libavformatSun, 21 Oct 2007 17:17:28 +0000, by kostya
-
associate to each AVProgram the indexes of the AVStreams contained in it libavformatSat, 20 Oct 2007 08:29:05 +0000, by nicodvb
-
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformatSat, 20 Oct 2007 08:25:13 +0000, by nicodvb
-
cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformatSat, 20 Oct 2007 08:17:01 +0000, by nicodvb
-
ensure all compiled in codec/muxer are registered libavformatThu, 18 Oct 2007 23:59:31 +0000, by aurel
-
check if we found an audio track before initializing the audio stream libavformatThu, 18 Oct 2007 23:42:54 +0000, by aurel
-
parse sample rate instead of setting a default one libavformatThu, 18 Oct 2007 23:13:46 +0000, by aurel
-
make compression_type a function local var instead of a context var libavformatThu, 18 Oct 2007 22:47:56 +0000, by aurel
-
parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformatThu, 18 Oct 2007 22:26:23 +0000, by aurel
-
set start_time to 0 to enable seeking in mp3-files libavformatThu, 18 Oct 2007 15:02:34 +0000, by andoma
-
Make url_split() strip url options (?opt=var) from the returned hostname or libavformatThu, 18 Oct 2007 09:50:53 +0000, by benoit
-
Add FFMPEG_ prefix to all multiple inclusion guards. libavformatWed, 17 Oct 2007 09:37:46 +0000, by diego
-
dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific libavformatTue, 16 Oct 2007 16:40:34 +0000, by bcoudurier
-
cosmetics: Move asf_read_close() down to get rid of a forward declaration. libavformatSun, 14 Oct 2007 17:44:38 +0000, by diego
-
Add functionality to set the direction of a ByteIOContext buffer. libavformatThu, 11 Oct 2007 14:57:47 +0000, by benoit
-
Remove ogg seek function, instead use generic seek via read_timestamp function libavformatWed, 10 Oct 2007 10:33:20 +0000, by reimar
-
append extradata atoms when parsing, fix OLOCOONS_O3.mov libavformatMon, 08 Oct 2007 13:06:48 +0000, by bcoudurier
-
Allow to set the maximum number of frames per RTP packet (and add support for libavformatTue, 02 Oct 2007 14:48:08 +0000, by lucabe
-
Add checking for codecid to has_codec_parameters(). libavformatMon, 01 Oct 2007 22:11:10 +0000, by diego
-
dnet audio needs avparser to work with the lavc ac3 decoder. libavformatMon, 01 Oct 2007 19:48:02 +0000, by rtogni
-
refactor url_split(), preparing for IPv6 support libavformatThu, 27 Sep 2007 19:18:07 +0000, by andoma
-
Fix avisynth compilation after allformats.h was removed libavformatWed, 26 Sep 2007 18:37:20 +0000, by ramiro
-
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
-
move syncpoint timestamp resetting code to a common file libavformatThu, 09 Aug 2007 16:29:30 +0000, by michael
-
use a dynamic ByteIOContext instead of using the lavf buffer libavformatThu, 09 Aug 2007 12:38:24 +0000, by michael
-
move stream header writing into its own function libavformatThu, 09 Aug 2007 12:25:58 +0000, by michael
-
move main header writing into its own function libavformatThu, 09 Aug 2007 12:22:02 +0000, by michael
-
trying to finally get the nut muxer back uptodate libavformatThu, 09 Aug 2007 01:12:48 +0000, by michael
-
ensure that the codec_id detection in av_find_stream_info() does not libavformatMon, 06 Aug 2007 21:14:29 +0000, by michael
-
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
-
remove likely wrong reseting of align_iframe libavformatSun, 15 Jul 2007 18:24:39 +0000, by michael
-
All those demuxers don't depend on riff.o anymore. libavformatSat, 14 Jul 2007 14:27:20 +0000, by aurel
-
All those demuxers use pcm_read_seek() and thus depend on raw.o. libavformatSat, 14 Jul 2007 14:01:20 +0000, by aurel
-
avoid division by zero in av_find_stream_info() when no time base is set libavformatSat, 14 Jul 2007 12:42:57 +0000, by mru
-
Smartjog granted permission to relicense as LGPL 2.1 libavformatFri, 13 Jul 2007 17:15:56 +0000, by bcoudurier
-
round timestamps up, k2 broadcast server seems to need it libavformatFri, 13 Jul 2007 17:06:58 +0000, by bcoudurier
-
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformatFri, 13 Jul 2007 12:12:38 +0000, by alex
-
Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformatFri, 13 Jul 2007 11:58:15 +0000, by alex
-
rtsp multicast fix by Thijs Vermeir $1$2@gmail.com libavformatThu, 12 Jul 2007 21:12:33 +0000, by lu_zero
-
add support for ASS like subtitles in Matroska libavformatWed, 11 Jul 2007 13:37:07 +0000, by aurel
-
Move public API functions av_codec_get_tag() and av_codec_get_id() libavformatWed, 11 Jul 2007 12:45:14 +0000, by aurel
-
avoid deprecation warnings for AVFrac from avformat.h libavformatMon, 09 Jul 2007 22:15:11 +0000, by mru
-
properly set AVStream.language according to Matroska track header libavformatMon, 09 Jul 2007 13:33:34 +0000, by aurel
-
avoid uninitialised variable warning and clarify code libavformatSun, 08 Jul 2007 13:42:52 +0000, by mru
-
update SectionCallback and PESCallback typedefs to match functions libavformatSun, 08 Jul 2007 13:42:51 +0000, by mru
-
kill uninitialised variable warning in mp3_read_probe() libavformatSun, 08 Jul 2007 13:42:46 +0000, by mru
-
bethsoftvid: use correct type for size passed to av_fast_realloc() libavformatSun, 08 Jul 2007 13:42:42 +0000, by mru
-
* Getting rid of the use of GCC language extensions libavformatSun, 08 Jul 2007 03:16:59 +0000, by romansh
-
remove deprecated codec_get_{bmp,wav}_{id,tag}() libavformatSun, 08 Jul 2007 01:49:24 +0000, by mru
-
ogm: don't use deprecated codec_get_{bmp,wav}_id() libavformatSun, 08 Jul 2007 01:41:09 +0000, by mru
-
nutdec: don't use deprecated codec_get_{bmp,wav}_id() libavformatSun, 08 Jul 2007 01:41:07 +0000, by mru