summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Const correctness for vorbis_commentDavid Conrad2010-03-122-2/+2
* oggdec: Metadata is per-stream; don't merge multiple streams' togetherDavid Conrad2010-03-126-8/+8
* Add ff_ prefix to vorbis_commentDavid Conrad2010-03-126-7/+7
* Fix a crash in the H.263 RTP packetizerMartin Storsjö2010-03-111-1/+1
* Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packet...Peter Ross2010-03-111-7/+7
* Cosmetics, break a long line, fix brace placementMartin Storsjö2010-03-111-1/+3
* RTSP muxer: Create the SDP with the numerical IP of the peerMartin Storsjö2010-03-111-3/+20
* oggdec: Seek to keyframesDavid Conrad2010-03-112-3/+34
* oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad2010-03-111-8/+7
* oggdec: Move PTS/DTS calculation to a functionDavid Conrad2010-03-111-19/+31
* oggdec: Fix memory leak in setting up vorbis headersDavid Conrad2010-03-111-0/+1
* oggdec: Don't use ogg_stream's seq for vorbis or speex headersDavid Conrad2010-03-112-14/+18
* oggdec: Fix duration calculation for streams with non-zero startDavid Conrad2010-03-111-0/+2
* oggdec: Parse skeleton to determine the start time of each streamDavid Conrad2010-03-114-0/+88
* oggdec: Check that we have a codec in gptopts (needed for skeleton)David Conrad2010-03-111-1/+1
* oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad2010-03-112-31/+30
* oggdec: Set data_offset to the right valueDavid Conrad2010-03-111-0/+1
* oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad2010-03-112-3/+15
* Make the ntp_time function available to other parts of libavformat, as ff_ntp...Martin Storsjö2010-03-103-10/+15
* Fix ffm_close return type.Benoit Fouet2010-03-101-1/+3
* Fix memory leak in FFM demuxerVitor Sessak2010-03-101-1/+9
* In mpegts muxer, free adts context and temporary dataBaptiste Coudurier2010-03-101-0/+3
* reindentBaptiste Coudurier2010-03-101-8/+8
* Include os_support.h which has a fallback declaration of socklen_tDave Yeo2010-03-101-0/+1
* Using struct timeval requires sys/time.h, fixes compilation on some OSesDave Yeo2010-03-101-0/+1
* Use rt->control_uri consequently instead of s->filename in all RTSP commandsMartin Storsjö2010-03-092-7/+7
* Add special case to avoid binary search when appending index entries.Michael Niedermayer2010-03-091-0/+4
* RTSP: Resolve and use the actual IP address of the peer we're connected to,Martin Storsjö2010-03-091-1/+9
* Remove static function name prefixes from American Laser Games MM demuxerPeter Ross2010-03-091-6/+6
* Ensure Bink demuxer returns AVERROR code when av_get_packet() failsPeter Ross2010-03-091-3/+3
* mkvenc: Handle negative timestamps correctlyDavid Conrad2010-03-091-4/+7
* mkvenc: Don't try to write packets with unknown timestampsDavid Conrad2010-03-091-0/+5
* mkvenc: write dts for VFW modeDavid Conrad2010-03-091-12/+23
* Fix encoder metadata string langcode in mov muxerBaptiste Coudurier2010-03-091-2/+2
* Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier2010-03-091-1/+3
* In mov demuxer, convert mac encoded strings to utf-8Baptiste Coudurier2010-03-091-20/+58
* Kega Game Video (KGV1) decoderDaniel Verkamp2010-03-091-0/+1
* Preallocate index entries in mov demuxer, huge speedupBaptiste Coudurier2010-03-091-10/+61
* In mpegts muxer, write adts header if aac bitstream does not contain itBaptiste Coudurier2010-03-094-26/+98
* In mpegts muxer, search for h264 aud nal, it might not be the first nal.Baptiste Coudurier2010-03-081-2/+13
* Remove definition of match_ext(), which is declared under #ifdefStefano Sabatini2010-03-082-14/+0
* mpegts vbr muxing, activated when muxing rate is not supplied by theBaptiste Coudurier2010-03-081-67/+45
* Replace last occurrence of the deprecated match_ext() withStefano Sabatini2010-03-081-1/+1
* Start continuity counter at 0 for pmt as wellBaptiste Coudurier2010-03-081-0/+1
* Start continuity counter at 0 for streamsBaptiste Coudurier2010-03-081-0/+1
* 10l typo, fix ts total bit rate computationBaptiste Coudurier2010-03-081-2/+2
* Move resolve_host() to ffserver.cMåns Rullgård2010-03-082-39/+0
* Use ASF supports "markers" which are a name and a time stamp to createVladimir Pantelic2010-03-083-0/+32
* Add doxygen documentation for ff_url_splitMartin Storsjö2010-03-081-0/+22
* ReindentMartin Storsjö2010-03-087-18/+18
OpenPOWER on IntegriCloud