Mercurial > libavformat.hg
graph
-
remove useless declarations from mpegts.h libavformatWed, 13 Jan 2010 22:50:26 +0000, by bcoudurier
-
use codec rc_max_rate if set and warn if bit rate is not set libavformatWed, 13 Jan 2010 22:23:29 +0000, by bcoudurier
-
Do not split audio frames accross pes packets. libavformatWed, 13 Jan 2010 22:21:45 +0000, by bcoudurier
-
print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 21:42:55 +0000, by bcoudurier
-
update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 21:40:37 +0000, by bcoudurier
-
Insert null packets to keep pcr values correct, patch by Mike Scheutzow, libavformatWed, 13 Jan 2010 20:44:56 +0000, by bcoudurier
-
move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 20:30:55 +0000, by bcoudurier
-
output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 20:26:59 +0000, by bcoudurier
-
fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be libavformatWed, 13 Jan 2010 20:20:05 +0000, by bcoudurier
-
fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be libavformatWed, 13 Jan 2010 20:14:53 +0000, by bcoudurier
-
Fix issue1658 (trailing space in rtpmap descriptor). libavformatWed, 13 Jan 2010 15:55:42 +0000, by rbultje
-
Check there is a stream before writing header. libavformatWed, 13 Jan 2010 14:32:48 +0000, by benoit
-
Use chunked encoding for HTTP uploads. Patch by Tomas H¸«£rdin libavformatTue, 12 Jan 2010 16:36:00 +0000, by rbultje
-
Make sure the destination address is written as an IP address in the SDP libavformatTue, 12 Jan 2010 10:56:43 +0000, by lucabe
-
Correct timestamps inside FLV data received by RTMP. libavformatTue, 12 Jan 2010 07:10:47 +0000, by kostya
-
Use old-style RTMP handshake for old servers. libavformatTue, 12 Jan 2010 06:44:49 +0000, by kostya
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavformatTue, 12 Jan 2010 00:29:26 +0000, by cehoyos
-
Provide a fallback for getnameinfo() also. Patch by Martin Storsj¸«Ó libavformatMon, 11 Jan 2010 17:45:17 +0000, by rbultje
-
Implement a fallback for struct sockaddr_storage if not available. libavformatMon, 11 Jan 2010 17:42:35 +0000, by rbultje
-
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsj¸«Ó libavformatMon, 11 Jan 2010 17:32:40 +0000, by rbultje
-
Deprecate resolve_host(). Patch by Martin Storsj¸«Ó <$firstname()$firstname,st>. libavformatMon, 11 Jan 2010 17:28:55 +0000, by rbultje
-
Provide fallback implementations of getaddrinfo() and freeaddrinfo(). libavformatMon, 11 Jan 2010 17:27:07 +0000, by rbultje
-
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin libavformatMon, 11 Jan 2010 17:14:16 +0000, by rbultje
-
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks libavformatMon, 11 Jan 2010 00:31:55 +0000, by conrad
-
do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] libavformatSun, 10 Jan 2010 05:08:42 +0000, by pross
-
Use the correct ByteIOContext in extradata parsing.Fixes half of issue libavformatFri, 08 Jan 2010 17:15:46 +0000, by rbultje
-
Currently, the replacement which is used if inet_aton isn't available, libavformatFri, 08 Jan 2010 00:04:23 +0000, by rbultje
-
handler can be NULL if we did not support this dynamic format (codec). libavformatThu, 07 Jan 2010 23:05:19 +0000, by rbultje
-
Add correct log context to av_log() calls in parse_rtpmap(). libavformatThu, 07 Jan 2010 22:44:03 +0000, by rbultje
-
Re-indent to more closely follow general coding standards used in other libavformatThu, 07 Jan 2010 22:41:14 +0000, by rbultje
-
Always set the destination address even if no port was found. libavformatThu, 07 Jan 2010 08:24:44 +0000, by lucabe
-
Handle more ADPCM codecs in av_get_bits_per_sample(). libavformatWed, 06 Jan 2010 21:51:20 +0000, by daniel
-
cosmetics, remove useless parentheses, add space libavformatMon, 04 Jan 2010 22:59:43 +0000, by bcoudurier
-
simplify error handling in mov_read_default libavformatMon, 04 Jan 2010 22:58:19 +0000, by bcoudurier
-
remove no more needed MOVAtom.offset field libavformatMon, 04 Jan 2010 22:51:38 +0000, by bcoudurier
-
remove useless code skipping data at end of hdlr atom, already done in mov_read_default libavformatMon, 04 Jan 2010 22:48:27 +0000, by bcoudurier
-
Add support for these widely-used iTunes metadata fields: Album Artist, libavformatMon, 04 Jan 2010 02:52:40 +0000, by melanson
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavformatSun, 03 Jan 2010 14:31:25 +0000, by stefano
-
Use av_match_ext() in place of the deprecated match_ext() function. libavformatFri, 01 Jan 2010 23:56:09 +0000, by stefano
-
Deprecate match_ext() in favor of av_match_ext(), and mark it for libavformatFri, 01 Jan 2010 23:50:10 +0000, by stefano
-
Use av_guess_format() in place of the deprecated guess_format(). libavformatFri, 01 Jan 2010 12:58:03 +0000, by stefano
-
Deprecate guess_format() in favor of av_guess_format(). libavformatFri, 01 Jan 2010 12:46:24 +0000, by stefano
-
Remove residual use of the doxygen markup which is deprecated, libavformatFri, 01 Jan 2010 12:28:18 +0000, by stefano
-
Deprecate and mark for deletion the function guess_stream_format(), libavformatThu, 31 Dec 2009 14:12:58 +0000, by stefano
-
Use different dynamic payload types for audio and video. libavformatSun, 27 Dec 2009 21:31:10 +0000, by lucabe
-
Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. libavformatSat, 26 Dec 2009 10:59:56 +0000, by lucabe
-
Remove some unused variables, fixes the warnings: libavformatThu, 24 Dec 2009 12:11:55 +0000, by diego
-
It appears that waveformatextensible is mandatory for more cases than libavformatFri, 18 Dec 2009 06:03:12 +0000, by michael
-
Add decoder for R210 (uncompressed 10-bit RGB) codec. libavformatThu, 17 Dec 2009 18:56:56 +0000, by reimar
-
10l : make sure probe buffer is large enough. libavformatThu, 17 Dec 2009 13:05:37 +0000, by jai_menon
-
Reply to RTMP ping with the same value as received by client. libavformatWed, 16 Dec 2009 12:49:38 +0000, by kostya
-
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes libavformatMon, 14 Dec 2009 21:08:21 +0000, by banan
-
Make sure the Metadata: header is not printed if the only metadata will not libavformatSun, 13 Dec 2009 23:39:20 +0000, by michael
-
Move dump_metadata() to where it is in ffmbc, looks better. libavformatSun, 13 Dec 2009 23:34:46 +0000, by michael
-
dump metadata for AVStreams & AVPrograms too. libavformatSun, 13 Dec 2009 23:27:43 +0000, by michael
-
Try to simplify av_estimate_timings_from_pts() like in ffmbc. libavformatSun, 13 Dec 2009 22:56:59 +0000, by michael
-
Debug av_log() about stream probing from ffmbc. libavformatSun, 13 Dec 2009 22:15:51 +0000, by michael
-
More entries for ff_id3v2_metadata_conv from ffmbc. libavformatSun, 13 Dec 2009 21:02:43 +0000, by michael
-
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformatSun, 13 Dec 2009 20:27:29 +0000, by michael
-
Add flags to prevent strdup() on arguments to av_metadata_set2(). libavformatSun, 13 Dec 2009 20:22:27 +0000, by michael
-
Print extradata in case of failure. I had this in my local tree and it libavformatSun, 13 Dec 2009 16:20:00 +0000, by michael
-
APIChanges & minor bump due to avg_frame_rate addition. libavformatSun, 13 Dec 2009 15:55:07 +0000, by michael
-
Use constant CODEC_ID_NONE instead of 0 where appropriate. libavformatSun, 13 Dec 2009 15:28:00 +0000, by cehoyos
-
RM audio stream version should be 16-bit followed by header size or reserved libavformatSun, 13 Dec 2009 09:08:58 +0000, by kostya
-
Make RM demuxer look more like proper demuxer by introducing codec tags libavformatSun, 13 Dec 2009 08:51:27 +0000, by kostya
-
5l trocadero: don't forget to free packet in gen_connect() libavformatFri, 11 Dec 2009 15:31:58 +0000, by kostya
-
Do not try to interact with RTMP server after "stop" command was received. libavformatFri, 11 Dec 2009 11:37:21 +0000, by kostya