353 Commits (3b34cbce19a8f410130e995c4cf44db1b7bfd532)

Author SHA1 Message Date
Piotr Bandurski 08277a45c3 lavf: add missing new line to some error messages 12 years ago
Michael Niedermayer ba2cf854d0 lavc: move AVRn to a seperate decoder. 12 years ago
Michael Niedermayer 8993c25695 avidec: fix AVStream.info memleak with dv. 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer a80ce390df avidec: parse INFO tags at the end 12 years ago
Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 12 years ago
Michael Niedermayer 83d6ad3616 avidec: Mark first frame as keyframe in case there are no keyframes. 13 years ago
Michael Niedermayer e3c2d83183 avidec: switch to av_assert 13 years ago
Paul B Mahol 6b9446e932 avidec: add .category 13 years ago
Paul B Mahol 7238ed6c84 avidec: use designated initializers for AVClass 13 years ago
Anton Khirnov a982e5a031 avidec: make scale and rate unsigned. 13 years ago
Michael Niedermayer 57778f61d0 avidec: fix odd extradata size case. 13 years ago
Michael Niedermayer 76853a3e0c libavformat: ff_get_bmp_header: return esize too 13 years ago
Michael Niedermayer d0f78e77e1 avidec: simplify avi_read_idx1() 13 years ago
Michael Niedermayer 212f129fb8 avidec: discard 0 packets even for sample_size==0 NI 13 years ago
Michael Niedermayer 455fcf29b8 avidec: zero extradata padding 13 years ago
Michael Niedermayer 096231d497 avidec: Dont crash on avi packets that belong to dv streams in dv in avi 13 years ago
Michael Niedermayer 9789b6ca48 avidec: document early_exit argument 13 years ago
Reimar Döffinger d05625bd04 avidec: handle 0-size packets that exist only in index. 13 years ago
Michael Niedermayer c41ac87047 avidec: update size when packet is shrunk 13 years ago
Michael Niedermayer 8df774be88 avidec: better NI detection. 13 years ago
Anton Khirnov 3c90cc2ef2 lavf: deprecate av_read_packet(). 13 years ago
Michael Niedermayer e6380afa6a avidec: Reduce log level for out of index error message. 13 years ago
Michael Niedermayer c36010c286 avidec: remove harmless duplicate code. 13 years ago
Martin Storsjö 167f3b8de7 libavformat: Add an ff_ prefix to some lavf internal symbols 13 years ago
Michael Niedermayer b8c1655882 avidec: print informative error messages if seeking fails. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Michael Niedermayer 28d634711b avidec: Fix regression with chunks that are larger than the file. 13 years ago
Michael Niedermayer 14d94a1952 avidec: Fix use of stream_index before validation of its range. 13 years ago
Michael Niedermayer 4f11bed7a1 avidec: fix "avidec.c:362: warning: st may be used uninitialized in this function" 13 years ago
Dustin Brody b89f8774f2 avidec: migrate last of lavf from FF_ER_* to AV_EF_* 13 years ago
Michael Niedermayer b26f0ee39f avidec: XMPG support 13 years ago
Oana Stratulat a63a86fd6f Fixes issue 890: OOM with zmbv file 13 years ago
Carl Eugen Hoyos 64cafe340b Make the avi palette opaque. 13 years ago
Michael Niedermayer 3c7f75bd84 avidec: move eof check before continue. 13 years ago
Michael Niedermayer 62adc60b97 avidec: Check that the header chunks fit in the available filesize. 13 years ago
Michael Niedermayer e098fba5d9 avidec: Fix infinite loop caused by rounding of timestamps in non interleaved avis. 13 years ago
Anton Khirnov cd3716b9aa Replace all uses of av_close_input_file() with avformat_close_input(). 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Victor Vasiliev 12bc20502a Generalize RIFF INFO tag support; support reading INFO tag in wav 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Reimar Döffinger 96949dafcc Replace all strcasecmp/strncasecmp usages. 13 years ago
Michael Niedermayer 742d218bf1 avidec: Return correct error code from avi_sync() in case of IO error. 13 years ago
Anton Khirnov ab88b25f99 lavf: use avpriv_ prefix for some dv functions. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 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
Clément Bœsch 539399d4d1 AVOptions: rename remaining FF_OPT_TYPE_* to AV_OPT_TYPE_*. 13 years ago
Mans Rullgard 1703013cb7 avidec: fix signed overflow in avi_sync() 13 years ago
Janne Grunau 2886f6759f avidec: simplify size parameter in memset() 13 years ago