Mercurial > libavformat.hg
graph
-
matroskaenc: use "title" tag instead of "description" in track title. libavformatWed, 03 Mar 2010 23:27:34 +0000, by conrad
-
matroskadec: timestamps are dts and not pts in ms vfw compatibility mode libavformatWed, 03 Mar 2010 21:46:43 +0000, by aurel
-
Properly pad H.264 extradata when taken from fmtp SDP attributes libavformatWed, 03 Mar 2010 21:00:50 +0000, by mstorsjo
-
nutdec: make chapter start and length uint64_t to prevent overflows. libavformatMon, 01 Mar 2010 07:26:41 +0000, by benoit
-
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of libavformatSun, 28 Feb 2010 22:33:22 +0000, by reimar
-
Make our getaddrinfo implementation initialize "struct addrinfo" return libavformatSun, 28 Feb 2010 22:31:17 +0000, by reimar
-
Plug some memory leaks in NUT muxer and demuxer libavformatSun, 28 Feb 2010 20:49:21 +0000, by vitor
-
Many mp3s seem to contain padding after id3 tags that is not considered in the libavformatSun, 28 Feb 2010 16:40:17 +0000, by michael
-
Rename RTP depacketizer files from rtp_* to rtpdec_* libavformatSun, 28 Feb 2010 11:03:14 +0000, by mstorsjo
-
Include rtpdec.h, it contains prototypes for the following functions: libavformatSun, 28 Feb 2010 03:59:15 +0000, by cehoyos
-
Include avc.h from avc.c: It contains several prototypes. libavformatSun, 28 Feb 2010 02:04:34 +0000, by cehoyos
-
Make mp4_read_descr static: It is only used inside libavformat/mov.c. libavformatSun, 28 Feb 2010 01:51:13 +0000, by cehoyos
-
Include apetag.h which contains the prototype for ff_ape_parse_tag(). libavformatSun, 28 Feb 2010 01:43:47 +0000, by cehoyos
-
RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer libavformatFri, 26 Feb 2010 16:21:56 +0000, by mstorsjo
-
asfdec: don't strip the "WM/" prefix, this should be done during conversion. libavformatThu, 25 Feb 2010 16:38:23 +0000, by benoit
-
asf: add more entries to metadata conv table. libavformatThu, 25 Feb 2010 09:09:39 +0000, by benoit
-
Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our libavformatWed, 24 Feb 2010 18:19:54 +0000, by rbultje
-
Don't add WM prefixes to all written ASF tags. libavformatWed, 24 Feb 2010 18:17:32 +0000, by rbultje
-
Mention that metadata tags are (unvalidated) UTF-8. libavformatWed, 24 Feb 2010 18:01:44 +0000, by rbultje
-
Correctly increment continuity_counter in PCR packets. libavformatWed, 24 Feb 2010 10:56:13 +0000, by cehoyos
-
asfdec: add a debug message about skipped tags. libavformatWed, 24 Feb 2010 07:33:18 +0000, by benoit
-
asfdec: only unicode tags must have even length. libavformatWed, 24 Feb 2010 07:31:03 +0000, by benoit
-
Introduce metadata conversion table for NUT muxer and demuxer. libavformatWed, 24 Feb 2010 06:27:12 +0000, by kostya
-
Count all frames with codec_info_nb_frames not just ones with non zero libavformatTue, 23 Feb 2010 16:29:57 +0000, by michael
-
Put codec_info_nb_frames back in AVStream and print its value. libavformatTue, 23 Feb 2010 15:07:18 +0000, by michael
-
Make Bink demuxer pass video flags to decoder libavformatTue, 23 Feb 2010 06:36:26 +0000, by kostya
-
Free metadata in chained RTP muxers in the RTSP muxer libavformatMon, 22 Feb 2010 21:20:30 +0000, by mstorsjo
-
Add declarations and doxygen documentation of generic rtsp support functions libavformatMon, 22 Feb 2010 19:44:08 +0000, by mstorsjo
-
Don't follow RTSP redirects when used as a muxer libavformatMon, 22 Feb 2010 15:57:40 +0000, by mstorsjo
-
Add a function rtsp_setup_output_streams for announcing the SDP libavformatMon, 22 Feb 2010 15:56:18 +0000, by mstorsjo
-
Create AVFormatContext objects as private transport for output RTSP sessions libavformatMon, 22 Feb 2010 15:46:56 +0000, by mstorsjo
-
Make sure a set r_frame_rate is not overriden by a guess. libavformatMon, 22 Feb 2010 10:19:46 +0000, by michael
-
Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformatMon, 22 Feb 2010 00:34:27 +0000, by michael
-
Fix memory leak for truncated packets in idCin demuxer libavformatSun, 21 Feb 2010 14:41:39 +0000, by vitor
-
Make sure we dont write more bytes into filename than the array is long. libavformatSat, 20 Feb 2010 22:57:23 +0000, by michael
-
Do not attempt to open references through absolute pathes. libavformatSat, 20 Feb 2010 22:48:09 +0000, by michael
-
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for libavformatSat, 20 Feb 2010 11:22:47 +0000, by vitor
-
Split rtsp_read_header() into two functions, so that the main part (now also libavformatFri, 19 Feb 2010 23:23:40 +0000, by rbultje
-
Split out input-specific parts of rtsp_read_header() into its own, new, libavformatFri, 19 Feb 2010 23:21:44 +0000, by rbultje
-
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. libavformatFri, 19 Feb 2010 23:13:21 +0000, by rbultje
-
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) libavformatFri, 19 Feb 2010 23:11:59 +0000, by rbultje
-
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState libavformatFri, 19 Feb 2010 23:10:19 +0000, by rbultje
-
WavPack demuxer also depends on APE tag parser libavformatFri, 19 Feb 2010 22:13:19 +0000, by kostya
-
Make Bink demuxer skip all zero audio tracks, not only the first one libavformatFri, 19 Feb 2010 22:10:04 +0000, by kostya
-
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the libavformatFri, 19 Feb 2010 16:26:21 +0000, by rbultje
-
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it libavformatFri, 19 Feb 2010 06:59:47 +0000, by kostya
-
Add functions to send RTSP commands with content attached to them. This will libavformatWed, 17 Feb 2010 19:24:02 +0000, by rbultje
-
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, libavformatTue, 16 Feb 2010 23:00:03 +0000, by rbultje
-
When using RTP-over-UDP, send dummy packets during stream setup, similar to libavformatTue, 16 Feb 2010 22:50:50 +0000, by rbultje
-
Fix two problems (no idea how this ever worked): libavformatTue, 16 Feb 2010 19:26:49 +0000, by rbultje
-
Don't return 0 if buffer setup failed. That signals the RTSP demuxer that libavformatTue, 16 Feb 2010 18:19:28 +0000, by rbultje
-
Set lavf identification string globally in av_write_header(), rather libavformatTue, 16 Feb 2010 16:32:25 +0000, by rbultje
-
Strings in extended content header are UTF16, libavformatMon, 15 Feb 2010 21:19:40 +0000, by cehoyos
-
workaround for broken files created by previous versions of asfenc. libavformatMon, 15 Feb 2010 21:14:47 +0000, by cehoyos
-
Optimize h261_probe function, since it is far slower than all others. libavformatSun, 14 Feb 2010 18:59:56 +0000, by reimar
-
add netspeak gsm and truespeech wav format tags to riff.c libavformatSat, 13 Feb 2010 17:57:24 +0000, by compn
-
Add flag so muxers not needing width/height can signal this. libavformatFri, 12 Feb 2010 20:35:29 +0000, by michael
-
Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). libavformatFri, 12 Feb 2010 11:31:35 +0000, by pross
-
Fix demuxing of wav files with broken data header libavformatWed, 10 Feb 2010 20:26:47 +0000, by daniel
-
Use av_compare_ts from libavutil instead of the locale compare_ts, the libavformatWed, 10 Feb 2010 19:43:57 +0000, by reimar
-
Fix syncronisation for streams with a high encoding delay. libavformatWed, 10 Feb 2010 19:33:08 +0000, by lucabe
-
Don't forget to set known audio parameters (samplerate, etc.) if the codec is libavformatWed, 10 Feb 2010 18:30:55 +0000, by rbultje
-
RTP/AMR depacketizer, by Martin Storsj <$firstname at $firstname dot st>. libavformatWed, 10 Feb 2010 17:20:50 +0000, by rbultje
-
Dont give up after 100kb of zero bytes but returnd EAGAIN libavformatWed, 10 Feb 2010 14:25:57 +0000, by michael
-
mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. libavformatWed, 10 Feb 2010 12:44:16 +0000, by andoma
-
Make sure the header value used to avoid repeating headers on seeking to the libavformatMon, 08 Feb 2010 20:25:36 +0000, by reimar
-
Implement gai_strerror() for systems lacking such functionality. Patch libavformatMon, 08 Feb 2010 18:48:12 +0000, by rbultje
-
Fix playback with invalid files that don't set the continuation flag for libavformatMon, 08 Feb 2010 10:13:03 +0000, by conrad
-
Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the libavformatSun, 07 Feb 2010 19:10:04 +0000, by michael
-
Use av_compare_ts() for interleaving per dts. libavformatSun, 07 Feb 2010 16:27:17 +0000, by michael
-
Implement a physical concatenation protocol. libavformatSun, 07 Feb 2010 10:25:58 +0000, by stefano
-
Correcting wrong looking stream_id validity check in avidec. libavformatFri, 05 Feb 2010 11:50:44 +0000, by michael
-
Dont try generic seek if seek request before first index entry and backward. libavformatWed, 03 Feb 2010 23:59:48 +0000, by michael
-
Try to open decoders in av_find_stream_info() even if no packets for the libavformatWed, 03 Feb 2010 23:05:58 +0000, by michael
-
Extend IFF demuxer to parse PBM/ILBM bitmap chunks libavformatWed, 03 Feb 2010 09:57:21 +0000, by pross
-
Only set duration for streams where it is likely correct. libavformatWed, 03 Feb 2010 00:35:10 +0000, by michael
-
Guess the duration before converting video and write guessed duration libavformatTue, 02 Feb 2010 22:23:09 +0000, by cehoyos
-
Fix warnings about implicit function declaration when compiling rtpdec.c libavformatMon, 01 Feb 2010 23:10:04 +0000, by cehoyos
-
Add a list of generic tags and change demuxers to follow it. libavformatMon, 01 Feb 2010 11:39:10 +0000, by pross
-
Increase search range if no end timestamp could be found for the duration libavformatSun, 31 Jan 2010 17:43:18 +0000, by michael
-
Bink video codec id is there, demuxer can use it libavformatSun, 31 Jan 2010 16:21:49 +0000, by kostya
-
Latent libavformat version bump for Bink demuxer (r21569) libavformatSun, 31 Jan 2010 13:01:00 +0000, by pross
-
Flag to ignore dts on frames that contain pts. libavformatSat, 30 Jan 2010 22:55:12 +0000, by michael
-
Store strings directly in mov_mdhd_language_map instead of using pointers, libavformatSat, 30 Jan 2010 22:05:26 +0000, by reimar
-
Always consider the mov language code as 4 bytes fixed size and change the libavformatSat, 30 Jan 2010 21:54:06 +0000, by reimar
-
another 10l: forgot to change parent condition as well libavformatSat, 30 Jan 2010 09:47:57 +0000, by kostya
-
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning libavformatSat, 30 Jan 2010 09:45:52 +0000, by kostya
-
Make RTMP send/receive packet functions report number of bytes read or sent. libavformatSat, 30 Jan 2010 09:24:52 +0000, by kostya
-
cosmetics: add an empty line between variable declarations and code libavformatSat, 30 Jan 2010 08:38:11 +0000, by kostya
-
Remove MAX_STREAMS usage in ogg and mxf muxers libavformatFri, 29 Jan 2010 06:38:00 +0000, by bcoudurier
-
Add RTP/H.263 depacketizer by Martin Storsj <$firstname () $firstname st>. libavformatThu, 28 Jan 2010 16:08:13 +0000, by rbultje
-
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. libavformatThu, 28 Jan 2010 15:45:21 +0000, by jai_menon
-
Use av_mallocz in url_open_protocol for URLContext. libavformatThu, 28 Jan 2010 09:11:26 +0000, by benoit
-
Introduce AVIStream struct and move stream based variables to it. libavformatThu, 28 Jan 2010 02:45:17 +0000, by michael
-
Support demuxing Blu-ray subtitles in matroska files. libavformatWed, 27 Jan 2010 22:39:18 +0000, by cehoyos
-
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). libavformatWed, 27 Jan 2010 22:31:13 +0000, by rbultje
-
Fix duration calculation in the presence of a single wraping of the timeline. libavformatWed, 27 Jan 2010 19:37:52 +0000, by michael
-
Schedule an increase in the maximum number of streams libavformatWed, 27 Jan 2010 19:13:35 +0000, by jai_menon
-
Document av_register_protocol(), not that it really needs to be libavformatWed, 27 Jan 2010 00:21:28 +0000, by stefano
-
Don't use tcp_fd if we're not using TCP-based connections (e.g. when libavformatTue, 26 Jan 2010 15:51:54 +0000, by rbultje
-
Load the proper getaddrinfo functions from ws2_32.dll, if they're present. libavformatMon, 25 Jan 2010 01:28:01 +0000, by ramiro
-
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, libavformatSun, 24 Jan 2010 21:37:35 +0000, by cehoyos
-
Favor the term "URL" over "filename", as the API deals with URLs libavformatSun, 24 Jan 2010 18:18:03 +0000, by stefano
-
Make url_read_complete handle EAGAIN more intelligently. libavformatSun, 24 Jan 2010 18:09:46 +0000, by reimar
-
Make url_read_complete retry on EAGAIN and return how much data it read libavformatSat, 23 Jan 2010 10:23:47 +0000, by reimar
-
Print a warning when DATA chunk is encountered in the middle of chunk. libavformatSat, 23 Jan 2010 09:42:52 +0000, by kostya
-
Remove conditional M_PI definition, it is already defined in libavformatFri, 22 Jan 2010 23:16:23 +0000, by stefano
-
Replace deprecated guess_format() with av_guess_format(). libavformatFri, 22 Jan 2010 23:09:08 +0000, by stefano
-
Rename a function which is no longer ipv6-specific. Patch by Martin Storsj libavformatFri, 22 Jan 2010 16:10:08 +0000, by rbultje
-
Use the control URI from the SDP (if present) rather than the input filename, libavformatFri, 22 Jan 2010 16:04:15 +0000, by rbultje
-
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since libavformatThu, 21 Jan 2010 20:04:17 +0000, by rbultje
-
Change on rtsp_send_cmd() to the _async() version since we don't use the libavformatThu, 21 Jan 2010 20:01:11 +0000, by rbultje
-
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized libavformatThu, 21 Jan 2010 19:48:30 +0000, by rbultje
-
Remove IPv4-only codepath. Patch by Martin Storsj <$first $first st>. libavformatThu, 21 Jan 2010 15:42:05 +0000, by rbultje
-
Set start_time and duration in AVStream instead of AVFormatContext for libavformatThu, 21 Jan 2010 09:47:02 +0000, by conrad
-
Use the configure check from r21351 and use it to properly define struct libavformatWed, 20 Jan 2010 17:26:14 +0000, by rbultje
-
fetch flv duration from file if it is set to 0 in metadata libavformatTue, 19 Jan 2010 19:41:24 +0000, by bcoudurier
-
move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 libavformatMon, 18 Jan 2010 21:38:39 +0000, by bcoudurier
-
Rename the RTP muxer sources so that the packetisation functions are in libavformatMon, 18 Jan 2010 13:44:12 +0000, by lucabe
-
Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function libavformatMon, 18 Jan 2010 11:18:25 +0000, by lucabe
-
Use av_match_ext() rather than the deprecated match_ext(), fix libavformatSun, 17 Jan 2010 15:57:51 +0000, by stefano
-
Support demuxing of Sony OpenMG files without metadata header. libavformatSun, 17 Jan 2010 00:23:08 +0000, by cehoyos
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavformatFri, 15 Jan 2010 11:03:40 +0000, by cehoyos
-
Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavformatFri, 15 Jan 2010 10:55:31 +0000, by cehoyos
-
Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) libavformatThu, 14 Jan 2010 14:02:06 +0000, by pross
-
set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com libavformatThu, 14 Jan 2010 00:32:36 +0000, by bcoudurier
-
do not skip mdat data if it's the last atom, avoids one seek libavformatWed, 13 Jan 2010 23:33:29 +0000, by bcoudurier
-
restore old buffer content when seek failed in http protocol, fix issue #1631 libavformatWed, 13 Jan 2010 23:27:52 +0000, by bcoudurier
-
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 Hrdin 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
-
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavformatThu, 10 Dec 2009 23:06:23 +0000, by cehoyos
-
Support Etymonix MPEG-2 video codec, fixes issue 1603. libavformatThu, 10 Dec 2009 22:38:49 +0000, by cehoyos
-
Raise threshold of h263 probe by 1 to avoid misdetection. libavformatTue, 08 Dec 2009 12:34:08 +0000, by michael
-
Add out commented av_log to debug h263_probe. libavformatTue, 08 Dec 2009 12:33:00 +0000, by michael
-
Also print the number of invalid packets in the debug output. libavformatTue, 08 Dec 2009 12:24:41 +0000, by michael
-
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformatTue, 08 Dec 2009 12:19:30 +0000, by michael
-
AU : demuxed packet size should be sample size aligned. libavformatMon, 07 Dec 2009 13:55:38 +0000, by jai_menon
-
cosmetics: insert space between codeword and left parenthesis libavformatSun, 06 Dec 2009 07:03:46 +0000, by kostya
-
Do not send invokes to RTMP server if we are not connected to it. libavformatSun, 06 Dec 2009 07:01:37 +0000, by kostya
-
Calls to url_fseek should have their return value checked in libavformatSun, 06 Dec 2009 00:03:53 +0000, by daniel
-
Implement RTMP output (publishing FLV stream to RTMP server). libavformatFri, 04 Dec 2009 16:52:16 +0000, by kostya
-
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it libavformatThu, 03 Dec 2009 16:13:51 +0000, by kostya
-
Send connect() and createStream() in RTMP system channel, not video channel. libavformatThu, 03 Dec 2009 15:59:51 +0000, by kostya
-
Move "app" string into RTMP protocol context. libavformatThu, 03 Dec 2009 15:47:00 +0000, by kostya
-
RTMP packets with one-byte header use previous packet timestamp difference, so libavformatThu, 03 Dec 2009 06:40:37 +0000, by kostya
-
Update Changelog, documentation, and libavformat minor version number for libavformatThu, 03 Dec 2009 00:27:01 +0000, by ramiro
-
Move is_input flag into RTMP protocol context. libavformatWed, 02 Dec 2009 12:55:10 +0000, by kostya
-
print error message when image2 muxer fail to compute frame filename libavformatTue, 01 Dec 2009 23:10:32 +0000, by bcoudurier
-
Change ret type to int64_t because url_fseek returns int64_t. libavformatTue, 01 Dec 2009 22:56:44 +0000, by bcoudurier
-
use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformatTue, 01 Dec 2009 20:15:05 +0000, by bcoudurier
-
Write timestamp deltas, not timestamps, for RTMP packets with partial header libavformatTue, 01 Dec 2009 16:43:53 +0000, by kostya
-
Full-header RTMP packets contain real timestamp, others contain timestamp libavformatTue, 01 Dec 2009 16:08:44 +0000, by kostya
-
Write header for RTMP packets with channel_id >= 64 correctly libavformatTue, 01 Dec 2009 15:13:23 +0000, by kostya
-
Read and write extended timestamps for RTMP packets. libavformatTue, 01 Dec 2009 15:07:32 +0000, by kostya
-
7l trocadero: reading right into enum variable may cause unwanted effects, use libavformatTue, 01 Dec 2009 14:58:17 +0000, by kostya
-
Support "A format generated by IndigoVision 8000 video server". libavformatTue, 01 Dec 2009 13:17:10 +0000, by michael
-
slif aka "SoftLab MPEG-2 I-frames Codec" support. libavformatTue, 01 Dec 2009 02:07:46 +0000, by michael
-
Print a warning if the duration is estimated from the bitrate, as this is libavformatMon, 30 Nov 2009 22:08:22 +0000, by michael
-
decode qcelp in aiff, implement #1524, patch by Vitor libavformatMon, 30 Nov 2009 22:01:21 +0000, by bcoudurier
-
100l, max value for timescale is UINT16_MAX libavformatSun, 29 Nov 2009 18:26:51 +0000, by bcoudurier
-
change track timescale to unsigned int, fix warning libavformatSun, 29 Nov 2009 02:41:48 +0000, by bcoudurier
-
support sample rates > INT16_MAX in mov using stsd v2 libavformatSun, 29 Nov 2009 02:03:24 +0000, by bcoudurier
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavformatThu, 26 Nov 2009 21:15:06 +0000, by reimar
-
Update ffserver to include all basic x264 parameters in .ffm files. libavformatTue, 24 Nov 2009 15:54:17 +0000, by darkshikari
-
Determine VOC block length when length field is zero, fixes issue1538. libavformatTue, 24 Nov 2009 07:08:17 +0000, by pross
-
MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) libavformatMon, 23 Nov 2009 08:47:40 +0000, by conrad
-
set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration libavformatSun, 22 Nov 2009 21:04:18 +0000, by bcoudurier
-
When searching for AMF object field value, try to find that object first libavformatSun, 22 Nov 2009 09:03:06 +0000, by kostya
-
Print error when RTMP protocol can't open connection libavformatSun, 22 Nov 2009 08:42:55 +0000, by kostya
-
Pass only useful FLV metadata from RTMP stream libavformatSun, 22 Nov 2009 08:40:55 +0000, by kostya
-
Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an libavformatSun, 22 Nov 2009 02:07:10 +0000, by jbr
-
Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. libavformatFri, 20 Nov 2009 23:12:55 +0000, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavformatFri, 20 Nov 2009 19:16:42 +0000, by daniel
-
Add functions to return library license and library configuration. libavformatWed, 18 Nov 2009 17:15:17 +0000, by diego
-
Search relative path according to alias record when opening mov reference files. libavformatSun, 15 Nov 2009 03:26:47 +0000, by bcoudurier
-
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer libavformatFri, 13 Nov 2009 10:19:42 +0000, by lucabe
-
Split the sdp_read_packet() function out of rtsp_read_packet(). libavformatThu, 12 Nov 2009 15:34:17 +0000, by lucabe
-
Move some some functions around, so that splitting the SDP code out of libavformatThu, 12 Nov 2009 10:31:37 +0000, by lucabe
-
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in libavformatThu, 12 Nov 2009 02:22:19 +0000, by alexc
-
Add '#undef fprintf' before PRINT macro that uses fprintf. libavformatWed, 11 Nov 2009 21:57:50 +0000, by diego
-
Increase default value for max_analyze_duration, fixes issue 1506, a regression. libavformatMon, 09 Nov 2009 01:10:55 +0000, by cehoyos
-
Use enum instead of integer types where appropriate. libavformatSun, 08 Nov 2009 23:48:15 +0000, by cehoyos
-
Use CODEC_ID_NONE instead of 0 for enum CodecID. libavformatSun, 08 Nov 2009 23:46:32 +0000, by cehoyos
-
Let pmt override stream info when encoutered later in the ts file. libavformatSun, 08 Nov 2009 03:17:08 +0000, by bcoudurier
-
Support some LATM AAC streams (they can be decoded with MPlayer). libavformatSat, 07 Nov 2009 23:44:56 +0000, by cehoyos
-
Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. libavformatSat, 07 Nov 2009 22:35:00 +0000, by jbr
-
change \0xa9enc tag metadata name to encoder to match id3v2 libavformatFri, 06 Nov 2009 18:59:25 +0000, by bcoudurier
-
10l: WavPack demuxer forgot to seek back to initial position after block libavformatFri, 06 Nov 2009 18:25:45 +0000, by kostya
-
Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam libavformatThu, 05 Nov 2009 14:25:37 +0000, by lucabe
-
If custom sampling rate is set in WavPack file, parse first block to find libavformatThu, 05 Nov 2009 08:14:48 +0000, by kostya
-
Initialize block_parsed before reading first block header in WavPack demuxer, libavformatThu, 05 Nov 2009 08:10:50 +0000, by kostya
-
do not redundantly set stream nb_frames, it's already set in read_stts libavformatThu, 05 Nov 2009 07:32:50 +0000, by bcoudurier
-
compute dts shift with ctts value, cslg atom might be missing, fix #419 libavformatThu, 05 Nov 2009 07:30:53 +0000, by bcoudurier
-
warn if stream timescale is not set and set it to 1 to avoid FPE libavformatThu, 05 Nov 2009 07:11:54 +0000, by bcoudurier
-
fix \0xa9wrt metadata, to composer, fix issue #1501 libavformatThu, 05 Nov 2009 01:40:13 +0000, by bcoudurier
-
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavformatTue, 03 Nov 2009 16:17:21 +0000, by compn
-
Set the sample format for Smacker audio in the decoder rather than in the libavformatSun, 01 Nov 2009 15:08:49 +0000, by jbr
-
print packet duration when debugging timestamps libavformatFri, 30 Oct 2009 18:17:16 +0000, by bcoudurier
-
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi libavformatTue, 27 Oct 2009 17:37:41 +0000, by compn
-
rtsp_close_streams frees the auth_b64 line already libavformatSun, 25 Oct 2009 00:41:10 +0000, by lu_zero
-
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com libavformatSat, 24 Oct 2009 20:40:00 +0000, by bcoudurier
-
Just remove params understood by the demuxer libavformatSat, 24 Oct 2009 16:53:06 +0000, by lu_zero
-
Use sdp c= line if the rtsp Transport line doesn't have a destination libavformatSat, 24 Oct 2009 15:10:58 +0000, by lu_zero
-
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. libavformatThu, 22 Oct 2009 18:43:08 +0000, by michael
-
Support non interleaved avi files that have 0<size<sample_size. libavformatThu, 22 Oct 2009 18:32:27 +0000, by michael
-
Fixes detection and error reporting of non-existing files in img2.c. libavformatThu, 22 Oct 2009 16:27:01 +0000, by benoit
-
Add comment on #endif about condition that triggers it. libavformatWed, 21 Oct 2009 01:25:39 +0000, by ramiro
-
Improve sofdec dectection to avoid false positives for MP2. libavformatTue, 20 Oct 2009 15:27:05 +0000, by cehoyos
-
Make url_resetbuf() assert on wrong flags passed and make it static on next libavformatTue, 20 Oct 2009 06:40:01 +0000, by benoit
-
Move function that is only used by the MP3 muxer below the corresponding #if. libavformatMon, 19 Oct 2009 23:22:23 +0000, by diego
-
Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. libavformatMon, 19 Oct 2009 22:36:57 +0000, by diego
-
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. libavformatMon, 19 Oct 2009 22:32:32 +0000, by diego
-
Remove some duplicate object dependencies for the RTSP demuxer. libavformatMon, 19 Oct 2009 22:10:15 +0000, by diego
-
check stream index validity in av_program_add_stream_index libavformatMon, 19 Oct 2009 18:55:27 +0000, by bcoudurier
-
request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 libavformatMon, 19 Oct 2009 18:53:32 +0000, by bcoudurier
-
In dump_format, print streams not associated with any program. libavformatMon, 19 Oct 2009 02:12:10 +0000, by bcoudurier
-
If missing, calculate width or height from bpp and libavformatSun, 18 Oct 2009 23:56:00 +0000, by reynaldo
-
mux all stream types except audio as one pes packet per avpacket, issue #1374 libavformatSun, 18 Oct 2009 21:41:03 +0000, by bcoudurier
-
handle_packets takes number of packets as arg, avoid reading too much libavformatSun, 18 Oct 2009 20:11:32 +0000, by bcoudurier
-
Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t libavformatSun, 18 Oct 2009 20:08:13 +0000, by bcoudurier
-
Smarten mtv's probe a bit. Check for non zero libavformatSun, 18 Oct 2009 18:02:12 +0000, by reynaldo
-
matroskaenc: Add support for writing chapters. libavformatSun, 18 Oct 2009 12:17:01 +0000, by aurel
-
Last parameter in RTMP "play" call was optional and some servers seem not to libavformatSun, 18 Oct 2009 06:54:04 +0000, by kostya
-
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment libavformatSat, 17 Oct 2009 21:30:50 +0000, by jbr
-
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. libavformatFri, 16 Oct 2009 14:46:06 +0000, by cehoyos
-
Log a clearer warning message when muxing FLV with Speex containing more than libavformatFri, 16 Oct 2009 10:04:35 +0000, by jbr
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavformatFri, 16 Oct 2009 07:55:57 +0000, by reimar
-
Split up the AIFF muxer and demuxer into separate files. libavformatThu, 15 Oct 2009 09:45:16 +0000, by jbr
-
MXF: simply ignore tracks that are invalid due to not having a valid Sequence libavformatTue, 13 Oct 2009 08:08:10 +0000, by reimar
-
Do not read data past the end of the SSND chunk in the AIFF demuxer. libavformatTue, 13 Oct 2009 00:19:34 +0000, by jbr
-
Support Midvid JPEG Video Codec (still flipped). libavformatMon, 12 Oct 2009 22:00:14 +0000, by cehoyos
-
Support Intel JPEG Library Video Codec (still flipped). libavformatMon, 12 Oct 2009 21:35:26 +0000, by cehoyos
-
Calculate correct packet durations when demuxing Ogg/Speex. This involves libavformatMon, 12 Oct 2009 21:30:03 +0000, by jbr
-
Detect Windows Media DRM protected files and display warning if no key libavformatSun, 11 Oct 2009 23:09:33 +0000, by cehoyos
-
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. libavformatSat, 10 Oct 2009 21:17:52 +0000, by cehoyos
-
Only read ID3v1 tag if ID3v2 isn't present or is empty. libavformatMon, 05 Oct 2009 21:36:56 +0000, by cehoyos
-
id3v2: Export all text information frames with correct names. libavformatMon, 05 Oct 2009 20:10:07 +0000, by ramiro
-
Fix pcm_read_seek () when the position it calculates is greater than 2 GB. libavformatMon, 05 Oct 2009 09:19:42 +0000, by diego