2010-04-16 |
conrad |
oggdec: Fix duration calculation if the last page in a file has no granule
libavformat
|
2010-04-16 |
conrad |
oggdec: Remove write-only variable
libavformat
|
2010-04-16 |
ramiro |
AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)
libavformat
|
2010-04-15 |
rbultje |
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error).
libavformat
|
2010-04-15 |
rbultje |
Remove useless assert(), since this can (in theora) be used for any Xiph
libavformat
|
2010-04-13 |
diego |
Plug librtmp logging into av_log.
libavformat
|
2010-04-13 |
diego |
whitespace cosmetics
libavformat
|
2010-04-13 |
benoit |
Do not probe when the format is known.
libavformat
|
2010-04-13 |
vitor |
Use a suitable timebase in VQF demuxer
libavformat
|
2010-04-12 |
cehoyos |
Do not set pos to an error value.
libavformat
|
2010-04-12 |
thardin |
Predicting the size of the hdlr, string data and trkn tags in the MOV muxer
libavformat
|
2010-04-11 |
stefano |
Move the internal function declarations in avformat.h to internal.h.
libavformat
|
2010-04-11 |
cehoyos |
Set audio bit rate.
libavformat
|
2010-04-11 |
michael |
Raise needed score for codec probing in CODEC_ID_PROBE before the last packet.
libavformat
|
2010-04-09 |
michael |
Dont try to compute AVPacket duration for possibly interlaced video codecs
libavformat
|
2010-04-08 |
thardin |
Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though.
libavformat
|
2010-04-08 |
thardin |
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced.
libavformat
|
2010-04-07 |
banan |
Don't write an empty spdif header in spdif muxers write_header function before actual data starts.
libavformat
|
2010-04-05 |
rbultje |
Actually add flag (somehow got lost in my previous patchset?), fixes broken
libavformat
|
2010-04-05 |
rbultje |
Add a flag to not overwrite existing tags
libavformat
|
2010-04-05 |
mstorsjo |
Reindent
libavformat
|
2010-04-05 |
mstorsjo |
Fix leaks in the AAC RTP depacketizer
libavformat
|
2010-04-05 |
rbultje |
Add void to a function prototype that takes no arguments. Fixes a potential
libavformat
|
2010-04-04 |
michael |
Fix rounding direction for calculation of AVPacket.duration.
libavformat
|
2010-04-04 |
mstorsjo |
Zero-initialize the reply struct
libavformat
|
2010-04-04 |
stefano |
Implement support to the AVSEEK_SIZE operation in file_seek().
libavformat
|
2010-04-04 |
michael |
Allow AVFormatContext.duration to be set if no individual stream duration is known.
libavformat
|
2010-04-03 |
stefano |
Replace all remaining occurrences of AVERROR_NOMEM with
libavformat
|
2010-04-03 |
mstorsjo |
Remove a redundant assignment, found by clang
libavformat
|
2010-04-02 |
rbultje |
Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating
libavformat
|
2010-04-02 |
rbultje |
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>.
libavformat
|
2010-04-02 |
rbultje |
Another uninitialized value.
libavformat
|
2010-04-02 |
rbultje |
Fix uninitialized value in codepath.
libavformat
|
2010-04-02 |
rbultje |
Remove dead initialization.
libavformat
|
2010-04-02 |
rbultje |
Remove dead initialization.
libavformat
|
2010-04-02 |
mstorsjo |
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_
libavformat
|
2010-04-01 |
rbultje |
Merge Vorbis / Theora depayloaders.
libavformat
|
2010-04-01 |
rbultje |
Reindent after r22766.
libavformat
|
2010-04-01 |
rbultje |
Rename functions / comments from "Theora" to "Xiph" where relevant.
libavformat
|
2010-04-01 |
rbultje |
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging
libavformat
|
2010-04-01 |
michael |
Limit probing to probesize.
libavformat
|
2010-04-01 |
benoit |
Fix flvdec start-of-frame.
libavformat
|
2010-03-31 |
stefano |
Make av_match_ext() declaration public (move its declaration out of
libavformat
|
2010-03-31 |
michael |
Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE.
libavformat
|
2010-03-31 |
cehoyos |
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.
libavformat
|
2010-03-31 |
cehoyos |
Probe aac codecs for CODEC_ID_PROBE.
libavformat
|
2010-03-31 |
cehoyos |
Remove superfluous space from a conversion table.
libavformat
|
2010-03-30 |
stefano |
Define AVMediaType enum, and use it instead of enum CodecType, which
libavformat
|
2010-03-30 |
benoit |
Replace @returns by @return.
libavformat
|
2010-03-29 |
stefano |
Document url_exist().
libavformat
|
2010-03-29 |
stefano |
Implement YOP demuxer and video decoder.
libavformat
|
2010-03-29 |
reimar |
Some spelling fixes.
libavformat
|
2010-03-29 |
rbultje |
Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab
libavformat
|
2010-03-28 |
stefano |
Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via
libavformat
|
2010-03-28 |
stefano |
Document url_seek().
libavformat
|
2010-03-28 |
vitor |
Fix NUT (de)muxer warnings:
libavformat
|
2010-03-28 |
mstorsjo |
Initialize ssrc and base_timestamp using ff_random_get_seed()
libavformat
|
2010-03-28 |
aurel |
correct first pts for ogg skeleton
libavformat
|
2010-03-27 |
stefano |
Document the behavior of av_metadata_get() if the prev parameter is
libavformat
|
2010-03-27 |
reimar |
Use more appropriate return values in txd demuxer.
libavformat
|
2010-03-27 |
reimar |
eacdata: fix a memleak, return partial packets and use proper return values.
libavformat
|
2010-03-26 |
mstorsjo |
Don't report EINTR from select as an error, retry select instead
libavformat
|
2010-03-26 |
stefano |
Fix updating condition for the probe_size variable in the internal
libavformat
|
2010-03-25 |
mstorsjo |
Reassemble the RTSP URL before replacing hostname with the numerical IP
libavformat
|