5774 Commits (8eecdc8b789e3fa5b640ddd26e29e9254a1dffe3)

Author SHA1 Message Date
Michael Niedermayer 1ac0893799 Correcting wrong looking stream_id validity check in avidec. 15 years ago
Michael Niedermayer 8c3b161e9e Dont try generic seek if seek request before first index entry and backward. 15 years ago
Michael Niedermayer 43e4d57f66 Try to open decoders in av_find_stream_info() even if no packets for the 15 years ago
Peter Ross 451b353d87 Indentation cleanup 15 years ago
Peter Ross 02c4f626a8 Extend IFF demuxer to parse PBM/ILBM bitmap chunks 15 years ago
Michael Niedermayer 3c8d75e65b Only set duration for streams where it is likely correct. 15 years ago
Michael Niedermayer bce8840a4e Set nb_frames. 15 years ago
Justin Johnson c5e1e9827d Guess the duration before converting video and write guessed duration 15 years ago
Michael Niedermayer c45ebd5461 Set AVPacket.pos in MPEG-PS demuxer. 15 years ago
Måns Rullgård 0694a009b6 Fix build 15 years ago
Alexis Ballier 9125806e34 Fix warnings about implicit function declaration when compiling rtpdec.c 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Michael Niedermayer 411ff3225f Increase search range if no end timestamp could be found for the duration 15 years ago
Kostya Shishkov 971c55f186 Bink video codec id is there, demuxer can use it 15 years ago
Peter Ross 40da0b3691 Latent libavformat version bump for Bink demuxer (r21569) 15 years ago
Peter Ross 2e375df5b2 Bink demuxer 15 years ago
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