aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* warn if dts < pcr which means TS is invalidBaptiste Coudurier2009-01-141-0/+2
* only write dts if they differ from pts, according to specsBaptiste Coudurier2009-01-141-2/+2
* use delay to avoid negative dtsBaptiste Coudurier2009-01-141-2/+3
* set pts and dts of pes packets exactly according to specsBaptiste Coudurier2009-01-141-3/+29
* replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_Aurelien Jacobs2009-01-143-13/+13
* compute pcr more accurately, regression tests need updateBaptiste Coudurier2009-01-141-26/+34
* include intreadwrite.h, fix compilation, img2.c use AV_RL32Baptiste Coudurier2009-01-141-0/+1
* cleanup gif, use BISTREAM_WRITER_LEBaptiste Coudurier2009-01-141-70/+9
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-1339-179/+179
* add SLMJ fourcc to mjpegBen Littler2009-01-131-0/+1
* fix version protectionAurelien Jacobs2009-01-131-2/+3
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-121-0/+2
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-111-0/+7
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-1142-2/+44
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-111-1/+4
* cosmetics: indentationDiego Biurrun2009-01-111-18/+18
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-111-2/+2
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-111-1/+2
* cosmeticsBaptiste Coudurier2009-01-111-2/+2
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-111-1/+1
* cosmeticsBaptiste Coudurier2009-01-111-6/+4
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-112-3/+64
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-111-0/+4
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-111-1/+0
* reindentBaptiste Coudurier2009-01-111-4/+4
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-111-2/+3
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-103-58/+84
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-091-4/+5
* Reindent after r16509.Ronald S. Bultje2009-01-091-2/+2
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-091-6/+2
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-091-1/+2
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-091-1/+1
* Increase buffer size for RTP packet data because some ASF streams use aRonald S. Bultje2009-01-091-1/+1
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-093-3/+3
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-082-37/+36
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-084-1/+111
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-081-1/+1
* fourcc CJPG is sequential jpegBen Littler2009-01-081-0/+1
* 100l, add missing enum type, fix compilationBaptiste Coudurier2009-01-081-0/+1
* use lower case x and alternate format for hex in printfBaptiste Coudurier2009-01-081-4/+4
* print more debug information if enabled, including indexBaptiste Coudurier2009-01-081-0/+22
* Fix a compiler warning:Dominique Leuenberger2009-01-071-1/+1
* Do not try to duplicate packets that have data==NULL.Michael Niedermayer2009-01-071-1/+1
* Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje2009-01-071-1/+1
* Fix doxy comments missing one '*'.Ronald S. Bultje2009-01-071-3/+3
* Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje2009-01-072-0/+7
* Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje2009-01-072-58/+60
* Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje2009-01-071-1/+1
* Allow subscription to any of the streams, not just the first, available inRonald S. Bultje2009-01-071-15/+56
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-073-22/+23