summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Check size of "strf" header against size of enclosing "LIST" if there is one.Reimar Döffinger2009-07-031-0/+5
* Fix indentationReimar Döffinger2009-07-031-2/+2
* Avoid divisions by 0 in the ASF demuxer if packet_size is not valid.Reimar Döffinger2009-07-031-0/+4
* If either of num or den is 0 make both 0 in av_set_pts_info().Michael Niedermayer2009-07-021-0/+3
* Make sure av_set_pts_info() does not set the fields of a timebase toMichael Niedermayer2009-07-011-5/+5
* Make arguments of av_set_pts_info() unsigned.Michael Niedermayer2009-07-012-2/+2
* cosmetics, change case and comments alignmentBaptiste Coudurier2009-06-301-5/+5
* correctly compute frame flags with closed gopBaptiste Coudurier2009-06-301-9/+19
* Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173).Alex Converse2009-06-291-1/+2
* Make the configure script select the input/output devices usingStefano Sabatini2009-06-291-1/+1
* indentMichael Niedermayer2009-06-291-1/+1
* id3v2.4.0 uses syncsafe integers for sizes of frames.Michael Niedermayer2009-06-291-0/+3
* Remove inconsistent use of a @brief command in av_write_trailer()Stefano Sabatini2009-06-281-2/+2
* Use consistently the third person in doxy, as recommended by theStefano Sabatini2009-06-281-33/+33
* Fix id3v2.2 frame size parsing.Michael Niedermayer2009-06-251-1/+1
* Fix id3v2.3/4 tag size parsing.Michael Niedermayer2009-06-251-1/+1
* use AVFormatContext->probesize in av_find_stream_info and raise default to 5MBaptiste Coudurier2009-06-253-7/+4
* Only set CODEC_ID_PROBE when a packet from a stream having a PES headerBaptiste Coudurier2009-06-251-6/+11
* limit raw packet buffer size used for codec probingBaptiste Coudurier2009-06-252-3/+19
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-251-4/+7
* Remove any reference to ASFContext.packet_size and replace it withRonald S. Bultje2009-06-243-19/+17
* flvdec: Build a Speex header during FLV demuxing using required andJustin Ruggles2009-06-241-0/+34
* Reindent after last patch.Reimar Döffinger2009-06-241-15/+15
* mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger2009-06-241-2/+8
* mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger2009-06-241-8/+16
* mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger2009-06-241-2/+3
OpenPOWER on IntegriCloud