1250 Commits (9264bb7e79a50678eca6f320e1e1fb85bf00b009)

Author SHA1 Message Date
Reimar Döffinger ecf442a58b lavf: improve support for AVC-Intra files. 11 years ago
Hendrik Leppkes 019247bdc3 avformat/mov: only force parsing for video tracks if stss is empty 11 years ago
Yusuke Nakamura ea29f965dc mov: Support HEVC demuxing 11 years ago
Michael Niedermayer f58cb772d9 avformat/mov: fix "correctly" typo 11 years ago
Yusuke Nakamura 53f903b7c5 lavf/mov: Support HEVC demuxing. 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Martin Storsjö b698542ad8 mov: Don't allocate arrays with av_malloc that will be realloced 11 years ago
Michael Niedermayer e41ea866fc avformat/mov: force parsing of headers if stts is absent 11 years ago
Michael Niedermayer ebb8dd437b mov: fix trun / pseudo_stream_id handling 11 years ago
Martin Storsjö c231987662 mov: Make sure the read sample count is nonnegative 11 years ago
Martin Storsjö d872fb0f7f lavf: Reset the entry count and allocation size variables on av_reallocp failures 11 years ago
Michael Niedermayer a5cbf1991c avformat/mov: reset extradata size when extradata gets deallocated due to realloc failure 11 years ago
Alexandra Khirnova 5626f994f2 avformat: Use av_reallocp() where suitable 11 years ago
Martin Storsjö 7f8d41eb09 mov: Don't use a negative duration for setting other fields 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Luca Barbato 5b41eb91e0 mov: Parse tmcd extradata 11 years ago
Luca Barbato 0b5af5cf12 mov: Refactor multiple stsd skipping in mov_mov_skip_multiple_stsd 11 years ago
Luca Barbato 08504380dd mov: Refactor codec specific final steps in mov_finalize_stsd_codec 11 years ago
Luca Barbato dc518a3ae2 mov: Refactor subtitle specific parsing in mov_parse_stsd_subtitle 11 years ago
Luca Barbato ef196beeb5 mov: Refactor audio specific parsing in mov_parse_stsd_audio 11 years ago
Luca Barbato a3b53ff062 mov: Refactor video specific parsing in mov_parse_stsd_video 11 years ago
Luca Barbato bf98562505 mov: Refactor codec id selection in mov_codec_id 11 years ago
John Stebbins 1f70a5ad28 mov: use tkhd enabled flag to set the default track 11 years ago
Carl Eugen Hoyos 037af63b33 Fix frame width and height for some targa_y216 samples. 11 years ago
Martin Storsjö 31931520df mov: Do not allow updating the time scale after it has been set 12 years ago
Martin Storsjö 5b4eb243bc mov: Seek back if overreading an individual atom 12 years ago
Thierry Foucu 38ce775eea libavformat/mov.c: Skipped duplicated MOOV atom 12 years ago
Carl Eugen Hoyos 9a1ec1f2f2 Force correct extradata for AVID AVCI50 in mov. 12 years ago
Alexandre Sicard 70b922f371 avformat/mov: read stream bitrates from isml manifest 12 years ago
Michael Niedermayer dc2a13aa80 avformat/mov: Fix duration of fragmented mov 12 years ago
Carl Eugen Hoyos 0915b531bc Rename "AVClass class" as "AVClass component_class". 12 years ago
Carl Eugen Hoyos f91833210e Set block_align when reading QDM2 in mov. 12 years ago
Alexandre Sicard b1d61eb7aa avformat/mov: ignore samples overflowing next_root_atom 12 years ago
Alexandre Sicard 8912029031 avformat/mov: compute dts_shift with trun cts 12 years ago
Michael Niedermayer 29e97cd6c3 avformat/mov: Try to detect and support files with invalid sample sizes 12 years ago
Michael Niedermayer 5292dac34c avformat/mov: Rename alt_sample_size so its name matches what it is 12 years ago
Piotr Bandurski 7baef22fca mov: set block_align for MACE 3:1 and MACE 6:1 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Diego Biurrun ac9362c5d9 Move misplaced file author information where it belongs 12 years ago
Piotr Bandurski e26b066cd8 libspeex: support ZygoAudio (quality 10 mode) 12 years ago
Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago
Anton Khirnov 56daf10e03 mov: use the format context for logging. 12 years ago
Michael Niedermayer 2ccaab9709 mov: fix self referencing timecode tracks 12 years ago
Michael Niedermayer 199683c898 mov: remove unused function 12 years ago
Matthieu Bouron 59d40fc7e6 lavf/mov: skip version and flags attributes in mov_read_chan function 12 years ago
Michael Niedermayer 0a84174f2d mov: prevent double free if the caller replaces the io context. 12 years ago
Reimar Döffinger c5142a95a5 Support more AVC-Intra files 12 years ago
Clément Bœsch c14f8a52b0 lavf/mov: fix timecode track reference usage. 12 years ago