summaryrefslogtreecommitdiff
path: root/libavformat
Commit message (Expand)AuthorAge
* Use av_mallocz in url_open_protocol for URLContext.Daniel Kristjansson2010-01-28
* Remove last MAX_STREAMS from avienc.cMichael Niedermayer2010-01-28
* Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer2010-01-28
* Support demuxing Blu-ray subtitles in matroska files.Carl Eugen Hoyos2010-01-27
* Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is).Ronald S. Bultje2010-01-27
* Fix duration calculation in the presence of a single wraping of the timeline.Michael Niedermayer2010-01-27
* Schedule an increase in the maximum number of streamsJai Menon2010-01-27
* Revert Revision: 21473Michael Niedermayer2010-01-27
* Fix misc typos, patch byStefano Sabatini2010-01-27
* Document av_register_protocol(), not that it really needs to beStefano Sabatini2010-01-27
* Don't use tcp_fd if we're not using TCP-based connections (e.g. whenJeremy Morton2010-01-26
* Load the proper getaddrinfo functions from ws2_32.dll, if they're present.Martin Storsjö2010-01-25
* Doxument url_open().Stefano Sabatini2010-01-24
* Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec,Carl Eugen Hoyos2010-01-24
* Favor the term "URL" over "filename", as the API deals with URLsStefano Sabatini2010-01-24
* Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger2010-01-24
* Doxument url_close().Stefano Sabatini2010-01-24
* Doxument url_open_protocol().Stefano Sabatini2010-01-24
* Doxument url_read().Stefano Sabatini2010-01-24
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-23
* Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje2010-01-23
* Remove conditional M_PI definition, it is already defined inStefano Sabatini2010-01-22
* Replace deprecated guess_format() with av_guess_format().Martin Storsjö2010-01-22
* Make style a little bit more K&R'ish.Ronald S. Bultje2010-01-22
* Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö2010-01-22
* Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg2010-01-22
* mkvenc: Write TrackTimecodeScaleRafaël Carré2010-01-21
* Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje2010-01-21
* Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje2010-01-21
* Reindent after r21368.Ronald S. Bultje2010-01-21
* Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje2010-01-21
* Make output-example.c handle AAC audio.Martin Storsjö2010-01-21
* Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö2010-01-21
* 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