56 Commits (7696e429c7608c2959570a7bc448a76bbfa70dd4)

Author SHA1 Message Date
Martin Storsjö d8798276b6 r3d: Add more input value validation 11 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Michael Niedermayer 99b1b2b1c6 r3d: check that sampling rate is non negative. 12 years ago
Michael Niedermayer df92ac1852 r3d: fix division by 0 with 0 sample rate 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Clément Bœsch 16dc5f2050 Replace various inlined inverse AVRational with av_inv_q(). 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Anton Khirnov aba232cfa9 lavf: deprecate r_frame_rate. 12 years ago
Diego Biurrun ffae713a5b Fix a bunch of common typos. 13 years ago
Anton Khirnov 56bf24ad78 r3d: don't set codec timebase. 13 years ago
Joakim Plate c7b08bc0a7 r3d: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 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
Joakim Plate 425907809b [r3d] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Mans Rullgard 5e1166b31b Mark some variables with av_unused 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Clément Bœsch fd38a15adf Fix various bad printf format warnings 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov db44ea960d avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov 384c9c2fa7 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov 74b3f67c9c lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov f59d8ff8cd avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov e63a362857 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Luca Barbato 9ef5a9deaf Replace dprintf with av_dlog 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
Diego Elio Pettenò 66355be3c3 Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Vitor Sessak 38beab19ab Plug some memory leaks for truncated files 15 years ago
Baptiste Coudurier 6aa333471c return AVERROR(ENOMEM) if stream could not be allocated 15 years ago
Kent Mein b01c7b756e check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu 15 years ago
Aurelien Jacobs feacba6c26 use new metadata API in r3d demuxer 16 years ago
Baptiste Coudurier 7eb68edba7 R3D REDCODE demuxer 16 years ago