166 Commits (57fbe929f368e65ff0bfaa3c1df5b1aa3b8b88db)

Author SHA1 Message Date
Paul B Mahol fc263f073e avformat/nsvdec: add support for STARDIVA format 2 years ago
Vittorio Giovara a1f1f56ef0 nsvdec: convert to new channel layout API 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt 06f31d01e6 avformat/nsvdec: Simplify cleanup after read_header failure 3 years ago
James Almer b9c5fdf602 avformat: move AVStream.{parser,need_parsing} to AVStreamInternal 4 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Anton Khirnov cea7c19cda lavf: move AVStream.*index_entries* to AVStreamInternal 4 years ago
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