summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* url_write is part of the public API so it may not be under ifdef.Guillaume LecrefECERF2008-01-08
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* check av_new_stream return valueBaptiste Coudurier2008-01-08
* Linux Media Labs MPEG-4 (LMLM4) demuxerIvo van Poorten2008-01-07
* Implement read_timestamp and enable seeking in PVA files.Ivo van Poorten2008-01-07
* cosmeticsIvo van Poorten2008-01-07
* remove unnecessary checkIvo van Poorten2008-01-07
* use ff_parse_pes_pts for parsing an MPEG-PES timestampIvo van Poorten2008-01-07
* Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so itIvo van Poorten2008-01-07
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-07
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-06
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-06
* cosmetics, split overly long linesBaptiste Coudurier2008-01-06
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-06
* cosmetics, superfluous spaceIvo van Poorten2008-01-05
* proper check for valid pva_ptsIvo van Poorten2008-01-05
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-05
* validate streamid before useIvo van Poorten2008-01-05
* change audio codec id to mp2Ivo van Poorten2008-01-05
* proper type and initialization of pva_ptsIvo van Poorten2008-01-05
* remove unnecessary shiftIvo van Poorten2008-01-05
* improve CRC APIAurelien Jacobs2008-01-04
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-04
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-04
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-04
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-04
* Rationalize some dependencies between rtsp and rtpLuca Abeni2008-01-03
* Fix the RTP muxer dependenciesLuca Abeni2008-01-03
* use one shift less in get_pts()Ivo van Poorten2008-01-03
* mention libavfilter in warning about deprecated vhookAurelien Jacobs2008-01-03
* Drop RTSP default protocol.Ronald S. Bultje2008-01-02
* cosmetics: Reindent.Diego Biurrun2008-01-02
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-02
* move num_packets=0 where it belongsAurelien Jacobs2008-01-02
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-02
* cosmetics: sort()Diego Biurrun2008-01-02
* Add portable way to check for the existence of definitions andDave Yeo2008-01-01
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-01
* Correct doxy about timestamp units of read_timestamp().Michael Niedermayer2007-12-31
* Document return of read_timestamp.Michael Niedermayer2007-12-31
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-31
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-29
* clear internal queue when seekingAurelien Jacobs2007-12-29
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-29
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-29
* indentMichael Niedermayer2007-12-29
* Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer2007-12-29
* Sun Rasterfile decoderIvo van Poorten2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-28
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato2007-12-28