summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* add vspx fourcc to mpeg4 in riff.cBen Littler2010-01-171-0/+1
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-172-2/+2
* Fix comment typo carefull -> carefulMåns Rullgård2010-01-171-1/+1
* Fix indentation after r21257.Carl Eugen Hoyos2010-01-171-8/+8
* Support demuxing of Sony OpenMG files without metadata header.Michael Karcher2010-01-171-1/+8
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-161-0/+1
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+3
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-151-0/+1
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-151-0/+1
* Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross2010-01-141-1/+1
* Adobe Filmstrip muxer and demuxerPeter Ross2010-01-144-0/+199
* set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason2010-01-141-0/+10
* do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier2010-01-131-2/+3
* restore old buffer content when seek failed in http protocol, fix issue #1631Baptiste Coudurier2010-01-131-0/+7
* revert wrongly commited hunk in r21205Baptiste Coudurier2010-01-131-20/+1
* remove useless type declarationsBaptiste Coudurier2010-01-131-6/+4
* remove useless declarations from mpegts.hBaptiste Coudurier2010-01-132-8/+20
* use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier2010-01-131-1/+10
* Do not split audio frames accross pes packets.Baptiste Coudurier2010-01-131-20/+11
* print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow2010-01-131-3/+6
* update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow2010-01-131-1/+5
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-131-0/+59
* move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow2010-01-131-9/+10
* output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow2010-01-131-0/+3
* fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos2010-01-131-1/+1
* fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos2010-01-131-3/+3
* The RTP muxer does not need rtp_asf.cLuca Abeni2010-01-131-1/+0
* Remove the inclusion of unneeded headersLuca Abeni2010-01-131-2/+0
* Fix issue1658 (trailing space in rtpmap descriptor).Ronald S. Bultje2010-01-131-2/+5
* Check there is a stream before writing header.Tomas Härdin2010-01-131-0/+5
* Reindent after r21166.Ronald S. Bultje2010-01-121-1/+1
* Use chunked encoding for HTTP uploads. Patch by Tomas HärdinTomas Härdin2010-01-121-2/+35
* Make sure the destination address is written as an IP address in the SDPMartin Storsjö2010-01-121-0/+36
* Correct timestamps inside FLV data received by RTMP.Sergiy2010-01-121-2/+22
* Use old-style RTMP handshake for old servers.Art Clarke2010-01-121-1/+1
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-121-0/+5
* Remove the inclusion of unneeded headersLuca Abeni2010-01-111-4/+0
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-112-0/+76
* Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö2010-01-111-0/+6
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-111-9/+25
* Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-111-1/+2
* Provide fallback implementations of getaddrinfo() and freeaddrinfo().Martin Storsjö2010-01-112-0/+108
* Use getaddrinfo(), if available, in resolve_host(). Patch by MartinRonald S. Bultje2010-01-111-1/+22
* oggdec: Set dts when knownDavid Conrad2010-01-114-10/+31
* mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad2010-01-111-3/+4
* Add support for dirac in oggDavid Conrad2010-01-114-0/+114
* Use enum CodecID where appropriate.Carl Eugen Hoyos2010-01-101-1/+1
* Deluxe Paint Animation demuxerPeter Ross2010-01-103-0/+237
* do not create Electronic Arts audio stream when unsupported revision2 audio c...Peter Ross2010-01-101-0/+1
* update my email addressPeter Ross2010-01-092-2/+2
OpenPOWER on IntegriCloud