aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2010-01-24Make url_read_complete handle EAGAIN more intelligently.Reimar Döffinger
2010-01-24Doxument url_close().Stefano Sabatini
2010-01-24Doxument url_open_protocol().Stefano Sabatini
2010-01-24Doxument url_read().Stefano Sabatini
2010-01-23Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger
2010-01-23Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje
2010-01-22Remove conditional M_PI definition, it is already defined inStefano Sabatini
2010-01-22Replace deprecated guess_format() with av_guess_format().Martin Storsjö
2010-01-22Make style a little bit more K&R'ish.Ronald S. Bultje
2010-01-22Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö
2010-01-22Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg
2010-01-21mkvenc: Write TrackTimecodeScaleRafaël Carré
2010-01-21Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje
2010-01-21Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje
2010-01-21Reindent after r21368.Ronald S. Bultje
2010-01-21Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje
2010-01-21Make output-example.c handle AAC audio.Martin Storsjö
2010-01-21Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö
2010-01-21Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad
2010-01-20Use the configure check from r21351 and use it to properly define structMartin Storsjö
2010-01-19fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier
2010-01-18reindentBaptiste Coudurier
2010-01-18set average frame rate in mov demuxerBaptiste Coudurier
2010-01-18move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier
2010-01-18Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni
2010-01-18Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such functionLuca Abeni
2010-01-18add uldx fourcc to mpeg4 in riff.cBen Littler
2010-01-17add vspx fourcc to mpeg4 in riff.cBen Littler
2010-01-17Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini
2010-01-17Fix comment typo carefull -> carefulMåns Rullgård
2010-01-17Fix indentation after r21257.Carl Eugen Hoyos
2010-01-17Support demuxing of Sony OpenMG files without metadata header.Michael Karcher
2010-01-16Support decoding of SoftLab-NSK VideoTizer.ami_stuff
2010-01-16Add symbol versioning for shared librariesMåns Rullgård
2010-01-15Support decoding of Avid uncompressed mov files, fixes issue 1685.Carl Eugen Hoyos
2010-01-15Support decoding Avid 1:1x codec, (partially) fixes issue1684.Carl Eugen Hoyos
2010-01-14Latent libavformat version bump and documentation update for Adobe Filmstrip ...Peter Ross
2010-01-14Adobe Filmstrip muxer and demuxerPeter Ross
2010-01-14set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog...Andrew Wason
2010-01-13do not skip mdat data if it's the last atom, avoids one seekBaptiste Coudurier
2010-01-13restore old buffer content when seek failed in http protocol, fix issue #1631Baptiste Coudurier
2010-01-13revert wrongly commited hunk in r21205Baptiste Coudurier
2010-01-13remove useless type declarationsBaptiste Coudurier
2010-01-13remove useless declarations from mpegts.hBaptiste Coudurier
2010-01-13use codec rc_max_rate if set and warn if bit rate is not setBaptiste Coudurier
2010-01-13Do not split audio frames accross pes packets.Baptiste Coudurier
2010-01-13print more debug info about muxing parameters, patch by Mike Scheutzow, scheu...Mike Scheutzow
2010-01-13update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at ...Mike Scheutzow
2010-01-13Insert null packets to keep pcr values correct, patch by Mike Scheutzow,Mike Scheutzow
2010-01-13move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike ...Mike Scheutzow