2010-01-13 |
rbultje |
Fix issue1658 (trailing space in rtpmap descriptor).
libavformat
|
2010-01-13 |
benoit |
Check there is a stream before writing header.
libavformat
|
2010-01-12 |
rbultje |
Reindent after r21166.
libavformat
|
2010-01-12 |
rbultje |
Use chunked encoding for HTTP uploads. Patch by Tomas Härdin
libavformat
|
2010-01-12 |
lucabe |
Make sure the destination address is written as an IP address in the SDP
libavformat
|
2010-01-12 |
kostya |
Correct timestamps inside FLV data received by RTMP.
libavformat
|
2010-01-12 |
kostya |
Use old-style RTMP handshake for old servers.
libavformat
|
2010-01-12 |
cehoyos |
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474.
libavformat
|
2010-01-11 |
lucabe |
Remove the inclusion of unneeded headers
libavformat
|
2010-01-11 |
rbultje |
Provide a fallback for getnameinfo() also. Patch by Martin Storsjö
libavformat
|
2010-01-11 |
rbultje |
Implement a fallback for struct sockaddr_storage if not available.
libavformat
|
2010-01-11 |
rbultje |
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsjö
libavformat
|
2010-01-11 |
rbultje |
Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.
libavformat
|
2010-01-11 |
rbultje |
Provide fallback implementations of getaddrinfo() and freeaddrinfo().
libavformat
|
2010-01-11 |
rbultje |
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin
libavformat
|
2010-01-11 |
conrad |
oggdec: Set dts when known
libavformat
|
2010-01-11 |
conrad |
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks
libavformat
|
2010-01-11 |
conrad |
Add support for dirac in ogg
libavformat
|
2010-01-10 |
cehoyos |
Use enum CodecID where appropriate.
libavformat
|
2010-01-10 |
pross |
Deluxe Paint Animation demuxer
libavformat
|
2010-01-10 |
pross |
do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516]
libavformat
|
2010-01-09 |
pross |
update my email address
libavformat
|
2010-01-08 |
rbultje |
Use the correct ByteIOContext in extradata parsing.Fixes half of issue
libavformat
|
2010-01-08 |
michael |
Improve avformat_version() doxy.
libavformat
|
2010-01-08 |
rbultje |
Currently, the replacement which is used if inet_aton isn't available,
libavformat
|
2010-01-07 |
rbultje |
handler can be NULL if we did not support this dynamic format (codec).
libavformat
|
2010-01-07 |
rbultje |
Add correct log context to av_log() calls in parse_rtpmap().
libavformat
|
2010-01-07 |
rbultje |
Re-indent to more closely follow general coding standards used in other
libavformat
|
2010-01-07 |
lucabe |
Always set the destination address even if no port was found.
libavformat
|
2010-01-07 |
lucabe |
Check the URL used for the SDP destination.
libavformat
|
2010-01-06 |
daniel |
Handle more ADPCM codecs in av_get_bits_per_sample().
libavformat
|
2010-01-05 |
compn |
add another mjpeg fourcc to riff.c list
libavformat
|
2010-01-04 |
bcoudurier |
cosmetics, remove useless parentheses, add space
libavformat
|
2010-01-04 |
bcoudurier |
simplify error handling in mov_read_default
libavformat
|
2010-01-04 |
bcoudurier |
remove no more needed MOVAtom.offset field
libavformat
|
2010-01-04 |
bcoudurier |
remove useless code skipping data at end of hdlr atom, already done in mov_read_default
libavformat
|
2010-01-04 |
rbultje |
Remove forward declarations.
libavformat
|
2010-01-04 |
melanson |
Add support for these widely-used iTunes metadata fields: Album Artist,
libavformat
|
2010-01-03 |
stefano |
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and
libavformat
|
2010-01-01 |
stefano |
Use av_match_ext() in place of the deprecated match_ext() function.
libavformat
|
2010-01-01 |
stefano |
Deprecate match_ext() in favor of av_match_ext(), and mark it for
libavformat
|
2010-01-01 |
stefano |
Use av_guess_format() in place of the deprecated guess_format().
libavformat
|
2010-01-01 |
stefano |
Reindent.
libavformat
|
2010-01-01 |
stefano |
Deprecate guess_format() in favor of av_guess_format().
libavformat
|
2010-01-01 |
stefano |
Fix typo.
libavformat
|
2010-01-01 |
stefano |
Remove residual use of the doxygen markup which is deprecated,
libavformat
|
2009-12-31 |
stefano |
Document guess_format().
libavformat
|
2009-12-31 |
stefano |
Deprecate and mark for deletion the function guess_stream_format(),
libavformat
|