summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill inRonald S. Bultje2009-01-071-0/+14
* Parse the ASMRuleBook SDP line to dynamically create one new AVStream forRonald S. Bultje2009-01-073-0/+81
* Remove inappropriate const qualifier from function argument, fixes the warning:Diego Biurrun2009-01-072-2/+2
* free all allocated metadata structuresAurelien Jacobs2009-01-063-8/+23
* cosmetics: alphabetical orderDiego Biurrun2009-01-061-2/+2
* ignore year=0 and track=0Aurelien Jacobs2009-01-061-1/+1
* Add a metadata compatibility layer, so that when a user application setAurelien Jacobs2009-01-063-0/+45
* add a typedef for AVMetadataAurelien Jacobs2009-01-052-10/+10
* Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turnedDiego Biurrun2009-01-051-1/+1
* additional recovery for the badly broken streamsRoman Shaposhnik2009-01-051-0/+2
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-046-26/+26
* add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs2009-01-041-0/+4
* Ministry of English Composition treatment for the new metadata APIMike Melanson2009-01-041-13/+16