log

age author description
2009-04-17 rbultje Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, libavformat
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