summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. SeeRonald S. Bultje2009-07-272-1/+201
* Only consider -1 as an error return value for open().Martin Storsjö2009-07-271-1/+1
* Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15:Ronald S. Bultje2009-07-261-0/+8
* Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård2009-07-265-7/+7
* fix various compilation dependenciesAurelien Jacobs2009-07-241-5/+5
* fix compilation of cavsvideo demuxerAurelien Jacobs2009-07-241-0/+2
* Register some additional AMF types in libavformat/flv.hKostya Shishkov2009-07-211-0/+2
* Use globally consistent include guard names.Stefano Sabatini2009-07-191-3/+3
* Only free '*ic_ptr' when a caller has pre-allocated a context and passed it inArt Clarke2009-07-151-1/+3
* Use ff_neterrno instead of errno in tcp.c.Martin Storsjö2009-07-151-2/+2
* Only #define lseek to _lseeki64 on MinGW, not MinGW CE.İsmail Dönmez2009-07-131-1/+1
* Make (de)muxers for format variants select the main format (de)muxer.Diego Biurrun2009-07-121-9/+0
* Add block_align to sox input.Phil Rutschman2009-07-081-3/+6
* Fix mem leak when user preallocates an AVFormatContext, passes it toArt Clarke2009-07-081-1/+1
* flvdec: expose metadata through the generic metadata APIAurelien Jacobs2009-07-061-1/+7
* flvdec: re-enable metadata parsingAurelien Jacobs2009-07-061-1/+1
* flvdec: don't set format and codec context from metadata valuesAurelien Jacobs2009-07-061-25/+0
* Check for packet_length 0, it is already treated as invalid by the padding ch...Reimar Döffinger2009-07-061-1/+1
* fix and simplify long gop mpeg codec ul computationBaptiste Coudurier2009-07-041-13/+6
* set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier2009-07-041-1/+4
* use ber4 length for descriptors preferred by specsBaptiste Coudurier2009-07-041-1/+1
* write profile and level local tag in mpeg descriptorBaptiste Coudurier2009-07-041-1/+9
* Replace invalid Theora frame rate by 25 FPS.Reimar Döffinger2009-07-031-0/+5
* Check for failed extradata malloc, fixes a crash in out-of-memory conditionsReimar Döffinger2009-07-031-0/+4
OpenPOWER on IntegriCloud