265 Commits (0a2b768d3ecca32d496da1393406bebcab7680e2)

Author SHA1 Message Date
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Paul B Mahol 6bfc935232 avformat/nutdec: fix pts overflow 6 years ago
Paul B Mahol f2179afb01 avformat/nutdec: fix obvious typo 6 years ago
Carl Eugen Hoyos 20da413502 lavf/nutdec: Fix an impossible condition, regression since e0c53c34. 8 years ago
Diego Biurrun fcbdd605b5 nut: Use correct function pointer casts instead of void* 8 years ago
Diego Biurrun 07eea5a5de nut: Drop pointless TRACE level debug code 8 years ago
Anton Khirnov 83548fe894 lavf: fix usage of AVIOContext.seekable 8 years ago
Paul B Mahol 323b8c95e4 avformat: add AVFormatContext to ff_get_extradata() 9 years ago
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Andreas Cadhalpun 9cdddb93bb nutdec: only copy the header if it exists 9 years ago
Andreas Cadhalpun ce10f572c1 nutdec: reject negative value_len in read_sm_data 9 years ago
Andreas Cadhalpun 9f82506c79 nutdec: only copy the header if it exists 9 years ago
Luca Barbato 0e2395293b nut: Mark non-fatal errors as warnings 9 years ago
Luca Barbato 62f72b40c0 nut: Provide more information on failure 9 years ago
Hendrik Leppkes c2f861ca42 Replace remaining occurances of av_free_packet with av_packet_unref 9 years ago
Ganesh Ajjanagadde 7c8fcbbde3 avutil/tree: add additional const qualifier to the comparator 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer 60ec3007e6 avformat/nutdec: Check ff_gen_search() for failure 10 years ago
Andreas Cadhalpun 6b9fdf7f4f nutdec: check maxpos in read_sm_data before returning success 10 years ago
Andreas Cadhalpun ed4932a694 nutdec: fix various memleaks on failure 10 years ago
Andreas Cadhalpun 0b79a389ba nutdec: always check the get_str return value 10 years ago
Michael Niedermayer ebb0ca3d70 avformat/nutdec: Check X in 2nd branch of index reading 10 years ago
Andreas Cadhalpun bb23a15df5 nutdec: abort if EOF is reached in decode_info_header/read_sm_data 10 years ago
Andreas Cadhalpun fa7dec8cb0 nutdec: stop skipping bytes at EOF 10 years ago
Andreas Cadhalpun 37e679881d nutdec: fix infinite resync loops 10 years ago
Michael Niedermayer b3496b4a33 avformat/nutdec: Fix recovery when immedeately after seeking a failure happens 10 years ago
Michael Niedermayer 6bbb2f8f4d avformat/nutdec: Return error on EOF from get_str() 10 years ago
Michael Niedermayer 88f29406b7 avformat/nutdec: Remove unused variable 10 years ago
Timothy Gu eaeb632198 nutdec: Remove unused label 10 years ago
Michael Niedermayer 56abf35151 avformat/nutdec: Fix use of uinitialized value 10 years ago
Luca Barbato 254f3daba4 nut: Make sure to clean up on read_header failure 10 years ago
Andreas Cadhalpun b34257eefd nut: Check chapter creation in decode_info_header 10 years ago
Andreas Cadhalpun 7c24ca1bda nutdec: fix illegal count check in decode_main_header 10 years ago
Andreas Cadhalpun 361702660d nutdec: fix memleaks on error in nut_read_header 10 years ago
Andreas Cadhalpun 3ff1af2b0d nutdec: check chapter creation in decode_info_header 10 years ago
Andreas Cadhalpun 6621105877 nutdec: check for negative frame rate in decode_info_header 10 years ago
Michael Niedermayer 4a10811617 avformat/nutdec: Use av_malloc_array() 10 years ago
Vittorio Giovara 5a2645cafe nutdec: Prevent leaks on memory error 10 years ago
Hugo Beauzée-Luyssen 3035d21b5a nutdec: Check memory allocations 10 years ago
wm4 9deaec7828 lavf: move internal fields from public to internal context 10 years ago
Anton Khirnov 05e59135b3 nutdec: do not set has_b_frames 10 years ago
Vittorio Giovara af7ca6ea12 nutdec: check av_new_packet return value 10 years ago
Luca Barbato 96bfb67747 nutdec: Prevent a memory corruption 10 years ago
Michael Niedermayer 05dd5368a9 avformat/nutdec: always initialize event_flags 10 years ago
Andrew Stone fa3a5dd4de nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Luca Barbato 52a1c32c0a nut: Use nut->version in the version range check 11 years ago
Michael Niedermayer a981d1b6aa avformat/nutdec: if all else fails try to lookup video tag in isom 11 years ago
Michael Niedermayer 74bd039f8c avformat/nutdec: improve probe speed by 30% 11 years ago
Michael Niedermayer 6b041cb617 avformat/nutdec: Fix handling of older 4.0 files 11 years ago