summaryrefslogtreecommitdiffstats
path: root/libavformat
Commit message (Expand)AuthorAgeFilesLines
* Make url_read_complete retry on EAGAIN and return how much data it readReimar Döffinger2010-01-232-2/+12
* Print a warning when DATA chunk is encountered in the middle of chunk.Ronald S. Bultje2010-01-231-0/+3
* Remove conditional M_PI definition, it is already defined inStefano Sabatini2010-01-221-4/+0
* Replace deprecated guess_format() with av_guess_format().Martin Storsjö2010-01-221-2/+2
* Make style a little bit more K&R'ish.Ronald S. Bultje2010-01-221-6/+15
* Rename a function which is no longer ipv6-specific. Patch by Martin StorsjöMartin Storsjö2010-01-221-4/+4
* Use the control URI from the SDP (if present) rather than the input filename,Alan Steremberg2010-01-222-8/+22
* mkvenc: Write TrackTimecodeScaleRafaël Carré2010-01-211-0/+1
* Remove reply and content_ptr arguments from rtsp_send_cmd_async(), sinceRonald S. Bultje2010-01-211-9/+5
* Change on rtsp_send_cmd() to the _async() version since we don't use theRonald S. Bultje2010-01-211-1/+1
* Reindent after r21368.Ronald S. Bultje2010-01-211-3/+3
* Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitializedRonald S. Bultje2010-01-211-1/+1
* Make output-example.c handle AAC audio.Martin Storsjö2010-01-211-1/+6
* Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>.Martin Storsjö2010-01-211-52/+5
* Set start_time and duration in AVStream instead of AVFormatContext forDavid Conrad2010-01-213-6/+6
* Use the configure check from r21351 and use it to properly define structMartin Storsjö2010-01-201-1/+9
* fetch flv duration from file if it is set to 0 in metadataBaptiste Coudurier2010-01-191-1/+1
* reindentBaptiste Coudurier2010-01-181-6/+6
* set average frame rate in mov demuxerBaptiste Coudurier2010-01-182-3/+7
* move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4...Baptiste Coudurier2010-01-181-10/+10
* Rename the RTP muxer sources so that the packetisation functions are inLuca Abeni2010-01-185-4/+4
* Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such functionLuca Abeni2010-01-181-1/+0
* add uldx fourcc to mpeg4 in riff.cBen Littler2010-01-181-0/+1
* 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
OpenPOWER on IntegriCloud