2010-03-06 |
mru |
Move av_read_frame_flush() prototype to lavf/internal.h
libavformat
|
2010-03-06 |
mru |
Add some missing #includes
libavformat
|
2010-03-06 |
reimar |
Set GXF fallback time-base to match the one specified for audio-only.
libavformat
|
2010-03-06 |
reimar |
GXF time base is always based on "fields" per second even for
libavformat
|
2010-03-05 |
mstorsjo |
Don't explicitly initialize networking in the tcp and udp protocols
libavformat
|
2010-03-05 |
mstorsjo |
Use ff_url_join for assembling URLs, instead of snprintf
libavformat
|
2010-03-05 |
mstorsjo |
Add a function ff_url_join for assembling URLs
libavformat
|
2010-03-05 |
mstorsjo |
Always call ff_network_init/ff_network_close when opening protocols
libavformat
|
2010-03-05 |
vitor |
Fix memory leak in NUT muxer
libavformat
|
2010-03-05 |
mstorsjo |
Return from rtp_read when select returns an error
libavformat
|
2010-03-05 |
conrad |
oggdec: Parse theora headers since ogg might not mark keyframes
libavformat
|
2010-03-04 |
mstorsjo |
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb
libavformat
|
2010-03-04 |
pross |
handle errors reported by av_get_packet() in Bink demuxer
libavformat
|
2010-03-04 |
pross |
Guard against invalid memory read
libavformat
|
2010-03-04 |
conrad |
Ensure that we write clusters and blocks with known size when streaming
libavformat
|
2010-03-04 |
conrad |
Fix indentation
libavformat
|
2010-03-04 |
conrad |
Simplify starting and ending clusters
libavformat
|
2010-03-04 |
conrad |
Write the first seekhead if writing to a stream, we won't be able to seek
libavformat
|
2010-03-04 |
conrad |
Attempt seeking to write EBML master sizes even if streamed
libavformat
|
2010-03-03 |
conrad |
matroskaenc: use "title" tag instead of "description" in track title.
libavformat
|
2010-03-03 |
aurel |
matroskadec: cosmetic indentation
libavformat
|
2010-03-03 |
aurel |
matroskadec: timestamps are dts and not pts in ms vfw compatibility mode
libavformat
|
2010-03-03 |
mstorsjo |
Properly pad H.264 extradata when taken from fmtp SDP attributes
libavformat
|
2010-03-03 |
vitor |
Plug memory leak in NUT muxer and demuxer
libavformat
|
2010-03-03 |
vitor |
Plug memory leak in NSV demuxer.
libavformat
|
2010-03-03 |
pross |
Support demuxing of streamed Bink files
libavformat
|
2010-03-02 |
vitor |
Plug memory leak for truncated files
libavformat
|
2010-03-02 |
vitor |
Plug some memory leaks for truncated files
libavformat
|
2010-03-01 |
vitor |
Revert r22119 and partially revert 22120.
libavformat
|
2010-03-01 |
benoit |
nutdec: make chapter start and length uint64_t to prevent overflows.
libavformat
|