159 Commits (442249ef2801c60fdbc6b16880617417bd6085ba)

Author SHA1 Message Date
Andreas Rheinhardt 9a96677023 avformat/nsvdec: Use av_packet_move_ref() for packet ownership transfer 5 years ago
Michael Niedermayer 96c0469455 avformat/nsvdec: Fix memleaks on errors while reading the header 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Michael Niedermayer 78d4b6bd43 avformat/nsvdec: Do not parse multiple NSVf 6 years ago
孙浩(晓黑) c24bcb5536 avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop. 7 years ago
Clément Bœsch 549045254c Fix all -Wformat warnings raised by DJGPP 8 years ago
Sean McGovern fe6eea99ef nsvdec: don't ignore the return value of av_get_packet() 8 years ago
Diego Biurrun c454dfcff9 Use ISO C printf conversion specifiers where appropriate 8 years ago
Diego Biurrun ca1e5eea0c Remove some pointless TRACE level debug code 8 years ago
Diego Biurrun c3dad1bf3b nsv: Drop unnecessary TRACE level debug code 8 years ago
Diego Biurrun be3363f664 nsv: Drop disabled cruft 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Michael Niedermayer a924b83ccc avformat/nsvdec: remove trace log from probe(), this is better done generically not per format 10 years ago
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Michael Niedermayer e0d8ff5ef1 avformat/nsvdec: Use av_malloc_array() 10 years ago
Diego Biurrun daf8cf358a avformat: Don't anonymously typedef structs 10 years ago
Paul B Mahol c099783316 avformat/nsvdec: remove case which is no longer possible 10 years ago
Vittorio Giovara 7c51d79ca7 nsvdec: validate channels and samplerate 10 years ago
Michael Niedermayer 8d7ce5cdb7 avformat/nsvdec: Check the return value of av_get_packet() 10 years ago
Michael Niedermayer edf1cb7aee avformat/nsvdec: Check av_get_packet() return value 10 years ago
Michael Niedermayer bf16872fec avformat/nsvdec: fix out-commented asserts so the function names exist 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Anton Khirnov 27c1f82f56 nsvdec: remove commented out cruft 11 years ago
Diego Biurrun 9f84ed8cc3 nsvdec: Remove commented-out debug cruft 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Diego Biurrun 523c7bd23c misc typo, style and wording fixes 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Michael Niedermayer d633e15d7d nsvdec: fix division by 0 12 years ago
Michael Niedermayer a1fb2b935a nsvdec: change 2 commented assert() to av_assert() 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 30b1961c66 Mark a number of variables only used in av_dlog() calls as av_unused. 13 years ago
Diego Biurrun 6df5c528ca Move some conditionally used variables into the block where they are used. 13 years ago
Diego Biurrun 7331b6e718 Drop some completely unnecessary av_unused attributes. 13 years ago
Joakim Plate 8dcd00eabd nsvdec: Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Alex Converse c898431ca5 nsvdec: Propagate errors 13 years ago
Alex Converse 8fd8a48263 nsvdec: Be more careful with av_malloc(). 13 years ago
Michael Niedermayer 6a89b41d97 nsvdec: Fix use of uninitialized streams. 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Michael Niedermayer 5c011706bc nsvdec: Fix use of uninitialized streams. 13 years ago
Michael Niedermayer b9e0e9537a nsvdec: Check av_malloc(string_size) 13 years ago
Reimar Döffinger 36be045ed7 Support "VLB " audio in NSV files. 13 years ago
Reimar Döffinger c3068d43a8 Support VP8 in NSV. 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Joakim Plate e22155ef0e [nsv] Check return value of avio_seek and avoid modifying state if it fails 13 years ago