5995 Commits (bfbdc58e521bc8aa750ce9a1be3bc57ce1c85d53)

Author SHA1 Message Date
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
Michael Niedermayer 37f57ab4dd Allow AVFormatContext.duration to be set if no individual stream duration is known. 15 years ago
Stefano Sabatini 2874c81cc8 Replace all remaining occurrences of AVERROR_NOMEM with 15 years ago
Martin Storsjö 0e64218889 Remove a redundant assignment, found by clang 15 years ago
Ronald S. Bultje ff273ddae7 Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating 15 years ago
Sam Gerstein f3c68c5b45 ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. 15 years ago
Ronald S. Bultje 7b374c9ff2 Another uninitialized value. 15 years ago
Ronald S. Bultje 190413cf81 Fix uninitialized value in codepath. 15 years ago
Ronald S. Bultje ddf8e75ede Remove dead initialization. 15 years ago
Ronald S. Bultje 0b9535b9a2 Remove dead initialization. 15 years ago
Martin Storsjö 4bebf2cf64 Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ 15 years ago
Josh Allmann 339f5f3957 Merge Vorbis / Theora depayloaders. 15 years ago
Josh Allmann cb92a9c038 Reindent after r22766. 15 years ago
Josh Allmann 96070b8b5c Rename functions / comments from "Theora" to "Xiph" where relevant. 15 years ago
Josh Allmann 06a36faf4c Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging 15 years ago
Michael Niedermayer ccf8c2944c Limit probing to probesize. 15 years ago
Howard Chu 527c2e6429 Fix flvdec start-of-frame. 15 years ago
Stefano Sabatini 1a70d12727 Make av_match_ext() declaration public (move its declaration out of 15 years ago
Michael Niedermayer fe8344a276 Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Joakim Plate 46da7fa133 Probe aac codecs for CODEC_ID_PROBE. 15 years ago
Anton Khirnov 8166c498df Remove superfluous space from a conversion table. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Benoit Fouet 32e543f866 Replace @returns by @return. 15 years ago
Stefano Sabatini 8a36b59ba6 Document url_exist(). 15 years ago
Mohamed Naufal 148bcae98c Implement YOP demuxer and video decoder. 15 years ago
Reimar Döffinger c2bfd81605 Some spelling fixes. 15 years ago
Sam Gerstein 9cba6f5f40 Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab 15 years ago
Howard Chu 0f943ce663 Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via 15 years ago
Stefano Sabatini 9bee245954 Document url_seek(). 15 years ago
Vitor Sessak f990f6e3f7 Fix NUT (de)muxer warnings: 15 years ago
Martin Storsjö 4c1202f76e Initialize ssrc and base_timestamp using ff_random_get_seed() 15 years ago