summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turnedDiego Biurrun2009-01-05
* additional recovery for the badly broken streamsRoman Shaposhnik2009-01-05
* rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs2009-01-04
* add metadata in AVStream, AVProgram and AVChapterAurelien Jacobs2009-01-04
* Ministry of English Composition treatment for the new metadata APIMike Melanson2009-01-04
* 10l format include path for metadata.hMichael Niedermayer2009-01-04
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* If we find a VBR tag at the beginning of the file don't attempt toYoav Steinberg2009-01-04
* Drop the deprecated parse_image_size() and parse_frame_rate() functionsStefano Sabatini2009-01-04
* 10l set AVPacket.size to the true size of the returned data instead ofMichael Niedermayer2008-12-31
* Fix indention which was off by 1 space.Michael Niedermayer2008-12-31
* Replace buffer by AVPacket and avoid a memcpy() for video when the numberMichael Niedermayer2008-12-31
* Merge videobuf and audiobuf.Michael Niedermayer2008-12-31
* Simplify the top of rm_assemble_video_frame().Michael Niedermayer2008-12-30
* Add a few error checks to rm_assemble_video_frame()Michael Niedermayer2008-12-30
* All non zero returns of rm_assemble_video_frame() are errors, check thingsMichael Niedermayer2008-12-30
* av_free() -> av_freep(), patch by Reimar Doffinger, see discussion inReimar Döffinger2008-12-28
* Fix double free which happens for playback of .rm files after r16365. SeeRonald S. Bultje2008-12-28
* Fix a typo that made VMD demuxer always assume Indeo 3 as video codec.Kostya Shishkov2008-12-28