summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* 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
* 10l format include path for metadata.hMichael Niedermayer2009-01-041-1/+1
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-044-1/+159
* Generic metadata API.Michael Niedermayer2009-01-044-23/+41
* If we find a VBR tag at the beginning of the file don't attempt toYoav Steinberg2009-01-041-7/+13
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-042-0/+4
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-311-1/+1
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-311-9/+9
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-311-20/+22
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-311-20/+18
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-301-26/+14
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-301-0/+6
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-301-1/+1
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-281-2/+2