577 Commits (d16079abf473b51be7686d20f8014bb48a095722)

Author SHA1 Message Date
  Thomas Volkert 00d7555f34 wavdec: RIFX file format support 10 years ago
  Xiaohan Wang 490a3ebf36 matroskadec: Fix read-after-free in matroska_read_seek() 10 years ago
  Michael Niedermayer 72c984432e avformat/matroskadec: request a sample with recursive seek heads 10 years ago
  wm4 6551acab68 avformat/matroskadec: fix handling of recursive SeekHead elements 10 years ago
  Matthew Oliver 0167fa0060 msvc: Fix compilation errors due to header include order. 10 years ago
  Xiaohan Wang 33301f0017 Fix read-after-free in matroska_read_seek(). 10 years ago
  Michael Niedermayer a52cb42ba6 avformat/matroskadec: use gmtime_r() for thread saftey 10 years ago
  Michael Niedermayer f0390638e0 avformat/matroskadec: Check the return code from strftime() 10 years ago
  Vittorio Giovara e0caa1eb4e matroskadec: check return values 10 years ago
  Vittorio Giovara 3c1199c3c4 matroskadec: fix leak on error 10 years ago
  Michael Niedermayer a39201818f avformat/matroskadec: Fix cluster parsing loop which gathers seek information 10 years ago
  Vignesh Venkatasubramanian 233f3ad869 lavf/webm_dash: Allow filenames without directories 10 years ago
  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 11 years ago
  Vittorio Giovara f2583bc86e matroska: list supported extensions 11 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. 11 years ago
  Michael Niedermayer 81a663f49e Drop remaining unneeded != NULL 11 years ago
  Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
  Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
  Justin Jacobs 87dc8b3af9 avformat/matroskadec: Check avpriv_new_chapter() for failure 11 years ago
  James Almer d34ec64a22 replace calls to url_feof() with avio_feof() 11 years ago
  Luca Barbato fa38573cd9 matroska: Register mime types 11 years ago
  Michael Niedermayer e240d01c12 avformat/matroskadec: fix declaration after statement 11 years ago
  Vignesh Venkatasubramanian 5a20656946 lavf/matroska: Add functions for WebM DASH Manifest 11 years ago
  Michael Niedermayer 98569d8963 matroskadec: Fix a double negation typo 12 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