5608 Commits (688621d76b0762d76a8a470ee190d74e1a7c2dfc)

Author SHA1 Message Date
Michael Niedermayer c55806e3a2 Flag to ignore dts on frames that contain pts. 15 years ago
Reimar Döffinger 029ddf333c Store strings directly in mov_mdhd_language_map instead of using pointers, 15 years ago
Reimar Döffinger 1c90d2985d Always consider the mov language code as 4 bytes fixed size and change the 15 years ago
Reimar Döffinger 832ec42858 Simplify conversion to 5-bit ASCII. 15 years ago
Stefano Sabatini 8757dc5e40 Remove duplicated empty line. 15 years ago
Daniel Verkamp 2a33c673b1 Set duration in Smacker demuxer 15 years ago
Daniel Verkamp 895ab7489b Demux Bink audio in Smacker files 15 years ago
Kostya Shishkov adb5496146 another 10l: forgot to change parent condition as well 15 years ago
Kostya Shishkov b381a823cd 10l trocadero: now return value of ff_rtmp_packet_read() has different meaning 15 years ago
Kostya Shishkov 0b6b10d9da Make RTMP send/receive packet functions report number of bytes read or sent. 15 years ago
Kostya Shishkov 09b67cc4bd cosmetics: add an empty line between variable declarations and code 15 years ago
Baptiste Coudurier 012dc2c426 Remove MAX_STREAMS usage in ogg and mxf muxers 15 years ago
Ronald S. Bultje 45aa90807f Add RTP/H.263 depacketizer by Martin Storsjö <$firstname () $firstname st>. 15 years ago
Jai Menon 90d0379f5e Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. 15 years ago
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