summaryrefslogtreecommitdiff
path: root/libavformat/avformat.h
Commit message (Expand)AuthorAge
* Add ff_ prefix to get_v()Kostya Shishkov2007-11-03
* Remove the inclusion of rtsp.h and rtp.h from avformat.h, andLuca Abeni2007-10-29
* Beam Software SIFF demuxer and video decoderKostya Shishkov2007-10-22
* New RM format deserves small version bumpKostya Shishkov2007-10-21
* API extension: AVProgram now has an array (stream_index) containing the index...Nico Sabbi2007-10-20
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* Increment minor after r10709.Benoit Fouet2007-10-14
* Added definition and utility functions to handle AVProgram(s) in AVFormatCon...Nico Sabbi2007-09-25
* Make parse_date return INT64_MIN in case of unparsable input.Stefano Sabatini2007-09-19
* Monkey Audio decoderKostya Shishkov2007-09-13
* Bump micro version number for r10429Ramiro Polla2007-09-10
* more verbose doxy for duration (from patch by neilb suse de)Neil Brown2007-08-18
* mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de)Neil Brown2007-08-18
* elaborate a little on AVStream.start_time, it seems the comment is not clearMichael Niedermayer2007-08-16
* cola for diegoMichael Niedermayer2007-08-11
* Bump minor number, NUT muxer was added.Diego Biurrun2007-08-11
* mention AVPROBE_PADDING_SIZE at the read_probe() doxyMichael Niedermayer2007-08-10
* Change avf_sdp_create() to get a pre-allocated buffer as input, and toLuca Abeni2007-08-05
* correct initial timestamps which have AV_NOPTS_VALUEMichael Niedermayer2007-08-04
* Introduce an SDP generatorLuca Abeni2007-07-26
* add proper support for subtitles muxing/stream copyingAurelien Jacobs2007-07-25
* avoid deprecation warnings for AVFrac from avformat.hMåns Rullgård2007-07-09
* Add support for non-blocking input formatsLuca Abeni2007-07-06
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
* remove old unused string functionsMåns Rullgård2007-06-23
* Remove unused declarationsRamiro Polla2007-06-12
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* Move the video size and rate abbreviations system from libavformat to libavcodecStefano Sabatini2007-06-12
* spellingDiego Biurrun2007-06-04
* TyposRamiro Polla2007-06-04
* Doxygenize av_init_packetRamiro Polla2007-06-04
* Export av_init_packetRamiro Polla2007-06-04
* Remove extern C declarations for C++.Diego Biurrun2007-05-16
* patch so that the deprecated items show up correctlyMark Cox2007-05-02
* fix AVStream documentation: clarify start_time, start_time and duration are a...Baptiste Coudurier2007-04-28
* add an enum for need_parsingAurelien Jacobs2007-04-15
* timestamps generation improvement when parsing aviJoakim Plate2007-04-13
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* typos/grammarDiego Biurrun2007-04-07
* DXA demuxer and decoderKostya Shishkov2007-03-14
* Introduce two new logging functions av_hex_dump_log() and av_pkt_dump_log()Panagiotis Issaris2007-03-12
* remove codec_info_duration/nb_frames from AVStreamBaptiste Coudurier2007-03-12
* Clarify doxygen description.Panagiotis Issaris2007-03-05
* Cleanup doxygen comment.Panagiotis Issaris2007-03-05
* Fix a typo in a doxygen tag.Panagiotis Issaris2007-03-05
* Doxygenize the existing comments in avformat.h. The contents of the commentsPanagiotis Issaris2007-03-05
* Correct wrong avformat documentation.Panagiotis Issaris2007-03-03
* Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris2007-03-03
* implement new grabbing interface, as described here:Ramiro Polla2007-02-14