20058 Commits (cfec0d64752509f8ac798acca6225df630fa5284)

Author SHA1 Message Date
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
Andreas Cadhalpun dbefbb61b7 sbgdec: prevent NULL pointer access 8 years ago
Andreas Cadhalpun de4ded0636 rmdec: validate block alignment 8 years ago
Michael Niedermayer 4e5049a230 avformat/mpeg: Adjust vid probe threshold to correct mis-detection 8 years ago
Andreas Cadhalpun fdb8c455b6 mxfdec: fix NULL pointer dereference in mxf_read_packet_old 8 years ago
Diego Biurrun 5eef983297 ape: Restructure DEBUG ifdefs to avoid unused function parameter warnings 8 years ago
Steven Liu d316b21dba avformat/flvenc: add no_metadata to flvflags 8 years ago
James Almer 0b8df0ce48 avformat/utils: add missing brackets around arguments in av_realloc() call 8 years ago
Matthew Gregan 156fbbb562 avformat/movenc: Restrict experimental VP9 support to MODE_MP4. 8 years ago
Matthew Gregan 2d73d25670 Add experimental demuxing support for FLAC in ISO BMFF (MP4). 8 years ago
Matthew Gregan 7dc4200c38 Add experimental muxing support for FLAC in ISO BMFF (MP4). 8 years ago
Diego Biurrun 97cd7a3dc0 rtpdec_mpeg4: const correctness for parse_fmtp_config() 8 years ago
James Almer 8c1342e631 avformat/matroskaenc: write updated STREAMINFO metadata for FLAC streams if available 8 years ago
James Almer ee888cfbe7 avformat/matroskaenc: postpone writing the Tracks master 8 years ago
Andreas Cadhalpun 1c7da19a4b ffmdec: validate codec parameters 8 years ago
James Almer 0ffea35657 avformat/utils: check for overflow before reallocating side data 8 years ago
James Almer 2343f23e4d avformat/matroska: use av_stream_add_side_data() for stereo3d side data 8 years ago
James Almer eb3a59c903 avformat/mov: reuse existing err variable 8 years ago
James Almer 77f033eb98 avformat/mov: use av_stream_add_side_data() for displaymatrix side data 8 years ago
James Almer 2ab50647ff avformat/utils: add av_stream_add_side_data() 8 years ago
Steven Liu 4696f7639b avformat/flvdec: add debug message to list keyframes index metadata 8 years ago
James Almer 50e0e96f3f avformat/apngenc: use the stream parameters extradata if available 8 years ago
James Almer 16c429166d Revert "apngdec: use side data to pass extradata to the decoder" 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
Michael Niedermayer 709c87109d avformat/movenc: Check frame rate before use. 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
Carl Eugen Hoyos 9648ce2a18 lavf/Makefile: Fix rule for the data muxer. 8 years ago
Rodger Combs f8e3ebde56
lavf/mux: don't warn about missing timestamps on attached pictures 8 years ago
Andreas Cadhalpun 25012c5644 filmstripdec: correctly check image dimensions 8 years ago
Diego Biurrun 800d91d348 Drop pointless void* casts 8 years ago
Vlad Tarca 2bd83ef26a avformat: Add Pro-MPEG CoP #3-R2 FEC protocol 8 years ago
Marton Balint e20e9b9033 lavf/fifo: fix undefined behaviour in deinit when destroying mutex 8 years ago
James Almer 66453b1fba avformat/mov: zero initialize codec_name in mov_parse_stsd_video() 8 years ago
Diego Biurrun fcbdd605b5 nut: Use correct function pointer casts instead of void* 8 years ago
Robert Nagy c0dc9df2cc increment initial_prog_date_time when removing old segments 8 years ago
Andreas Cadhalpun 89eb398c7f icodec: correctly check avio_read return value 8 years ago
Sasi Inguva c8dc11bb9e lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search fails. 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
Steven Liu 863ebe6f83 avformat/flvenc: add add_keyframe_index option 8 years ago
Michael Niedermayer 2bc66d9e43 nut: add gray12 support 8 years ago
Andreas Cadhalpun d54c95a143 icodec: add ico_read_close to fix leaking ico->images 8 years ago
Andreas Cadhalpun 467eece1be icodec: fix leaking pkt on error 8 years ago