summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
Commit message (Expand)AuthorAge
* nsvdec: convert to new channel layout APIVittorio Giovara2022-03-15
* avformat: Avoid allocation for AVStreamInternalAndreas Rheinhardt2021-09-17
* avformat/nsvdec: Simplify cleanup after read_header failureAndreas Rheinhardt2021-07-08
* avformat: move AVStream.{parser,need_parsing} to AVStreamInternalJames Almer2021-05-07
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-27
* lavf: move AVStream.*index_entries* to AVStreamInternalAnton Khirnov2020-10-28
* avformat/nsvdec: Use av_packet_move_ref() for packet ownership transferAndreas Rheinhardt2020-03-26
* avformat/nsvdec: Fix memleaks on errors while reading the headerMichael Niedermayer2020-03-19
* lavf: Constify the probe function argument.Carl Eugen Hoyos2019-03-21
* avformat/nsvdec: Do not parse multiple NSVfMichael Niedermayer2018-08-20
* avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop.孙浩(晓黑)2017-09-01
* Fix all -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
* Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'Clément Bœsch2017-03-24
|\
| * Remove some pointless TRACE level debug codeDiego Biurrun2016-10-27
* | Merge commit 'c3dad1bf3b5e04e01c291b1ac41e6bef0adf2206'Clément Bœsch2017-03-24
|\|
| * nsv: Drop unnecessary TRACE level debug codeDiego Biurrun2016-10-27
* | Merge commit 'be3363f664d7314d55b42860bd4077154752d769'Clément Bœsch2017-03-19
|\|
| * nsv: Drop disabled cruftDiego Biurrun2016-08-17
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-21
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* | Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-10
|\|
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'Hendrik Leppkes2015-10-27
|\|
| * avpacket: Replace av_free_packet with av_packet_unrefLuca Barbato2015-10-26
* | avformat/nsvdec: remove trace log from probe(), this is better done generical...Michael Niedermayer2015-04-21
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-20
|\|
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-19
* | avformat/nsvdec: Use av_malloc_array()Michael Niedermayer2015-04-11
* | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e'Michael Niedermayer2015-02-14
|\|
| * avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* | avformat/nsvdec: remove case which is no longer possiblePaul B Mahol2015-01-28
* | Merge commit '7c51d79ca7badfb370c410b8f44c9142b938e2e6'Michael Niedermayer2015-01-27
|\|
| * nsvdec: validate channels and samplerateVittorio Giovara2015-01-27
* | avformat/nsvdec: Check the return value of av_get_packet()Michael Niedermayer2015-01-18
* | avformat/nsvdec: Check av_get_packet() return valueMichael Niedermayer2015-01-17
* | avformat/nsvdec: fix out-commented asserts so the function names existMichael Niedermayer2014-08-26
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | replace calls to url_feof() with avio_feof()James Almer2014-08-08
* | Merge commit '27c1f82f561932c83191bcd3e70e0cb1712485ba'Michael Niedermayer2014-07-09
|\|
| * nsvdec: remove commented out cruftAnton Khirnov2014-07-09
* | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a'Michael Niedermayer2013-06-03
|\|
| * nsvdec: Remove commented-out debug cruftDiego Biurrun2013-06-02
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-05
|\|
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-04-11
|\|
| * Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* | Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534'Michael Niedermayer2012-12-19
|\|
| * misc typo, style and wording fixesDiego Biurrun2012-12-18
* | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb'Michael Niedermayer2012-11-29
|\|