| Commit message (Expand) | Author | Age | Files | Lines |
* | avformat/nutdec: Don't shrink packet size manually | Andreas Rheinhardt | 2022-09-25 | 1 | -1/+0 |
* | avformat/nutdec: Check fields | Michael Niedermayer | 2022-09-24 | 1 | -0/+5 |
* | avformat/nutdec: Check get_packetheader() in mainheader | Michael Niedermayer | 2022-07-21 | 1 | -0/+2 |
* | avformat/demux: Add new demux.h header | Andreas Rheinhardt | 2022-05-10 | 1 | -0/+1 |
* | nutdec: convert to new channel layout API | Vittorio Giovara | 2022-03-15 | 1 | -1/+3 |
* | avformat/nutdec: Add check for avformat_new_stream | Jiasheng Jiang | 2022-02-23 | 1 | -4/+12 |
* | avformat: Avoid allocation for AVStreamInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -4/+5 |
* | avformat: Avoid allocation for AVFormatInternal | Andreas Rheinhardt | 2021-09-17 | 1 | -1/+1 |
* | avformat/nutdec: Simplify cleanup after read_header failure | Andreas Rheinhardt | 2021-07-08 | 1 | -8/+4 |
* | avformat/nutdec: Check tmp_size | Michael Niedermayer | 2021-06-18 | 1 | -0/+5 |
* | avformat: move AVStream.last-IP_{pts,duration} to AVStreamInternal | James Almer | 2021-05-07 | 1 | -1/+1 |
* | avformat: Constify all muxer/demuxers | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: Make AVChapter.id an int64_t on next major bump | Andreas Rheinhardt | 2021-03-19 | 1 | -2/+2 |
* | avformat/nutdec: Check timebase count against main header length | Michael Niedermayer | 2021-02-14 | 1 | -4/+4 |
* | avformat/nutdec: Fix integer overflow in count computation | Michael Niedermayer | 2021-01-26 | 1 | -1/+1 |
* | lavf: move AVStream.*index_entries* to AVStreamInternal | Anton Khirnov | 2020-10-28 | 1 | -3/+3 |
* | avformat: Forward errors where possible | Andreas Rheinhardt | 2019-12-12 | 1 | -2/+4 |
* | lavf/nutdec: add logging context to log | Jun Zhao | 2019-09-30 | 1 | -3/+3 |
* | lavf: Constify the probe function argument. | Carl Eugen Hoyos | 2019-03-21 | 1 | -1/+1 |
* | avformat/nutdec: fix pts overflow | Paul B Mahol | 2018-12-14 | 1 | -2/+2 |
* | avformat/nutdec: fix obvious typo | Paul B Mahol | 2018-12-14 | 1 | -1/+1 |
* | lavf/nutdec: Fix an impossible condition, regression since e0c53c34. | Carl Eugen Hoyos | 2017-05-02 | 1 | -1/+1 |
* | Merge commit '07eea5a5ded1141632aefecfa59dcdc26de2d7ea' | Clément Bœsch | 2017-03-24 | 1 | -36/+0 |
|\ |
|
| * | nut: Drop pointless TRACE level debug code | Diego Biurrun | 2016-10-27 | 1 | -26/+0 |
* | | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\| |
|
| * | lavf: fix usage of AVIOContext.seekable | Anton Khirnov | 2016-09-30 | 1 | -1/+1 |
* | | avformat: add AVFormatContext to ff_get_extradata() | Paul B Mahol | 2016-04-14 | 1 | -1/+1 |
* | | Merge commit '9200514ad8717c63f82101dc394f4378854325bf' | Derek Buitenhuis | 2016-04-10 | 1 | -23/+23 |
|\| |
|
| * | lavf: replace AVStream.codec with AVStream.codecpar | Anton Khirnov | 2016-02-23 | 1 | -22/+22 |
| * | nutdec: only copy the header if it exists | Andreas Cadhalpun | 2016-01-13 | 1 | -1/+2 |
* | | nutdec: reject negative value_len in read_sm_data | Andreas Cadhalpun | 2015-12-19 | 1 | -1/+1 |
* | | nutdec: only copy the header if it exists | Andreas Cadhalpun | 2015-12-19 | 1 | -1/+2 |
* | | Merge commit '0e2395293bff089536b97131b32fea8b58bca0ba' | Hendrik Leppkes | 2015-11-29 | 1 | -2/+4 |
|\| |
|
| * | nut: Mark non-fatal errors as warnings | Luca Barbato | 2015-11-25 | 1 | -2/+4 |
* | | Merge commit '62f72b40c0b0d2cd6a2b81977287fa01d9f4ca6d' | Hendrik Leppkes | 2015-11-29 | 1 | -5/+10 |
|\| |
|
| * | nut: Provide more information on failure | Luca Barbato | 2015-11-25 | 1 | -5/+10 |
| * | lavc: Consistently prefix input buffer defines | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Replace remaining occurances of av_free_packet with av_packet_unref | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
* | | avutil/tree: add additional const qualifier to the comparator | Ganesh Ajjanagadde | 2015-10-24 | 1 | -3/+3 |
* | | avformat/nutdec: Check ff_gen_search() for failure | Michael Niedermayer | 2015-07-01 | 1 | -0/+2 |
* | | nutdec: check maxpos in read_sm_data before returning success | Andreas Cadhalpun | 2015-06-27 | 1 | -0/+3 |
* | | nutdec: fix various memleaks on failure | Andreas Cadhalpun | 2015-05-23 | 1 | -26/+62 |
* | | nutdec: always check the get_str return value | Andreas Cadhalpun | 2015-05-23 | 1 | -5/+22 |
* | | avformat/nutdec: Check X in 2nd branch of index reading | Michael Niedermayer | 2015-05-23 | 1 | -0/+4 |
* | | nutdec: abort if EOF is reached in decode_info_header/read_sm_data | Andreas Cadhalpun | 2015-05-20 | 1 | -4/+12 |
* | | nutdec: stop skipping bytes at EOF | Andreas Cadhalpun | 2015-05-20 | 1 | -3/+18 |
* | | nutdec: fix infinite resync loops | Andreas Cadhalpun | 2015-05-20 | 1 | -1/+4 |
* | | avformat/nutdec: Fix recovery when immedeately after seeking a failure happens | Michael Niedermayer | 2015-05-20 | 1 | -0/+1 |
* | | avformat/nutdec: Return error on EOF from get_str() | Michael Niedermayer | 2015-05-20 | 1 | -0/+2 |
* | | avformat/nutdec: Remove unused variable | Michael Niedermayer | 2015-05-14 | 1 | -1/+1 |