summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and markStefano Sabatini2010-03-13
* oggdec: Set packet duration for ogm streamsDavid Conrad2010-03-13
* matroskadec: add support for SIPR audio tracksAurelien Jacobs2010-03-12
* export rm_reorder_sipr_data() for future use by matroska demuxerAurelien Jacobs2010-03-12
* export sipr_subpk_size for future use by matroska demuxerAurelien Jacobs2010-03-12
* oggdec: Pass packets to header() until the stream is done with themDavid Conrad2010-03-12
* oggdec: Parse ogm chaptersDavid Conrad2010-03-12
* oggdec: CosmeticsDavid Conrad2010-03-12
* oggdec: Read ogm metadataDavid Conrad2010-03-12
* Const correctness for vorbis_commentDavid Conrad2010-03-12
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-12
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-12
* Fix a crash in the H.263 RTP packetizerMartin Storsjö2010-03-11
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross2010-03-11
* Cosmetics, break a long line, fix brace placementMartin Storsjö2010-03-11
* RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö2010-03-11
* oggdec: Seek to keyframesDavid Conrad2010-03-11
* oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad2010-03-11
* oggdec: Move PTS/DTS calculation to a functionDavid Conrad2010-03-11
* oggdec: Fix memory leak in setting up vorbis headersDavid Conrad2010-03-11
* oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2010-03-11
* oggdec: Fix duration calculation for streams with non-zero startDavid Conrad2010-03-11
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-11
* oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad2010-03-11
* oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad2010-03-11
* oggdec: Set data_offset to the right valueDavid Conrad2010-03-11
* oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad2010-03-11
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-10
* Fix ffm_close return type.Benoit Fouet2010-03-10
* Fix memory leak in FFM demuxerVitor Sessak2010-03-10
* In mpegts muxer, free adts context and temporary dataBaptiste Coudurier2010-03-10
* reindentBaptiste Coudurier2010-03-10
* Include os_support.h which has a fallback declaration of socklen_tDave Yeo2010-03-10
* Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo2010-03-10
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-09
* Add special case to avoid binary search when appending index entries.Michael Niedermayer2010-03-09
* RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö2010-03-09
* Remove static function name prefixes from American Laser Games MM demuxerPeter Ross2010-03-09
* Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross2010-03-09
* mkvenc: Handle negative timestamps correctlyDavid Conrad2010-03-09
* mkvenc: Don't try to write packets with unknown timestampsDavid Conrad2010-03-09
* mkvenc: write dts for VFW modeDavid Conrad2010-03-09
* Fix encoder metadata string langcode in mov muxerBaptiste Coudurier2010-03-09
* Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier2010-03-09
* In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier2010-03-09
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-09
* Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier2010-03-09
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-09
* In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier2010-03-08
* Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini2010-03-08