10890 Commits (c70add61d1551bf31734f7ef7d87824ff5389280)

Author SHA1 Message Date
Diego Biurrun 9265364bec build: Separate avisynth and avxsynth support 8 years ago
Diego Biurrun 3794062ab1 Remove Plan 9 support 8 years ago
Diego Biurrun 239d02eff3 avisynth: Cast to the right type when loading avisynth library functions 8 years ago
Diego Biurrun e122b12c88 build: Drop gcrypt support 8 years ago
Martin Storsjö 537b5b773b rtmpdh: Do global initialization before running the test 8 years ago
Alexandra Hájková 2dbe2aa2c2 rdt: Convert to the new bitstream reader 8 years ago
Alexandra Hájková 2cef81a87c ogg: Convert to the new bitstream reader 8 years ago
Alexandra Hájková 8d1997add6 mpegts: Convert to the new bitstream reader 8 years ago
James Almer 12ab667e21 matroska: use av_stream_add_side_data() for stereo3d side data 8 years ago
James Almer 1893495e1d mov: Use av_stream_add_side_data() for displaymatrix side data 8 years ago
James Almer 79ff9935ae utils: Add av_stream_add_side_data() 8 years ago
Diego Biurrun 5eef983297 ape: Restructure DEBUG ifdefs to avoid unused function parameter warnings 8 years ago
Diego Biurrun 97cd7a3dc0 rtpdec_mpeg4: const correctness for parse_fmtp_config() 8 years ago
Luca Barbato 3c7fa8cbb9 hlsenc: Fix the openssl support 8 years ago
Luca Barbato 0a4b9d0ccd hlsenc: Add encryption support 8 years ago
Christian Suloway d860a3cc0a crypto: Add encryption support 8 years ago
Stephen Hutchinson 3cc3463f30 avisynth: Support pix_fmts added to AviSynth+ 8 years ago
Stephen Hutchinson aaae59700f avisynth: Simplify the pix_fmt check for the newer AviSynth API 8 years ago
Marton Balint bcefafa226 avisynth: Fix setting stream timebase 8 years ago
Vittorio Giovara d5d62ce6d6 mov: Fix identity matrix boolean logic 8 years ago
Diego Biurrun 800d91d348 Drop pointless void* casts 8 years ago
Diego Biurrun fcbdd605b5 nut: Use correct function pointer casts instead of void* 8 years ago
James Almer 98cae966c7 matroskaenc: write updated STREAMINFO metadata for FLAC streams if available 8 years ago
James Almer f4bf236338 matroskaenc: fix muxing AAC streams when using aac_adtstoasc bsf 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Vittorio Giovara de6e2ff3dd mov: Read multiple stsd from DV 8 years ago
Vittorio Giovara 47a795727f hevc: Support extradata changes from multiple stsd 8 years ago
Diego Biurrun 67351924fa Drop unreachable break and return statements 8 years ago
Diego Biurrun f4ca8ea92a rtmpproto: Restructure zlib code to avoid unreachable code warning 8 years ago
Vittorio Giovara ecd2ec69ce mov: Evaluate the movie display matrix 8 years ago
Mark Thompson 218ed7250c openssl: Allow newer TLS versions than TLSv1 8 years ago
Luca Barbato c541a44e02 Revert "rtmpproto: Don't include a client version in the unencrypted C1 handshake" 8 years ago
Diego Biurrun 07cac07c0c dash: Use correct ISO C scanf conversion specifier 8 years ago
Diego Biurrun 3ec6f855d0 srt: Adjust signedness of sscanf format strings 8 years ago
Diego Biurrun c454dfcff9 Use ISO C printf conversion specifiers where appropriate 8 years ago
Diego Biurrun 1263b2039e Adjust printf conversion specifiers to match variable signedness 8 years ago
Diego Biurrun ca1e5eea0c Remove some pointless TRACE level debug code 8 years ago
Diego Biurrun 07eea5a5de nut: Drop pointless TRACE level debug code 8 years ago
Diego Biurrun c3dad1bf3b nsv: Drop unnecessary TRACE level debug code 8 years ago
Martin Storsjö f22363c729 openssl: Avoid double semicolons after the GET_BIO_DATA macro 8 years ago
Matt Oliver ee05079766 openssl: Support version 1.1.0. 8 years ago
Martin Storsjö 016387fe0f rtmpdh: Don't use the OpenSSL DH struct 8 years ago
Vittorio Giovara 4b07ebf1eb mov: Update colr values 8 years ago
Anton Khirnov 096a8effa3 lavf: check that the codec is supported by extract_extradata 8 years ago
Anton Khirnov 8e2ea69135 lavf: use the new bitstream filter for extracting extradata 8 years ago
Anton Khirnov c359d624d3 hevcdec: move decoder-independent declarations into a separate header 8 years ago
Anton Khirnov 4abe3b049d hevc: rename hevc.[ch] to hevcdec.[ch] 8 years ago
James Almer 6c31ba2269 avformat/matroska: fix MatroskaVideoFieldOrder enum values 8 years ago
Anton Khirnov 20b75970e4 file protocol: handle the file: protocol string in file_check 8 years ago
Martin Storsjö 7d8d726be7 rtmpproto: Don't include a client version in the unencrypted C1 handshake 8 years ago