summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Document padding for AVProbeData.shinya.tesutosan@hotmail.com2009-09-09
* Fix a bug with reading non-interleaved AVI if one the streams isMaksym Veremeyenko2009-09-09
* Factorise st->nb_index_entries check.Maksym Veremeyenko2009-09-09
* check entries against field_size, potential malloc overflow in read_stsz, fix...Baptiste Coudurier2009-09-07
* add one missing check for stream existence in read_elst, fix #1364Baptiste Coudurier2009-09-07
* Use all 32 bits of the timestamp when calculating flv duration.Martin Storsjö2009-09-07
* disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default)Ivan Schreter2009-09-06
* ff_rm_metadata is const.Reimar Döffinger2009-09-06
* ff_id3v1_genre_str table should be const.Reimar Döffinger2009-09-06
* 100l, all avlanguage tables should be both static and const.Reimar Döffinger2009-09-06
* cosmetic changes (indentation, doxygen comments, braces, put structures for A...Ivan Schreter2009-09-05
* Search for ipmovie signature beyond the start of the file.Reimar Döffinger2009-09-05
* Extend ipmovie signature to match exactly one place in mve files that have aReimar Döffinger2009-09-05
* Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles2009-09-04
* Add frame_size as a codec parameter requirement for Speex inJustin Ruggles2009-09-04
* Fix incorrect display of ASF/WMV duration after r12926.Josh Harris2009-08-30
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-28
* Cosmetic changes in read_seek* routines.Ivan Schreter2009-08-26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-26
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-26
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-25
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-25
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-25
* Add Bluray Subtitle SupportStephen Backway2009-08-25
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-25
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-24
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-24
* matroskadec: factorize some codeAurelien Jacobs2009-08-24
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-22
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-22
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-21
* Moves the display of metadata to dump_format()Peter Ross2009-08-12
* Parse ID3 tags in Musepack SV7 filesMatti Hamalainen2009-08-11
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-11
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-11
* Do not use internals of ByteIOContext during APE tags parsing.Matti Hamalainen2009-08-11
* Remove incorrect APE tag size adjustment based on flags.Matti Hamalainen2009-08-11
* avidec: simplify, using av_rescale_q() instead of av_rescale()Aurelien Jacobs2009-08-10
* actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() docAurelien Jacobs2009-08-10
* matroskadec: disable h264 parser as long as it totally mess up frame typeAurelien Jacobs2009-08-10
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-10
* cosmetics: whitespace, prettyprinting, coding style fixesDiego Biurrun2009-08-10
* Sony Wave64 demuxerDaniel Verkamp2009-08-10
* fix riff subtitle timebaseAurelien Jacobs2009-08-07
* Use enums instead of int.Ramiro Polla2009-08-02
* RTMP protocol support (as a client)Kostya Shishkov2009-07-31
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-30
* init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier2009-07-30
* Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje2009-07-30
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-30