aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Make ff_mkv_codec_tags lie entirely in .rodata section.Aurelien Jacobs2008-01-073-3/+3
* cosmetics: Add another pair of parentheses to aid readability.Diego Biurrun2008-01-061-1/+1
* Rename two structures, identifiers starting with _[A-Z] are reserved.Diego Biurrun2008-01-061-2/+2
* cosmetics, split overly long linesBaptiste Coudurier2008-01-061-22/+36
* Make AVRtpPayloadTypes static and constantDiego Pettenò2008-01-062-12/+9
* cosmetics, superfluous spaceIvo van Poorten2008-01-051-1/+1
* proper check for valid pva_ptsIvo van Poorten2008-01-051-1/+1
* do not return an error, but warn and recover when encountering an audio packetIvo van Poorten2008-01-051-2/+5
* validate streamid before useIvo van Poorten2008-01-051-0/+4
* change audio codec id to mp2Ivo van Poorten2008-01-051-1/+1
* proper type and initialization of pva_ptsIvo van Poorten2008-01-051-1/+1
* remove unnecessary shiftIvo van Poorten2008-01-051-1/+1
* improve CRC APIAurelien Jacobs2008-01-043-3/+4
* Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependenciesLuca Abeni2008-01-043-330/+357
* Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's de...Luca Abeni2008-01-043-526/+556
* Move *malloc() out of tree.c, that way the code can be used withMichael Niedermayer2008-01-041-3/+6
* Make three rm demuxer functions non static.Ronald S. Bultje2008-01-042-3/+45
* Rationalize some dependencies between rtsp and rtpLuca Abeni2008-01-032-2/+2
* Fix the RTP muxer dependenciesLuca Abeni2008-01-031-1/+1
* use one shift less in get_pts()Ivo van Poorten2008-01-031-1/+1
* mention libavfilter in warning about deprecated vhookAurelien Jacobs2008-01-031-1/+1
* Drop RTSP default protocol.Ronald S. Bultje2008-01-022-0/+4
* cosmetics: Reindent.Diego Biurrun2008-01-021-1/+1
* Merge double-nested if into && condition.Ronald S. Bultje2008-01-021-3/+1
* move num_packets=0 where it belongsAurelien Jacobs2008-01-021-1/+1
* TechnoTrend PVA DemuxerIvo van Poorten2008-01-023-0/+155
* cosmetics: sort()Diego Biurrun2008-01-021-2/+2
* Add portable way to check for the existence of definitions andDave Yeo2008-01-011-1/+1
* Extract aspect ratio from ODML/vprp.Michael Niedermayer2008-01-011-0/+25
* Correct doxy about timestamp units of read_timestamp().Michael Niedermayer2007-12-311-1/+1
* Document return of read_timestamp.Michael Niedermayer2007-12-311-0/+1
* More verbose aspect ratio error msg.Michael Niedermayer2007-12-311-1/+1
* export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov)Evgeniy Stepanov2007-12-292-23/+4
* clear internal queue when seekingAurelien Jacobs2007-12-291-0/+2
* move internal queue freeing code in its own functionAurelien Jacobs2007-12-291-7/+18
* fix memory leak (patch by Gabriel Forté gforte _at_ wyplay _dot_ com)Gabriel Forté2007-12-291-2/+6
* indentMichael Niedermayer2007-12-291-1/+1
* Try to fix url_split() so that the ?foobar part is in the path and only the p...Michael Niedermayer2007-12-291-6/+6
* Sun Rasterfile decoderIvo van Poorten2007-12-281-0/+7
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 ReindentLuca Barbato2007-12-281-8/+10
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng sup...Luca Barbato2007-12-281-0/+5
* Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 CommentLuca Barbato2007-12-281-1/+1
* Revert hack which should have never been commited.Michael Niedermayer2007-12-281-1/+0
* Check for the presence of sys/select.h and conditionally #include it.Michael Kostylev2007-12-271-1/+1
* Fix detected fps for old divx/xvid.Michael Niedermayer2007-12-271-2/+20
* Do not force fps unless the user actually specified one.Michael Niedermayer2007-12-261-1/+4
* PC Paintbrush PCX image decoderIvo van Poorten2007-12-261-0/+1
* Revert r6124, the change was just wrong, other formats than MPEG-PS can beAllan Sandfeld Jensen2007-12-251-16/+0
* djgpp port, first partMichael Kostylev2007-12-241-1/+1
* typo: begining --> beginningDiego Biurrun2007-12-231-1/+1