| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -4/+5 |
* | avformat/nsvdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -11/+6 |
* | avformat: move AVStream.{parser,need_parsing} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -2/+2 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -2/+2 |
* | avformat/nsvdec: Use av_packet_move_ref() for packet ownership transfer | Andreas Rheinhardt | 2020-03-26 | 1 | -4/+2 |
* | avformat/nsvdec: Fix memleaks on errors while reading the header | Michael Niedermayer | 2020-03-19 | 1 | -6/+14 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/nsvdec: Do not parse multiple NSVf | Michael Niedermayer | 2018-08-20 | 1 | -0/+7 |
* | avformat/nsvdec: Fix DoS due to lack of eof check in nsvs_file_offset loop. | 孙浩(晓黑) | 2017-09-01 | 1 | -1/+4 |
* | Fix all -Wformat warnings raised by DJGPP | Clément Bœsch | 2017-03-29 | 1 | -2/+2 |
* | Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521' | Clément Bœsch | 2017-03-24 | 1 | -15/+0 |
|\ |
|
| * | Remove some pointless TRACE level debug code | Diego Biurrun | 2016-10-27 | 1 | -15/+0 |
* | | Merge commit 'c3dad1bf3b5e04e01c291b1ac41e6bef0adf2206' | Clément Bœsch | 2017-03-24 | 1 | -13/+0 |
|\| |
|
| * | nsv: Drop unnecessary TRACE level debug code | Diego Biurrun | 2016-10-27 | 1 | -13/+0 |
* | | Merge commit 'be3363f664d7314d55b42860bd4077154752d769' | Clément Bœsch | 2017-03-19 | 1 | -4/+0 |
|\| |
|
| * | nsv: Drop disabled cruft | Diego Biurrun | 2016-08-17 | 1 | -4/+0 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -13/+13 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -13/+13 |
* | | Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457' | Hendrik Leppkes | 2015-10-27 | 1 | -2/+2 |
|\| |
|
| * | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
* | | avformat/nsvdec: remove trace log from probe(), this is better done generical... | Michael Niedermayer | 2015-04-21 | 1 | -1/+0 |
* | | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8' | Michael Niedermayer | 2015-04-20 | 1 | -35/+35 |
|\| |
|
| * | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 1 | -35/+35 |
* | | avformat/nsvdec: Use av_malloc_array() | Michael Niedermayer | 2015-04-11 | 1 | -2/+2 |
* | | Merge commit 'daf8cf358a098a903d59adb6c0d0cc3262a8c93e' | Michael Niedermayer | 2015-02-14 | 1 | -1/+1 |
|\| |
|
| * | avformat: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | | avformat/nsvdec: remove case which is no longer possible | Paul B Mahol | 2015-01-28 | 1 | -4/+1 |
* | | Merge commit '7c51d79ca7badfb370c410b8f44c9142b938e2e6' | Michael Niedermayer | 2015-01-27 | 1 | -0/+2 |
|\| |
|
| * | nsvdec: validate channels and samplerate | Vittorio Giovara | 2015-01-27 | 1 | -0/+2 |
* | | avformat/nsvdec: Check the return value of av_get_packet() | Michael Niedermayer | 2015-01-18 | 1 | -2/+3 |
* | | avformat/nsvdec: Check av_get_packet() return value | Michael Niedermayer | 2015-01-17 | 1 | -1/+3 |
* | | avformat/nsvdec: fix out-commented asserts so the function names exist | Michael Niedermayer | 2014-08-26 | 1 | -2/+2 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -1/+1 |
* | | replace calls to url_feof() with avio_feof() | James Almer | 2014-08-08 | 1 | -6/+6 |
* | | Merge commit '27c1f82f561932c83191bcd3e70e0cb1712485ba' | Michael Niedermayer | 2014-07-09 | 1 | -15/+0 |
|\| |
|
| * | nsvdec: remove commented out cruft | Anton Khirnov | 2014-07-09 | 1 | -15/+0 |
* | | Merge commit 'c011ceef78eae66039efc66d9551a7146e08838a' | Michael Niedermayer | 2013-06-03 | 1 | -27/+0 |
|\| |
|
| * | nsvdec: Remove commented-out debug cruft | Diego Biurrun | 2013-06-02 | 1 | -27/+0 |
* | | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af' | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
|\| |
|
| * | avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate | Diego Biurrun | 2013-05-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-04-11 | 1 | -1/+2 |
|\| |
|
| * | Move misplaced file author information where it belongs | Diego Biurrun | 2013-04-11 | 1 | -1/+2 |
* | | Merge commit '523c7bd23c781aa0f3a85044896f5e18e8b52534' | Michael Niedermayer | 2012-12-19 | 1 | -1/+1 |
|\| |
|
| * | misc typo, style and wording fixes | Diego Biurrun | 2012-12-18 | 1 | -1/+1 |
* | | Merge commit 'bfe5454cd238b16e7977085f880205229103eccb' | Michael Niedermayer | 2012-11-29 | 1 | -1/+0 |
|\| |
|
| * | lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h | Justin Ruggles | 2012-11-28 | 1 | -1/+0 |