33 Commits (99e3d26f2061541c772dcd678cbe8c48afa539c5)

Author SHA1 Message Date
Andreas Rheinhardt 35ec5c819b avformat/demux: Add new demux.h header 3 years ago
Andreas Rheinhardt 40bdd8cc05 avformat: Avoid allocation for AVStreamInternal 3 years ago
Andreas Rheinhardt cc768bf7e4 avformat/mlvdec: Simplify cleanup after read_header failure 3 years ago
Andreas Rheinhardt bc70684e74 avformat: Constify all muxer/demuxers 4 years ago
Anton Khirnov cea7c19cda lavf: move AVStream.*index_entries* to AVStreamInternal 4 years ago
Andreas Rheinhardt d661cfc184 avformat/mlvdec: Only store dimensions after having validated them 4 years ago
Andreas Rheinhardt 0d560873da avformat/mlvdec: Don't leak open AVIOContexts on error 4 years ago
Andreas Rheinhardt 6e0dd41fa3 avformat/mlvdec: Check for existence of AVIOContext before using it 4 years ago
Michael Niedermayer 5bd5c31087 avformat/mlvdec: fail reading a packet with 0 streams 5 years ago
Steven Liu bb190ded67 avformat/mlvdec:drop unnecessary check before ff_format_io_close 5 years ago
Carl Eugen Hoyos 4d8875ec23 lavf: Constify the probe function argument. 6 years ago
Michael Niedermayer 1e71cb2c8e avformat/mlvdec: read_string() received unsigned size, make the argument unsigned 6 years ago
Marton Balint 18ac642359 avformat: migrate to AVFormatContext->url 7 years ago
Clément Bœsch bec96a7286 lavf: use av_fourcc2str() where appropriate 8 years ago
Andreas Cadhalpun 7172175da6 mlvdec: validate bits_per_coded_sample 9 years ago
Andreas Cadhalpun 9fcfe4a3cd mlvdec: check that index_entries exist 9 years ago
Michael Niedermayer 62a1e0035a avformat/mlvdec: Use AVFormatContext->open_cb() 10 years ago
Carl Eugen Hoyos ac923ed470 lavf/mlv: Only add streams that are supposed to contain frames. 10 years ago
Michael Niedermayer d1d8f866b5 avformat/mlvdec: Use avio_closep() to avoid leaving stale pointers in memory 10 years ago
Michael Niedermayer edeaf6f3a4 avformat/mlvdec: Simplify code by using avio_closep() 10 years ago
Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
Michael Niedermayer a9564e859b avformat/mlvdec: Check the return code from strftime() 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Peter Ross b3c0d010c3 avformat/mlvdec: close any additional .Mxx files 11 years ago
Peter Ross 8bd6837e51 avformat/mlvdec: remove unused MlvContext.buffer 11 years ago
Peter Ross 9abf08f79f avformat/mlvdec: print unsigned chunk size 11 years ago
Peter Ross bdab0c2d76 avformat/mlvdec: process ff_get_wav_header return value 11 years ago
Peter Ross ab683efb2b Magic Lantern Video (MLV) demuxer 11 years ago