2009-04-17 |
michael |
Moving variable declarations in asf_build_simple_index() to clarify&prettify code.
libavformat
|
2009-04-16 |
reimar |
Remove unused audio_pts field from ea demuxer struct
libavformat
|
2009-04-16 |
reimar |
Remove unused code from Westwood VQA/AUD demuxer.
libavformat
|
2009-04-16 |
rbultje |
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist
libavformat
|
2009-04-15 |
michael |
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly
libavformat
|
2009-04-15 |
rbultje |
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER,
libavformat
|
2009-04-15 |
conrad |
Ensure that there's pages to read for duration calculation in the ogg demuxer
libavformat
|
2009-04-14 |
rbultje |
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC
libavformat
|
2009-04-14 |
rbultje |
Increase the SDP buffer size (again!) and also increase the temporary
libavformat
|
2009-04-13 |
stefano |
Rename pbBufPtr() to put_bits_ptr().
libavformat
|
2009-04-13 |
stefano |
Rename bitstream.h to get_bits.h.
libavformat
|
2009-04-13 |
bcoudurier |
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext
libavformat
|
2009-04-13 |
bcoudurier |
Set frame defaults in try_decode_frame.
libavformat
|
2009-04-13 |
bcoudurier |
reindent
libavformat
|
2009-04-12 |
bcoudurier |
remove useless wrapper
libavformat
|
2009-04-12 |
reimar |
Move ea demuxer messages that are irrelevant to ordinary users from
libavformat
|
2009-04-12 |
bcoudurier |
remove useless wrapper
libavformat
|
2009-04-12 |
reimar |
Slightly improve/correct description of wc3_pal_lookup
libavformat
|
2009-04-12 |
stefano |
Split bitstream.h, put the bitstream writer stuff in the new file
libavformat
|
2009-04-12 |
michael |
Disable metadata reading. Yes, I would like to know what this code is good for
libavformat
|
2009-04-12 |
bcoudurier |
replace DEBUG_SI with DEBUG and use dprintf
libavformat
|
2009-04-12 |
bcoudurier |
Set stream type to ac3 if registration descriptor is present.
libavformat
|
2009-04-12 |
bcoudurier |
simplify registration descriptor parsing with bytestream get functions
libavformat
|
2009-04-12 |
bcoudurier |
Ok, ts demuxer is more complicated than I thought
libavformat
|
2009-04-12 |
bcoudurier |
fix end of buffer check, fix hang_read_header.h264.ts
libavformat
|
2009-04-12 |
bcoudurier |
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples
libavformat
|
2009-04-11 |
reimar |
Simplify packet duplication code in ff_interleave_add_packet.
libavformat
|
2009-04-11 |
reimar |
Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion.
libavformat
|
2009-04-11 |
reimar |
wc3movie: return partial packets if not all data can be read.
libavformat
|
2009-04-11 |
reimar |
Explain the purpose of the wc3_pal_lookup and the formula that was used to
libavformat
|