summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* ff_rm_metadata is const.Reimar Döffinger2009-09-062-2/+2
* ff_id3v1_genre_str table should be const.Reimar Döffinger2009-09-062-2/+2
* 100l, all avlanguage tables should be both static and const.Reimar Döffinger2009-09-061-3/+3
* cosmetic changes (indentation, doxygen comments, braces, put structures for A...Ivan Schreter2009-09-052-141/+142
* Search for ipmovie signature beyond the start of the file.Reimar Döffinger2009-09-051-5/+17
* Extend ipmovie signature to match exactly one place in mve files that have aReimar Döffinger2009-09-051-4/+4
* Remove fake Speex header creation from FLV demuxer. Having it there was not theJustin Ruggles2009-09-041-33/+0
* Add frame_size as a codec parameter requirement for Speex inJustin Ruggles2009-09-041-1/+2
* Fix incorrect display of ASF/WMV duration after r12926.Josh Harris2009-08-301-1/+1
* Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treatJustin Ruggles2009-08-281-0/+10
* Cosmetic changes in read_seek* routines.Ivan Schreter2009-08-261-19/+26
* Decoder for LPCM as used in Bluray discs.Christian Schmidt2009-08-261-0/+1
* Check for seek failures in avi_load_index, otherwise if the index offsetReimar Döffinger2009-08-261-4/+7
* return AVERROR(ENOMEM) if stream could not be allocatedBaptiste Coudurier2009-08-251-1/+1
* check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot eduKent Mein2009-08-251-0/+2
* Do not read index chunks as audio/video data; closes issue 1336.Maksym Veremeyenko2009-08-251-0/+6
* Add Bluray Subtitle SupportStephen Backway2009-08-251-0/+1
* Mark video from .mtv files correctly as upside-down.Reimar Döffinger2009-08-251-0/+2
* mpegts: change variable-length array to fixed lengthMåns Rullgård2009-08-242-1/+3
* matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs2009-08-241-0/+1
* matroskadec: factorize some codeAurelien Jacobs2009-08-241-3/+1
* Use generic multi-stream key frame finding routine to implement read_seek2 an...Ivan Schreter2009-08-221-13/+68
* Support for generic multi-stream key frame finding for new seek API.Ivan Schreter2009-08-224-2/+677
* Add support for S/PDIF encapsulation.Bartlomiej Wolowiec2009-08-214-1/+313
* Moves the display of metadata to dump_format()Peter Ross2009-08-121-0/+8
* Parse ID3 tags in Musepack SV7 filesMatti Hamalainen2009-08-111-7/+13
* Parse APE metadata tags in Musepack SV7 filesMatti Hamalainen2009-08-112-1/+9
* Move APE tag parsing into separate module.Kostya Shishkov2009-08-114-99/+158
* Do not use internals of ByteIOContext during APE tags parsing.Matti Hamalainen2009-08-111-12/+18
* Remove incorrect APE tag size adjustment based on flags.Matti Hamalainen2009-08-111-3/+0
* avidec: simplify, using av_rescale_q() instead of av_rescale()Aurelien Jacobs2009-08-101-3/+3
* actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() docAurelien Jacobs2009-08-101-0/+1
* matroskadec: disable h264 parser as long as it totally mess up frame typeAurelien Jacobs2009-08-101-0/+1
* matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs2009-08-101-2/+6
* cosmetics: whitespace, prettyprinting, coding style fixesDiego Biurrun2009-08-101-28/+29
* Sony Wave64 demuxerDaniel Verkamp2009-08-103-1/+121
* fix riff subtitle timebaseAurelien Jacobs2009-08-071-1/+2
* Use enums instead of int.Ramiro Polla2009-08-021-3/+3
* RTMP protocol support (as a client)Kostya Shishkov2009-07-317-1/+1217
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-301-14/+14
* init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297Baptiste Coudurier2009-07-301-0/+2
* Remove old_flags variable, which is a duplicate of the flags variable.Ronald S. Bultje2009-07-301-3/+2
* Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the functionRonald S. Bultje2009-07-303-15/+14
* return EOF in image2 demuxerBaptiste Coudurier2009-07-301-0/+2
* Remove pointless '#ifdef DEBUG' around dprintf macro.Diego Biurrun2009-07-291-2/+0
* Stop parsing in read_header only after finding pmt, andBaptiste Coudurier2009-07-291-6/+5
* rename freq to period which is more correct, patch by Niobos, niobos dot be a...Niobos2009-07-281-10/+10
* Cosmetics: remove spaces between function name and arguments in declaration,Ronald S. Bultje2009-07-271-17/+11
* Use named initializers and use new/free_context() instead of extradata()Colin McQuillan2009-07-274-34/+34
* Implement support for EOS as used by WMS and other RTSP servers that do notRonald S. Bultje2009-07-272-0/+25
OpenPOWER on IntegriCloud