5594 Commits (e9ca315dd188c38621c9439ef813d1cdf846ce1d)

Author SHA1 Message Date
Daniel Kristjansson 31277aebd9 Use av_mallocz in url_open_protocol for URLContext. 15 years ago
Michael Niedermayer 12f1b1fec4 Remove last MAX_STREAMS from avienc.c 15 years ago
Michael Niedermayer b4f0e04c99 Introduce AVIStream struct and move stream based variables to it. 15 years ago
Carl Eugen Hoyos 39c6b3f54c Support demuxing Blu-ray subtitles in matroska files. 15 years ago
Ronald S. Bultje 88248b76af Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). 15 years ago
Michael Niedermayer d30a8beb99 Fix duration calculation in the presence of a single wraping of the timeline. 15 years ago
Jai Menon ad5cc780c0 Schedule an increase in the maximum number of streams 15 years ago
Michael Niedermayer 67b678bb40 Revert Revision: 21473 15 years ago
Stefano Sabatini e8a9d01846 Fix misc typos, patch by 15 years ago
Stefano Sabatini d19a046ebb Document av_register_protocol(), not that it really needs to be 15 years ago
Jeremy Morton 2700063655 Don't use tcp_fd if we're not using TCP-based connections (e.g. when 15 years ago
Martin Storsjö 6023d84a2b Load the proper getaddrinfo functions from ws2_32.dll, if they're present. 15 years ago
Stefano Sabatini b0634fd11e Doxument url_open(). 15 years ago
Carl Eugen Hoyos 895a9be60c Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, 15 years ago
Stefano Sabatini 725b3da981 Favor the term "URL" over "filename", as the API deals with URLs 15 years ago
Reimar Döffinger f1d2b5728c Make url_read_complete handle EAGAIN more intelligently. 15 years ago
Stefano Sabatini f1f78a9d85 Doxument url_close(). 15 years ago
Stefano Sabatini 333146ddc5 Doxument url_open_protocol(). 15 years ago
Stefano Sabatini 1f8ad15ad3 Doxument url_read(). 15 years ago
Reimar Döffinger ddb901b74d Make url_read_complete retry on EAGAIN and return how much data it read 15 years ago
Ronald S. Bultje 98287358e9 Print a warning when DATA chunk is encountered in the middle of chunk. 15 years ago
Stefano Sabatini 54a4f36d6e Remove conditional M_PI definition, it is already defined in 15 years ago
Martin Storsjö a52ce57d4e Replace deprecated guess_format() with av_guess_format(). 15 years ago
Ronald S. Bultje 6481075443 Make style a little bit more K&R'ish. 15 years ago
Martin Storsjö 7c823d8b7f Rename a function which is no longer ipv6-specific. Patch by Martin Storsjö 15 years ago
Alan Steremberg 00eb13e05f Use the control URI from the SDP (if present) rather than the input filename, 15 years ago
Rafaël Carré e380b9182b mkvenc: Write TrackTimecodeScale 15 years ago
Ronald S. Bultje 2e13ecfeca Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since 15 years ago
Ronald S. Bultje f8c087333d Change on rtsp_send_cmd() to the _async() version since we don't use the 15 years ago
Ronald S. Bultje 7eaa646fd6 Reindent after r21368. 15 years ago
Ronald S. Bultje 8b9457deab Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized 15 years ago
Martin Storsjö 073189917e Make output-example.c handle AAC audio. 15 years ago
Martin Storsjö b4d68544c8 Remove IPv4-only codepath. Patch by Martin Storsjö <$first $first st>. 15 years ago
David Conrad 0fc07ad951 Set start_time and duration in AVStream instead of AVFormatContext for 15 years ago
Martin Storsjö 3d7b42f97b Use the configure check from r21351 and use it to properly define struct 15 years ago
Baptiste Coudurier fdf4662211 fetch flv duration from file if it is set to 0 in metadata 15 years ago
Baptiste Coudurier 49c43fc278 reindent 15 years ago
Baptiste Coudurier c3aeaa540d set average frame rate in mov demuxer 15 years ago
Baptiste Coudurier c956611527 move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 15 years ago
Luca Abeni 22c1f65fa6 Rename the RTP muxer sources so that the packetisation functions are in 15 years ago
Luca Abeni 47a855648f Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function 15 years ago
Ben Littler 5bc3fc2187 add uldx fourcc to mpeg4 in riff.c 15 years ago
Ben Littler 6667d5a5e5 add vspx fourcc to mpeg4 in riff.c 15 years ago
Stefano Sabatini ade5b91dda Use av_match_ext() rather than the deprecated match_ext(), fix 15 years ago
Måns Rullgård 48fdb66c68 Fix comment typo carefull -> careful 15 years ago
Carl Eugen Hoyos 45becaf337 Fix indentation after r21257. 15 years ago
Michael Karcher 1454618426 Support demuxing of Sony OpenMG files without metadata header. 15 years ago
ami_stuff 8be7ac98ca Support decoding of SoftLab-NSK VideoTizer. 15 years ago
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 15 years ago
Carl Eugen Hoyos 59ea69ef54 Support decoding of Avid uncompressed mov files, fixes issue 1685. 15 years ago