log

age author description
2009-09-14 kostya Fix wrong logical operator which causes too relaxed checking in VC-1 test libavformat
2009-09-14 reimar Check buffer size for idcin check, otherwise false positives are too likely for libavformat
2009-09-13 bcoudurier ensure pes buffer is set to avoid segv libavformat
2009-09-13 bcoudurier reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformat
2009-09-13 banan Add condition to aea demuxer probe. libavformat
2009-09-13 reimar When resetting vst->pkt.data to NULL, also set vst->slices. libavformat
2009-09-13 schreter Use I/O buffer size as initial value for backoff for seeking sync point search. libavformat
2009-09-10 banan Cosmetics, add spaces libavformat
2009-09-10 banan Initial commit of the MD studio demuxer, not hooked up yet libavformat
2009-09-09 cehoyos Document padding for AVProbeData. libavformat
2009-09-09 cehoyos Fix a bug with reading non-interleaved AVI if one the streams is libavformat
2009-09-09 cehoyos Factorise st->nb_index_entries check. libavformat
2009-09-07 bcoudurier check entries against field_size, potential malloc overflow in read_stsz, fix #1357 libavformat
2009-09-07 bcoudurier add one missing check for stream existence in read_elst, fix #1364 libavformat
2009-09-07 diego Use all 32 bits of the timestamp when calculating flv duration. libavformat
2009-09-06 schreter disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformat
2009-09-06 reimar ff_rm_metadata is const. libavformat
2009-09-06 reimar ff_id3v1_genre_str table should be const. libavformat
2009-09-06 reimar 100l, all avlanguage tables should be both static and const. libavformat
2009-09-05 schreter cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) libavformat
2009-09-05 reimar Search for ipmovie signature beyond the start of the file. libavformat
2009-09-05 reimar Extend ipmovie signature to match exactly one place in mve files that have a libavformat
2009-09-04 jbr Remove fake Speex header creation from FLV demuxer. Having it there was not the libavformat
2009-09-04 jbr Add frame_size as a codec parameter requirement for Speex in libavformat
2009-08-30 cehoyos Fix incorrect display of ASF/WMV duration after r12926. libavformat
2009-08-28 jbr Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavformat
2009-08-26 schreter Cosmetic changes in read_seek* routines. libavformat
2009-08-26 cehoyos Decoder for LPCM as used in Bluray discs. libavformat
2009-08-26 reimar Check for seek failures in avi_load_index, otherwise if the index offset libavformat
2009-08-25 bcoudurier return AVERROR(ENOMEM) if stream could not be allocated libavformat
2009-08-25 bcoudurier check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu libavformat
2009-08-25 diego Do not read index chunks as audio/video data; closes issue 1336. libavformat
2009-08-25 cehoyos Add Bluray Subtitle Support libavformat
2009-08-25 reimar Mark video from .mtv files correctly as upside-down. libavformat
2009-08-24 mru mpegts: change variable-length array to fixed length libavformat
2009-08-24 aurel matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks libavformat
2009-08-24 aurel matroskadec: factorize some code libavformat
2009-08-22 schreter Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformat
2009-08-22 schreter Support for generic multi-stream key frame finding for new seek API. libavformat
2009-08-21 bwolowiec Add support for S/PDIF encapsulation. libavformat
2009-08-12 pross Moves the display of metadata to dump_format() libavformat
2009-08-11 kostya Parse ID3 tags in Musepack SV7 files libavformat
2009-08-11 kostya Parse APE metadata tags in Musepack SV7 files libavformat
2009-08-11 kostya Move APE tag parsing into separate module. libavformat
2009-08-11 kostya Do not use internals of ByteIOContext during APE tags parsing. libavformat
2009-08-11 kostya Remove incorrect APE tag size adjustment based on flags. libavformat
2009-08-10 aurel avidec: simplify, using av_rescale_q() instead of av_rescale() libavformat
2009-08-10 aurel actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc libavformat
2009-08-10 aurel matroskadec: disable h264 parser as long as it totally mess up frame type libavformat
2009-08-10 aurel matroskadec: correctly parse flags for simpleblock frames libavformat
2009-08-10 diego cosmetics: whitespace, prettyprinting, coding style fixes libavformat
2009-08-10 diego Sony Wave64 demuxer libavformat
2009-08-07 aurel fix riff subtitle timebase libavformat
2009-08-02 ramiro Use enums instead of int. libavformat
2009-07-31 kostya RTMP protocol support (as a client) libavformat
2009-07-30 bcoudurier cosmetics, remove spaces after '(' and before ')' libavformat
2009-07-30 bcoudurier init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 libavformat
2009-07-30 rbultje Remove old_flags variable, which is a duplicate of the flags variable. libavformat
2009-07-30 rbultje Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function libavformat
2009-07-30 bcoudurier return EOF in image2 demuxer libavformat
2009-07-29 diego Remove pointless '#ifdef DEBUG' around dprintf macro. libavformat
2009-07-29 bcoudurier Stop parsing in read_header only after finding pmt, and libavformat
2009-07-28 bcoudurier rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com libavformat
2009-07-27 rbultje Cosmetics: remove spaces between function name and arguments in declaration, libavformat