82476 Commits (83a139e3d85a49abcca40385f263e021e5a0a6d8)
 

Author SHA1 Message Date
Andreas Cadhalpun c82b8ef0e4 dvbsubdec: fix division by zero in compute_default_clut 8 years ago
Andreas Cadhalpun 1e33035ee7 proresdec_lgpl: explicitly check coff[3] against slice_data_size 8 years ago
Sasi Inguva 18108f3618 lavc/utils.c: Make sure skip_samples never goes negative. 8 years ago
Sasi Inguva c8dc11bb9e lavf/mov.c: Fallback to finding non-keyframe in fix_index, if keyframe search fails. 8 years ago
Tom Butterworth bd6fa80d56 avcodec/hap: add "compressor" option to Hap encoder to disable secondary compression 8 years ago
Carl Eugen Hoyos 08be65a075 lavc/hevc_ps: Fix an error message. 8 years ago
Carl Eugen Hoyos edb8af6e92 lavc/hevc_ps: Use correct pix_fmt for 12bit 4:0:0. 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
Luca Barbato 19be5fb728 swscale: Add GRAY12 8 years ago
Luca Barbato 638b216d4f pixfmt: Add GRAY12 8 years ago
Michael Niedermayer b828788d58 swscale: Add GBRAP10 output 8 years ago
Luca Barbato 2c7d8cbd66 swscale: Add the GBRAP12 output 8 years ago
Michael Niedermayer 873d06c76e swscale/output: Fix alpha shift in yuv2gbrp_full_X_c() 8 years ago
Michael Niedermayer a340cfef82 swscale/input: Fix alpha bswap for set readAlpPlanar 8 years ago
Michael Niedermayer d736b52a04 swscale: Drop is9_OR_10BPS() use, its name is not correct 8 years ago
Andreas Cadhalpun 226d35c845 escape124: reject codebook size 0 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
Steven Liu ab6ffc2a08 MAINTAINERS: Add myself to flvenc 8 years ago
Andreas Cadhalpun 1bbb18fe82 mpegts: prevent division by zero 8 years ago
Andreas Cadhalpun ff100c9dd9 matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_header 8 years ago
Tom Butterworth 0a24587588 avcodec/hap: pass texture-compression destination as argument, not in context 8 years ago
James Almer 70c6a1bcf0 avformat/matroskadec: fix DiscardPadding element parsing 8 years ago
Rostislav Pehlivanov 317be31eaf opus: move the entropy decoding functions to opus_rc.c 8 years ago
Rostislav Pehlivanov 0660a09dd1 opus: move all tables to a separate file 8 years ago
Vittorio Giovara a765ba647d avformat/mov: Read multiple stsd from DV 8 years ago
Reynaldo H. Verdejo Pinochet 6f0a1710d7 ffserver: use AVStream.codecpar in open_input_stream() 8 years ago
Reynaldo H. Verdejo Pinochet 822e3e2ddb ffserver: user AVStream.codecpar in compute_status() 8 years ago
Reynaldo H. Verdejo Pinochet afcbadf0ed ffserver: use AVStream.codecpar in find_stream_in_feed() 8 years ago
Reynaldo H. Verdejo Pinochet 1323349bef ffserver: get time_base from AVStream in print_stream_params() 8 years ago
Reynaldo H. Verdejo Pinochet 689f648a95 ffserver: use .codecpar instead of .codec in print_stream_params() 8 years ago
Reynaldo H. Verdejo Pinochet 311107a65d ffserver: check for codec match using AVStream.codecpar 8 years ago
Steven Liu acd87dfc05 cmdutils: add show_demuxers and show_muxers 8 years ago
Rostislav Pehlivanov 0cf6853804 aacenc: quit when the audio queue reaches 0 rather than keeping track of empty frames 8 years ago
Michael Niedermayer ef6a786401 ffserver: Fix one AVFormatContext misuse 8 years ago
Andreas Cadhalpun 2c90316b46 hls: fix leaking avio_opts on hls_read_header error 8 years ago
Andreas Cadhalpun a305e0e5c0 hls: move hls_close above hls_read_header 8 years ago
Andreas Cadhalpun 5249706e9d mpegaudio_parser: don't return AVERROR_PATCHWELCOME 8 years ago
Michael Niedermayer 73ce1d864c ffserver: steal SPACE_CHARS, remove one reason for internal.h that way 8 years ago
Michael Niedermayer ecb40dee32 ffserver: eliminate hardcoded literal and duplicated array size 8 years ago
Michael Niedermayer 10019c13e0 ffserver: use av_freep() for a case that is not clearly at the end of a function 8 years ago
Michael Niedermayer f67d22f0fd ffserver: Throw ffm.h out its not used except for a constant that is part of the format 8 years ago
Michael Niedermayer 4c8d69e534 ffserver: drop a bunch of apparently unneeded internal headers 8 years ago
Anssi Hannula e2193b53ea avformat/hls: Add missing error check for avcodec_parameters_copy() 8 years ago
Anssi Hannula 3d2f636497 avformat/hls: Fix probing mpegts audio streams that use probing 8 years ago
Anssi Hannula 9a51cd35b8 avformat/hls: Factor copying stream info to a separate function 8 years ago
Andreas Cadhalpun 34aeb5dbc4 xmv: validate sample_rate 8 years ago
Andreas Cadhalpun 54b8fbbc5d voc_packet: validate sample_rate 8 years ago
Andreas Cadhalpun eb205eda3f oggparsespeex: validate sample_rate 8 years ago