Mercurial > libavformat.hg
graph
-
Dont try generic seek if seek request before first index entry and backward. libavformat2010-02-03, by michael
-
Try to open decoders in av_find_stream_info() even if no packets for the libavformat2010-02-03, by michael
-
Guess the duration before converting video and write guessed duration libavformat2010-02-02, by cehoyos
-
Fix warnings about implicit function declaration when compiling rtpdec.c libavformat2010-02-01, by cehoyos
-
Increase search range if no end timestamp could be found for the duration libavformat2010-01-31, by michael
-
Store strings directly in mov_mdhd_language_map instead of using pointers, libavformat2010-01-30, by reimar
-
Always consider the mov language code as 4 bytes fixed size and change the libavformat2010-01-30, by reimar
-
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning libavformat2010-01-30, by kostya
-
Make RTMP send/receive packet functions report number of bytes read or sent. libavformat2010-01-30, by kostya
-
cosmetics: add an empty line between variable declarations and code libavformat2010-01-30, by kostya
-
Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. libavformat2010-01-28, by rbultje
-
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. libavformat2010-01-28, by jai_menon
-
Introduce AVIStream struct and move stream based variables to it. libavformat2010-01-28, by michael
-
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). libavformat2010-01-27, by rbultje
-
Fix duration calculation in the presence of a single wraping of the timeline. libavformat2010-01-27, by michael
-
Don't use tcp_fd if we're not using TCP-based connections (e.g. when libavformat2010-01-26, by rbultje
-
Load the proper getaddrinfo functions from ws2_32.dll, if they're present. libavformat2010-01-25, by ramiro
-
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, libavformat2010-01-24, by cehoyos
-
Make url_read_complete retry on EAGAIN and return how much data it read libavformat2010-01-23, by reimar
-
Print a warning when DATA chunk is encountered in the middle of chunk. libavformat2010-01-23, by kostya
-
Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö libavformat2010-01-22, by rbultje
-
Use the control URI from the SDP (if present) rather than the input filename, libavformat2010-01-22, by rbultje
-
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since libavformat2010-01-21, by rbultje
-
Change on rtsp_send_cmd() to the _async() version since we don't use the libavformat2010-01-21, by rbultje
-
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized libavformat2010-01-21, by rbultje
-
Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. libavformat2010-01-21, by rbultje
-
Set start_time and duration in AVStream instead of AVFormatContext for libavformat2010-01-21, by conrad
-
Use the configure check from r21351 and use it to properly define struct libavformat2010-01-20, by rbultje
-
move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 libavformat2010-01-18, by bcoudurier
-
Rename the RTP muxer sources so that the packetisation functions are in libavformat2010-01-18, by lucabe
-
Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function libavformat2010-01-18, by lucabe
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavformat2010-01-15, by cehoyos
-
Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) libavformat2010-01-14, by pross
-
set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com libavformat2010-01-14, by bcoudurier
-
restore old buffer content when seek failed in http protocol, fix issue #1631 libavformat2010-01-13, by bcoudurier
-
print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
Insert null packets to keep pcr values correct, patch by Mike Scheutzow, libavformat2010-01-13, by bcoudurier
-
move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformat2010-01-13, by bcoudurier
-
fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be libavformat2010-01-13, by bcoudurier
-
fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be libavformat2010-01-13, by bcoudurier
-
Make sure the destination address is written as an IP address in the SDP libavformat2010-01-12, by lucabe
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavformat2010-01-12, by cehoyos
-
Provide a fallback for getnameinfo() also. Patch by Martin Storsjö libavformat2010-01-11, by rbultje
-
Implement a fallback for struct sockaddr_storage if not available. libavformat2010-01-11, by rbultje
-
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö libavformat2010-01-11, by rbultje
-
Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>. libavformat2010-01-11, by rbultje
-
Provide fallback implementations of getaddrinfo() and freeaddrinfo(). libavformat2010-01-11, by rbultje
-
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin libavformat2010-01-11, by rbultje
-
do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] libavformat2010-01-10, by pross
-
Use the correct ByteIOContext in extradata parsing.Fixes half of issue libavformat2010-01-08, by rbultje
-
Currently, the replacement which is used if inet_aton isn't available, libavformat2010-01-08, by rbultje
-
handler can be NULL if we did not support this dynamic format (codec). libavformat2010-01-07, by rbultje
-
Re-indent to more closely follow general coding standards used in other libavformat2010-01-07, by rbultje