| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | | nutdec: Remove unused label | Timothy Gu | 2015-05-14 | 1 | -4/+2 |
* | | avformat/nutdec: Fix use of uinitialized value | Michael Niedermayer | 2015-05-12 | 1 | -0/+2 |
* | | Merge commit '254f3daba4271c1918d9a7ad155b1442ef93ed29' | Michael Niedermayer | 2015-05-10 | 1 | -21/+20 |
|\| |
|
| * | nut: Make sure to clean up on read_header failure | Luca Barbato | 2015-05-09 | 1 | -17/+22 |
* | | Merge commit 'b34257eefd98cb768ea2f53a390b8684d51e689a' | Michael Niedermayer | 2015-05-10 | 1 | -1/+1 |
|\| |
|
| * | nut: Check chapter creation in decode_info_header | Andreas Cadhalpun | 2015-05-08 | 1 | -0/+4 |
| * | nutdec: Prevent leaks on memory error | Vittorio Giovara | 2015-03-12 | 1 | -2/+4 |
| * | nutdec: Check memory allocations | Hugo Beauzée-Luyssen | 2015-02-17 | 1 | -0/+8 |
* | | nutdec: fix illegal count check in decode_main_header | Andreas Cadhalpun | 2015-04-28 | 1 | -1/+1 |
* | | nutdec: fix memleaks on error in nut_read_header | Andreas Cadhalpun | 2015-04-28 | 1 | -5/+13 |
* | | nutdec: check chapter creation in decode_info_header | Andreas Cadhalpun | 2015-04-28 | 1 | -0/+4 |
* | | nutdec: check for negative frame rate in decode_info_header | Andreas Cadhalpun | 2015-04-28 | 1 | -1/+2 |
* | | avformat/nutdec: Use av_malloc_array() | Michael Niedermayer | 2015-03-30 | 1 | -1/+1 |
* | | Merge commit '9deaec782810d098bca11c9332fab2d2f4c5fb78' | Michael Niedermayer | 2015-02-11 | 1 | -1/+1 |
|\| |
|
| * | lavf: move internal fields from public to internal context | wm4 | 2015-02-10 | 1 | -1/+1 |
| * | nutdec: do not set has_b_frames | Anton Khirnov | 2014-11-06 | 1 | -1/+0 |
* | | Merge commit 'af7ca6ea124b82b337a6b96e10963e88eba57ebe' | Michael Niedermayer | 2014-10-22 | 1 | -4/+4 |
|\| |
|
| * | nutdec: check av_new_packet return value | Vittorio Giovara | 2014-10-21 | 1 | -2/+4 |
* | | Merge commit '96bfb677478514db73d1b63b4213c97ad4269e8f' | Michael Niedermayer | 2014-10-20 | 1 | -1/+1 |
|\| |
|
| * | nutdec: Prevent a memory corruption | Luca Barbato | 2014-10-20 | 1 | -2/+3 |
* | | avformat/nutdec: always initialize event_flags | Michael Niedermayer | 2014-08-20 | 1 | -2/+3 |