summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-21
* Use the configure check from r21351 and use it to properly define structMartin Storsjö2010-01-20
* fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier2010-01-19
* reindentBaptiste Coudurier2010-01-18
* set average frame rate in mov demuxerBaptiste Coudurier2010-01-18
* move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier2010-01-18
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-18
* Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such functionLuca Abeni2010-01-18
* add uldx fourcc to mpeg4 in riff.cBen Littler2010-01-18
* add vspx fourcc to mpeg4 in riff.cBen Littler2010-01-17
* Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini2010-01-17
* Fix comment typo carefull -> carefulMåns Rullgård2010-01-17
* Fix indentation after r21257.Carl Eugen Hoyos2010-01-17
* Support demuxing of Sony OpenMG files without metadata header.Michael Karcher2010-01-17
* Support decoding of SoftLab-NSK VideoTizer.ami_stuff2010-01-16
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
* Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos2010-01-15
* Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos2010-01-15
* Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross2010-01-14
* Adobe Filmstrip muxer and demuxerPeter Ross2010-01-14
* set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason2010-01-14
* do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier2010-01-13
* restore old buffer content when seek failed in http protocol, fix issue #1631Baptiste Coudurier2010-01-13
* revert wrongly commited hunk in r21205Baptiste Coudurier2010-01-13
* remove useless type declarationsBaptiste Coudurier2010-01-13
* remove useless declarations from mpegts.hBaptiste Coudurier2010-01-13
* use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier2010-01-13
* Do not split audio frames accross pes packets.Baptiste Coudurier2010-01-13
* print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow2010-01-13
* update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow2010-01-13
* Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow2010-01-13
* move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow2010-01-13
* output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcat...Mike Scheutzow2010-01-13
* fix ts packet header size computation, patch by Niobos, niobos at dest-unreac...Niobos2010-01-13
* fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach d...Niobos2010-01-13
* The RTP muxer does not need rtp_asf.cLuca Abeni2010-01-13
* Remove the inclusion of unneeded headersLuca Abeni2010-01-13
* Fix issue1658 (trailing space in rtpmap descriptor).Ronald S. Bultje2010-01-13
* Check there is a stream before writing header.Tomas Härdin2010-01-13
* Reindent after r21166.Ronald S. Bultje2010-01-12
* Use chunked encoding for HTTP uploads. Patch by Tomas HärdinTomas Härdin2010-01-12
* Make sure the destination address is written as an IP address in the SDPMartin Storsjö2010-01-12
* Correct timestamps inside FLV data received by RTMP.Sergiy2010-01-12
* Use old-style RTMP handshake for old servers.Art Clarke2010-01-12
* Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes iss...Carl Eugen Hoyos2010-01-12
* Remove the inclusion of unneeded headersLuca Abeni2010-01-11
* Provide a fallback for getnameinfo() also. Patch by Martin StorsjöMartin Storsjö2010-01-11
* Implement a fallback for struct sockaddr_storage if not available.Martin Storsjö2010-01-11
* Use getaddrinfo() instead of resolve_host(). Patch by Martin StorsjöMartin Storsjö2010-01-11
* Deprecate resolve_host(). Patch by Martin Storsjö <$firstname()$firstname,st>.Martin Storsjö2010-01-11