11131 Commits (50efde6bcb96315d067ed2b5761b9fbc3e137b42)

Author SHA1 Message Date
Michael Niedermayer f0bb88e2bc Revert "http: only send range header when necessary" 13 years ago
Michael Niedermayer 21c4393f1c lavf/find_stream_info: make sure we decode at least one frame for DTS 13 years ago
Michael Niedermayer 61a84755a9 lavf: dont open a decoder at the top of find_stream_info before probing has finished 13 years ago
Duncan Salerno 48cf0f1c18 http: only send range header when necessary 13 years ago
Duncan Salerno 0a8cc1179a http: larger buffer for long URIs 13 years ago
rogerdpack 641c0eea0b bitmap header lookup: add code comment 13 years ago
Michael Niedermayer 697b476c07 wav: Fix DTS detection 13 years ago
Michael Niedermayer a9f522d1b7 lavf: document request_probe properly 13 years ago
Michael Niedermayer a380f82c53 lavf: allow using request_probe as a score threshold to accept a codec 13 years ago
Michael Niedermayer 28e88a24f6 rtsp: fix "warning: ret may be used uninitialized in this function" 13 years ago
Michael Niedermayer 0079232299 rtsp: kill a pointer type warning (void **) vs. (AVFormatContext **) 13 years ago
Clément Bœsch ea5bd7ea6f lavf/oggdec: check for begin-of-stream flag in case of chained streams. 13 years ago
Matthieu Bouron 41f7e0649f mxf: export ff_mxf_get_samples_per_frame to lavf 13 years ago
Clément Bœsch 7bc70930dd lavf/movenc: add F4V flavor. 13 years ago
Anton Khirnov 87b017a298 matroskadec: fix a sanity check. 13 years ago
Anton Khirnov bdb939ad73 matroskadec: only return corrupt packets that actually contain data 13 years ago
Anton Khirnov 1cc569ddda lavf: zero data/size of the packet passed to read_packet(). 13 years ago
Michael Niedermayer fb96ac469a nutdec: fix mixup of nb_streams and timebase_count 13 years ago
Michael Niedermayer 6ab1166c77 nutdec: fix type of intermediate variable for ts calculation. 13 years ago
Michael Niedermayer a6ec1e49f6 matroskadec: matroska_parse_rm_audio: remove unused parameter 13 years ago
Michael Niedermayer 6d87781758 mp3dec: fix seeking without xing TOC 13 years ago
Michael Niedermayer 0da50055eb matroskadec: fix typo 13 years ago
Janne Grunau 6746cd7f61 lavf probe: prevent codec probe with no data at all seen 13 years ago
Michael Niedermayer db0087dc1d mxfdec: fix index_tables check in mxf_read_seek() 13 years ago
Matthieu Bouron d57ca5e5a8 mxfenc: support 23.976 and 24 frame rates 13 years ago
Matthieu Bouron 906a263813 mxfenc: factorize samples per frame code 13 years ago
Michael Niedermayer 168bc5f2c5 mov: fix 32/64 format type 13 years ago
Anton Khirnov 50d1f4437b mp3dec: read Xing frame TOC index 13 years ago
Anton Khirnov 2d1a1a7f62 mp3dec: use named constants for Xing header flags 13 years ago
Yusuke Nakamura d17d0ec8c2 mov: support random access point grouping 13 years ago
Luca Barbato c831ebf616 matroskadec: split frame parsing 13 years ago
Luca Barbato 117d8c6d1f matroska: implement support for ProRes 13 years ago
Luca Barbato 870e75524a matroskadec: validate lace_size when parsed 13 years ago
Luca Barbato c9a39cec70 matroskadec: return meaningful errors in matroska_decode_buffer 13 years ago
Luca Barbato 8d4dd55c37 matroskadec: refactor matroska_decode_buffer 13 years ago
Luca Barbato 7d8431004a matroskadec: properly support BlockDuration 13 years ago
Luca Barbato 2d0e7713f9 matroskadec: split laces parsing 13 years ago
Moritz Bunkus 8071dca3d5 matroska: implement support for ALAC 13 years ago
Dale Curtis df1d84121b matroskadec: fix incorrect unsigned->signed conversion 13 years ago
Luca Barbato 581281e242 matroskadec: check realloc in lzo encoding 13 years ago
Luca Barbato cd4739c4f2 matroska: honor error_recognition on unknown doctypes 13 years ago
Michael Niedermayer 8d07742cb1 avidec: workaround aac with broken block align 13 years ago
Martin Storsjö 84cc314e40 smoothstreaming: Export the mp4 codec tags 13 years ago
Luca Barbato 9888ffb1ce mov: check for EOF in long lasting loops 13 years ago
Benjamin Larsson 6a08955c10 flvenc: silence bogus warning 13 years ago
Michael Niedermayer a1fb2b935a nsvdec: change 2 commented assert() to av_assert() 13 years ago
Reimar Döffinger 07d2d06395 Remove code that duplicates existing code a few lines down. 13 years ago
Clément Bœsch 049ce4facb id3v2: strdup the genre name explicitly. 13 years ago
Clément Bœsch ffdd2e9144 lavf/id3v2: do not export empty fields. 13 years ago
Clément Bœsch 094991eb69 lavf/oggdec: reword stream creation error message. 13 years ago