154 Commits (2d6b3f3a9dce409ca51d70ef4b85c0593bb4b109)

Author SHA1 Message Date
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
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
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
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 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
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
Andrew Stone fa3a5dd4de nutdec: update AVFormatContext.event_flags with STREAM_/METADATA_UPDATED whenever metadata changes. 10 years ago
Luca Barbato 52a1c32c0a nut: Use nut->version in the version range check 11 years ago
Luca Barbato c94e2e85cb nut: Support experimental NUT 4 features 11 years ago
Derek Buitenhuis b1fcdc08ce nut: Fix unchecked allocations 11 years ago
Luca Barbato e0c53c3408 nut: use meaningful error values 12 years ago
Luca Barbato 46c1917350 nut: use a define for the nut version 12 years ago
Diego Biurrun d8c772de53 nutdec: Always return a value from nut_read_timestamp() 12 years ago
Justin Ruggles bfe5454cd2 lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.h 12 years ago
Luca Barbato d4bff9f1ab nut: support textual data 12 years ago
Luca Barbato 92281850a2 nut: support pcm codecs not mapped in avi 12 years ago
Luca Barbato 1bd442c276 nut: prioritize native tags 12 years ago
Luca Barbato 72d30b2792 nut: add do {} while (0) to GET_V 12 years ago
Diego Biurrun 83655442fa nutdec: Remove unused and broken debug function stub 12 years ago
Diego Biurrun 93e81ee81c nutdec: const correctness for get_v_trace/get_s_trace function arguments 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Diego Biurrun 6774247a9d avformat: Drop pointless "format" from container long names 12 years ago
Mans Rullgard 9d72c0527c nutdec: add malloc check and fix const to non-const conversion warnings 13 years ago
Diego Biurrun 679481b3b6 Drop some pointless #ifdefs. 13 years ago
Asen Lekov a559d65c07 nutdec: K&R formatting cosmetics 13 years ago
Martin Storsjö 20234a4bd7 cosmetics: Align muxer/demuxer declarations 13 years ago
Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Reimar Döffinger bb3244dee2 Replace all usage of strcasecmp/strncasecmp 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 1fa395e471 lavf: use avpriv_ prefix for ff_new_chapter(). 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Anton Khirnov d2d67e424f Remove all uses of now deprecated metadata functions. 14 years ago
Mans Rullgard 14086341bf nutdec: remove unused variable 14 years ago
Anton Khirnov 761ad42968 lavf: remove FF_API_MAX_STREAMS cruft 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Anton Khirnov b64030f26d avio: make get_checksum() internal. 14 years ago
Anton Khirnov 4c4427a75d avio: make init_checksum() internal. 14 years ago