8642 Commits (454f1657288e75a9797381c8a26598674ea9bd68)

Author SHA1 Message Date
Anton Khirnov 2361e59b98 lavc: use avpriv_ prefix for ff_dirac_parse_sequence_header. 13 years ago
Anton Khirnov 242c73a0fd lavc: use avpriv_ prefix for some dv symbols used in lavf. 13 years ago
Anton Khirnov d9cca9fc6a lavc: use avpriv_ prefix for some flac symbols used in lavf. 13 years ago
Anton Khirnov 59a9a23581 lavc: use avpriv_ prefix for some mpeg4audio symbols used in lavf. 13 years ago
Anton Khirnov 82ab61f901 lavc: use avpriv_ prefix for some mpegaudio symbols used in lavf. 13 years ago
Anton Khirnov 73ae27e17b lavc: use avpriv_ prefix for ff_aac_parse_header(). 13 years ago
Anton Khirnov 8d74bf17c6 lavf: hide private symbols. 13 years ago
Anton Khirnov ab88b25f99 lavf: use avpriv_ prefix for some dv functions. 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Justin Ruggles 9ef6c7977f avformat: do not require frame_size for Speex. 13 years ago
Justin Ruggles 0e69c04773 ogg/speex: set correct timestamp and duration for the first packet. 13 years ago
Justin Ruggles 4ee247a2bd flvenc: check packet duration in speex using timestamps 13 years ago
Justin Ruggles 52375ba567 flvenc: adjust for negative DTS for all codecs, not just H.264 13 years ago
Laurent Aimar bc38e83793 mpegts: do not return from ff_mpegts_parse_packet() after having seen the first PMT 13 years ago
Laurent Aimar 49ec0c818d mpegts: fix return value when enough ts packets have been parsed or when the first PMT has been seen. 13 years ago
Michael Niedermayer e31c5ebe11 mpegtsenc: fix handling of large audio packets 13 years ago
Reimar Döffinger 6ea6ff053a Do not call parse_keyframes_index with NULL stream. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Anton Khirnov 3b3bbdd3e6 lavf,lavd: replace av_new_stream->avformat_new_stream part I. 13 years ago
Anton Khirnov 569129a6dc lavf: add avformat_new_stream as a replacement for av_new_stream. 13 years ago
Carl Eugen Hoyos 891f76b0a8 Fix AMR block length for no data mode when muxing mov. 13 years ago
Kostya Shishkov 0d8506b8c5 Ut Video decoder 13 years ago
Michael Niedermayer be401448e5 mov: Raise ctts dts_shift threshold by 1 13 years ago
Chris Kennedy c108a4aa1e fix memleak in packet corrupt dropping code 13 years ago
Michael Niedermayer c4e02d3432 avidec: Dont switch to NI mode if there is no index. 13 years ago
Carl Eugen Hoyos 39f6733f05 Do not try to parse empty strf tags. 13 years ago
Derek Buitenhuis 1de357d6da libutvideo: Add Ut Video Decoder Wrapper 13 years ago
Martin Storsjö 51369f2891 rtsp: Expose the flag options via private AVOptions for sdp and rtp, too 13 years ago
Martin Storsjö 3a6765fb5d rtsp: Make the rtsp flags avoptions set via a define 13 years ago
Martin Storsjö 9f938ca5e6 rtpenc: Set a default video codec 13 years ago
Martin Storsjö 2e69dd66b6 rtp: Fix ff_rtp_get_payload_type 13 years ago
Martin Storsjö 9867aea524 rtsp: Remove the separate filter_source variable 13 years ago
Martin Storsjö eca4850c6d rtsp: Accept options via private avoptions instead of URL options 13 years ago
Martin Storsjö 2c9aa0247d rtsp: Simplify AVOption definitions 13 years ago
Martin Storsjö 17fff881e7 rtsp: Merge the AVOption lists 13 years ago
Michael Niedermayer 0556eee43f segmenter: loose rindex() 13 years ago
Alex Converse ab2940691b avio: Check for invalid buffer length. 13 years ago
Anton Khirnov 5a9ee3152b mpegenc/mpegtsenc: add muxrate private options. 13 years ago
Anton Khirnov c10731e78b lavf: deprecate AVFormatContext.file_size 13 years ago
Raivo Hool f055635313 mov: add support for TV metadata atoms tves, tvsn and stik 13 years ago
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Michael Niedermayer dbd117240a segment: Fix typo in segment_basename 13 years ago
Michael Niedermayer 5cdcc44e41 segment: replace strdup() by av_strdup() 13 years ago
Michael Niedermayer 74dbb5388e av_tempfile: Pass int log_offset, void *log_ctx 13 years ago
Michael Niedermayer 9329d36a3a cache: add todo list 13 years ago
Michael Niedermayer 02b651a7e3 cache: Fallback to using the cache size for AVSEEK_SIZE if the underlaying protocol has nothing better. 13 years ago
Michael Niedermayer e9f62a8b2b add cache protocol 13 years ago
Carl Eugen Hoyos 55d44578c6 Support decoding ASP variant from QNAP Systems. 13 years ago
Michael Niedermayer 2eaa55375b asf: export all the DRM stuff, some of it are human readable strings. 13 years ago
Michael Niedermayer 6322a31df3 asf: dont warn the user about digital sigantures, they should on their own not cause failure. 13 years ago