summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* add SLMJ fourcc to mjpegBen Littler2009-01-13
* fix version protectionAurelien Jacobs2009-01-13
* AVI: add bswap.h include needed on big endianMåns Rullgård2009-01-12
* Use the dimensions in tkhd for timed text tracksDavid Conrad2009-01-11
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* Use setmode() if it exists in <io.h>, and not based on O_BINARY.Ramiro Polla2009-01-11
* cosmetics: indentationDiego Biurrun2009-01-11
* Fix illegal identifier starting with an underscore.Diego Biurrun2009-01-11
* move ffindex set before mov_read_default so it can be used in functionsBaptiste Coudurier2009-01-11
* cosmeticsBaptiste Coudurier2009-01-11
* remove warnings about uninitialized varsBaptiste Coudurier2009-01-11
* cosmeticsBaptiste Coudurier2009-01-11
* Add support for muxing mov/mp4/3gp timed text streamsDavid Conrad2009-01-11
* Read extradata (justification, colors, fonts, etc) for mov/mp4 timed textDavid Conrad2009-01-11
* remove comment, this is not relevant anymoreBaptiste Coudurier2009-01-11
* reindentBaptiste Coudurier2009-01-11
* check for negative dts value even if bitstream is already formated,Baptiste Coudurier2009-01-11
* Move the AVFormatContext options definition to a dedicated file,Stefano Sabatini2009-01-10
* Reindent to properly fit a 80 chars terminal.Ronald S. Bultje2009-01-09
* Reindent after r16509.Ronald S. Bultje2009-01-09
* Apply rtpmap: SDP lines to the last m= line only, since they generally justRonald S. Bultje2009-01-09
* only set le if value is 1, fix boom5.mov, issue #770Baptiste Coudurier2009-01-09
* Do not assume that if pkt->destruct != av_destruct_packet then it is notLuca Abeni2009-01-09
* Increase buffer size for RTP packet data because some ASF streams use aRonald S. Bultje2009-01-09
* rename ff_metadata_sync_compat to ff_metadata_mux_compatAurelien Jacobs2009-01-09
* move ff_metadata_sync_compat to metadata_compat.cAurelien Jacobs2009-01-08
* Add a second metadata compatibility layer, so that metadata that getsAurelien Jacobs2009-01-08
* cosmetics: CJPG is from Creative WebcamBen Littler2009-01-08
* fourcc CJPG is sequential jpegBen Littler2009-01-08
* 100l, add missing enum type, fix compilationBaptiste Coudurier2009-01-08
* use lower case x and alternate format for hex in printfBaptiste Coudurier2009-01-08
* print more debug information if enabled, including indexBaptiste Coudurier2009-01-08
* Fix a compiler warning:Dominique Leuenberger2009-01-07
* Do not try to duplicate packets that have data==NULL.Michael Niedermayer2009-01-07
* Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed byRonald S. Bultje2009-01-07
* Fix doxy comments missing one '*'.Ronald S. Bultje2009-01-07
* Use the "server" RTSP field to detect whether the server that we're talkingRonald S. Bultje2009-01-07
* Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows futureRonald S. Bultje2009-01-07
* Don't use s->pb if a local ByteIOContext was already provided by the callingRonald S. Bultje2009-01-07
* Allow subscription to any of the streams, not just the first, available inRonald S. Bultje2009-01-07
* Parse the OpaqueData field for every AVStream represented by this "set ofRonald S. Bultje2009-01-07
* Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill inRonald S. Bultje2009-01-07
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-07
* Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2009-01-07
* free all allocated metadata structuresAurelien Jacobs2009-01-06
* cosmetics: alphabetical orderDiego Biurrun2009-01-06
* ignore year=0 and track=0Aurelien Jacobs2009-01-06
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-06
* add a typedef for AVMetadataAurelien Jacobs2009-01-05