summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* 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
* Reindent after r16368.Ronald S. Bultje2008-12-28
* Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion inRonald S. Bultje2008-12-28
* Change audio_pkt_cnt from an array into a single field, since only a singleRonald S. Bultje2008-12-28
* Add RMStream object as function argument to public functions so that non-.rmRonald S. Bultje2008-12-28
* Implement RMStream stream-specific private data object in the RM demuxer.Ronald S. Bultje2008-12-28
* Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for itKostya Shishkov2008-12-27
* add amr in avi riff tagsBen Littler2008-12-24
* Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos2008-12-22
* Fix a warning when compiling with icc:Carl Eugen Hoyos2008-12-22
* Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs2008-12-22
* Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer2008-12-21
* Fix detection of audio codec in K70707-ARIA229.flv.Michael Niedermayer2008-12-21
* Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkvAlexander Strange2008-12-19
* cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier2008-12-18
* set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier2008-12-18