565 Commits (ce928d7d2b3bd68a222cfbc19a44805ac4cdaf14)

Author SHA1 Message Date
Michael Niedermayer be695ee389 avformat/matroskadec: do not trust the default duration to be the real 1/timebase if its less than 5fps 10 years ago
Vignesh Venkatasubramanian b1071db3df lavf/webm_dash: Fix incorrect bandwidth computation 10 years ago
Vignesh Venkatasubramanian 8acb76567a lavf/webm_dash: fix hardcode in cues_end computation 10 years ago
Clément Bœsch c7d8dbad14 avformat: remove FF_API_ASS_SSA dead code 10 years ago
Michael Niedermayer 37520a91ac avformat: drop redundant MATROSKA_VIDEO_STEREO_MODE_COUNT identifier 10 years ago
Vittorio Giovara d4ae8ac92f matroskadec: parse stereo mode on decoding 10 years ago
Vittorio Giovara f2583bc86e matroska: list supported extensions 10 years ago
Vignesh Venkatasubramanian 080acf7771 lavf/matroskadec: Ensure cues_end is initialized 10 years ago
Reimar Döffinger a0941c8a2b Use new av_dict_set_int helper function. 10 years ago
Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Justin Jacobs 87dc8b3af9 avformat/matroskadec: Check avpriv_new_chapter() for failure 10 years ago
James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 10 years ago
Luca Barbato fa38573cd9 matroska: Register mime types 10 years ago
Michael Niedermayer e240d01c12 avformat/matroskadec: fix declaration after statement 10 years ago
Vignesh Venkatasubramanian 5a20656946 lavf/matroska: Add functions for WebM DASH Manifest 10 years ago
Michael Niedermayer 98569d8963 matroskadec: Fix a double negation typo 11 years ago
Diego Biurrun 73953df71a Replace av_malloc() and memset(0) by av_mallocz() 11 years ago
Michael Niedermayer b3dfebd641 avformat/matroskadec: fix off by 1 error in matroska_read_seek() 11 years ago
Anton Khirnov 23f741f793 matroskadec: parse the channel layout mask for FLAC 11 years ago
Anton Khirnov 4efdadc8ec matroskadec: export just the STREAMINFO block as FLAC extradata 11 years ago
Anton Khirnov 6df478bf89 matroskadec: split parsing tracks into a separate function 11 years ago
Anton Khirnov eb3b5501e8 matroskadec: read the CodecDelay element 11 years ago
Carl Eugen Hoyos ade5851be0 Try mov tags if the fourcc in V_MS/VFW mkv files cannot be found in bmp tags. 11 years ago
Carl Eugen Hoyos 6c18200c2f Only insert the icpf atom in ProRes mkv packets if it isn't already present. 11 years ago
Carl Eugen Hoyos 3d5c859fa6 Set Matroska private data when muxing Prores. 11 years ago
Diego Biurrun d92024f18f lavf: more correct printf format specifiers 11 years ago
Diego Biurrun f69befe5ee matroskadec: cosmetics: Fix "attachement" vs. "attachment" typo 11 years ago
Keiji Costantini 84cfce9f99 matroskadec: K&R formatting cosmetics 11 years ago
Carl Eugen Hoyos 96fc2908f0 Read bits_per_coded_sample from V_MS/VFW/FOURCC mkv files. 11 years ago
Michael Niedermayer 9d13432a90 avformat/matroskadec: identify SMI as SVQ3 11 years ago
Michael Niedermayer 48218580e1 avformat/matroskadec: support QDM2 as generated by mkvtoolnix-6.7.0 11 years ago
Michael Niedermayer 5800b08572 avformat/matroskadec: support SVQ3 as generated by mkvtoolnix-6.6.0 11 years ago
Carl Eugen Hoyos 1132937077 Do not read mkv audio bit_depth if bits_per_coded_sample is already set. 11 years ago
Michael Niedermayer a1ed1c2193 avformat/matroskadec: check generic audio deinterleaver sub_packet_size against frame_size 11 years ago
James Almer 2c759d7018 matroskadec: Export the MuxingApp element value as metadata 11 years ago
James Almer 0d944ee343 matroskadec: Fix bug when parsing realaudio codec parameters 11 years ago
Alex Sukhanov 251c96a70b avformat/matroskadec: Fix start_time 11 years ago
Aurelien Jacobs 8b516f154a matroskadec: use correct compression parameters for current track CodecPrivate 11 years ago
Anton Khirnov 30be1ea33e matroskadec: pad EBML_BIN data. 11 years ago
Jan Gerber 8cc59ec881 lavf/matroskadec ReferenceBlock is a signed integer 11 years ago
Jan Gerber f4b1ca99ff lavf/matroska*: DiscardPadding is a signed integer 11 years ago
Michael Niedermayer cddd15ba5c avformat/matroska: simplify signed int access code 11 years ago
Jan Gerber d03eea36b2 lavf/matroska*: add support for signed integers 11 years ago
Yusuke Nakamura 959bea13ce matroskadec: Support HEVC demuxing 11 years ago
Yusuke Nakamura 16b6839de6 lavf/matroskadec: Support HEVC demuxing. 11 years ago
Vignesh Venkatasubramanian d6f86d74ed matroskadec: Demux support for SeekPreRoll and CodecDelay 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Michael Niedermayer 6853e40106 avformat/matroskadec: only set r_frame_rate if the value is within reasonable limits 11 years ago