5976 Commits (472e12f510dc5cc457edd2b1543bacfe9f952f2a)

Author SHA1 Message Date
Baptiste Coudurier 0403c2e3e4 Disable LATM AAC in mpegts, this is not supported and produce too many 15 years ago
Jai Menon 037e9afd37 Fix off-by-1 error in the tag parsing code. 15 years ago
Tomas Härdin 951776c478 Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep". 15 years ago
Christian Schmidt 03cb8458ce Support VP6F in Matroska. 15 years ago
Stefano Sabatini 9d30e0682a Do not initialize res in url_fseek(), in the case !s->seek directly 15 years ago
Vitor Sessak 10fa22ccfb Fix MTV decoding on big-endian systems 15 years ago
David Conrad 7221579b0c mov: Read QuickTime chapters 15 years ago
David Conrad dc75e4e3b3 movenc: Write nero chapters 15 years ago
Baptiste Coudurier f7501a71a1 seems aac gets screwed up by the parser so disable it 15 years ago
Baptiste Coudurier dc1c26dc8e parse stream headers for audio streams in mkv, needed for frame size 15 years ago
Sebastian Vater e595346486 Reindent / reformat some code with broken indenting. 15 years ago
Sebastian Vater bf29cbc2cc Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun e1ae1642cb Add missing internal.h #include for brktimegm(), fixes the warning: 15 years ago
Martin Storsjö 5948f82227 Reset RTCP timestamps after seeking, add range start offset to the packets timestamps 15 years ago
Martin Storsjö 2cab6b48ad Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext 15 years ago
Baptiste Coudurier 2293a2e67f Set AVFMT_NOTIMESTAMPS flag for mp3 muxer 15 years ago
Luca Barbato 9094d867aa Make rtp protocol obey rfc3550 15 years ago
Howard Chu fc8fa007fb Implement librtmp seek support. 15 years ago
Stefano Sabatini d79fc8403b Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. 15 years ago
Stefano Sabatini 4c4ef3db4b Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if 15 years ago
Stefano Sabatini 28894105c8 Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in 15 years ago
Martin Storsjö 653d7aeb61 Parse strf mov atoms 15 years ago
David Conrad adc725b558 oggdec: Move warning about missing granule to the correct place 15 years ago
David Conrad 44a088eab7 oggdec: Fix duration calculation if the last page in a file has no granule 15 years ago
David Conrad 49c2d29089 oggdec: Remove write-only variable 15 years ago
Ramiro Polla adef229efb AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x) 15 years ago
Ronald S. Bultje 4aecee7fc3 Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). 15 years ago
Ronald S. Bultje e58c05bb3c Remove useless assert(), since this can (in theora) be used for any Xiph 15 years ago
Howard Chu 19c9eedc2c Plug librtmp logging into av_log. 15 years ago
Diego Biurrun fc122efd66 whitespace cosmetics 15 years ago
Jean-Daniel Dupas 2898526d6a Do not probe when the format is known. 15 years ago
Vitor Sessak efd8b009ff Use a suitable timebase in VQF demuxer 15 years ago
Howard Chu c007c687c9 Do not set pos to an error value. 15 years ago
Tomas Härdin 6b174197b5 Predicting the size of the hdlr, string data and trkn tags in the MOV muxer 15 years ago
Stefano Sabatini 9a2cb05ff9 Move the internal function declarations in avformat.h to internal.h. 15 years ago
Howard Chu 7e939205d9 Set audio bit rate. 15 years ago
Michael Niedermayer 0f1f4816d5 Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. 15 years ago
Michael Niedermayer 497431a5b6 Dont try to compute AVPacket duration for possibly interlaced video codecs 15 years ago
Tomas Härdin 7a6fe01f99 Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. 15 years ago
Tomas Härdin 01d91b9be9 Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. 15 years ago
Joakim Plate c6cf6ae69d Don't write an empty spdif header in spdif muxers write_header function before actual data starts. 15 years ago
Ronald S. Bultje 56a8242fdd Actually add flag (somehow got lost in my previous patchset?), fixes broken 15 years ago
Anton Khirnov 3dd6180fc7 Add a flag to not overwrite existing tags 15 years ago
Martin Storsjö 0950e1703b Reindent 15 years ago
Martin Storsjö 0e4b185a8d Fix leaks in the AAC RTP depacketizer 15 years ago
Ronald S. Bultje 1da1e1933f Add void to a function prototype that takes no arguments. Fixes a potential 15 years ago
Michael Niedermayer 0e1f78f90b Fix rounding direction for calculation of AVPacket.duration. 15 years ago
Martin Storsjö 3370289a4c Zero-initialize the reply struct 15 years ago
Stefano Sabatini 5b33a55376 Implement support to the AVSEEK_SIZE operation in file_seek(). 15 years ago