83560 Commits (21d25da18025856bb30d80173174bb4218a91f82)
 

Author SHA1 Message Date
James Almer 21d25da180 avcodec/huffyuvdsp: use an actual unsigned long constant 8 years ago
Michael Niedermayer 12eebb845a avcodec/wavpacl: Fix runtime error: left shift of negative value -1 8 years ago
Michael Niedermayer 3e1028c625 avcodec/flac: Fix several integer overflows 8 years ago
Michael Niedermayer e8d4eacc07 Factor CHECKED out of DEBUG so it can be set seperatly 8 years ago
Michael Niedermayer 2ac6eedac5 avcodec/pngdec: Store metadata directly into AVFrame 8 years ago
Michael Niedermayer 3206ea4ba3 avformat/utils: Also fill dts==RELATIVE_TS_BASE packets in update_initial_durations() 8 years ago
Michael Niedermayer 3f28caf720 avcodec/mpeg12dec: Provide debug level log on skiped P/B frames 8 years ago
James Darnley 5336887867 avcodec/h264: sse2, avx h luma mbaff deblock/loop filter 8 years ago
James Darnley 7627df15d4 x86util: import MOVHL macro 8 years ago
James Darnley e18bc2114f avcodec/h264: add named parameters to x86 function 8 years ago
James Darnley 9d815b7424 avcodec/x86: deduplicate PASS8ROWS macro 8 years ago
Michael Niedermayer 56803218db tests/fate/hevc: remove vsync drop from where it is not needed anymore 8 years ago
Miroslav Slugeň 2a2f6b2887 avcodec/cuvid: add drop_second_field as input option 8 years ago
Miroslav Slugeň 4cb8872eb7 avcodec/cuvid: don't overwrite deinterlace at progressive input 8 years ago
Michael Niedermayer 6baee21eb7 avformat/m4vdec: Detect raw mpeg4video with unidentified non mpeg headers with a very low score 8 years ago
Steven Liu 965f35b111 avformat/hlsenc: set default http method to PUT when method is null 8 years ago
Rostislav Pehlivanov b71f62a9c8 opusenc: initialize the emphasis coefficients on init 8 years ago
Thierry Foucu 4bc7268f2b lavf/riff: Support decoding files with broken mediasubtype base guid. 8 years ago
Michael Niedermayer 04e611474b avcodec/opus: Check count of ambisonic channels 8 years ago
Felicia fcf3e06fe4 libopus: decode ambisonics with non-diegetic sources 8 years ago
Paul B Mahol 1a71df9bac avcodec/fmvc: fix decoding of odd size videos 8 years ago
Carl Eugen Hoyos 1d54be2153 lavc/avpacket: Initialize a variable in error path. 8 years ago
Andreas Cadhalpun 9ccc6cecd2 wmaprodec: fix leaking fdsp on init failure 8 years ago
Andreas Cadhalpun 783b350b2e mpegaudiodec_template: fix leaking fdsp for mp3on4float 8 years ago
Mark Thompson a1e83a2f90 vaapi_vp8: Use VP8_MAX_QUANT instead of magic number 8 years ago
Mulvya 64b79535d7 doc: correct order of options for channelmap filter 8 years ago
Rostislav Pehlivanov ada281dbe2 Changelog: add entry for the native Opus encoder 8 years ago
Michael Niedermayer 1fa8884aeb avcodec/opusenc: Add () protecting macro arguments 8 years ago
Michael Niedermayer 8365c1a15c avcodec/error_resilience: Fix "assignment from incompatible pointer type" warning 8 years ago
Pavel Koshevoy e3f1b99334 lavc/vda_h264_dec.c Fix NULL pointer dereference 8 years ago
Matthieu Bouron 5ef2f4f394 swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neon 8 years ago
James Almer ad1d0a1a06 configure: add missing mdct15 dependency 8 years ago
James Almer a50b330859 configure: remove unnecessary opus encoder dependency 8 years ago
Rostislav Pehlivanov 3fc86f0d69 opusenc: fix coarse energy quantization with 2 bits left 8 years ago
Rostislav Pehlivanov 1b90e2414d opus_pvq: fix uninitialized variable usage 8 years ago
Mulvya 449ce456a6 doc: correct table end for metadata filter 8 years ago
Paul B Mahol ee4aa388b2 adpcm: fix clipping for yamaha 8 years ago
Michael Niedermayer 6a37abc59a avcodec/h264_sei: Check actual presence of SEI picture timing instead of implying it 8 years ago
Thomas Stephens 5fe2b43702 avformat/dashenc: Only use temporary files when outputting to file protocol 8 years ago
Michael Niedermayer db3507a670 avcodec/hevc_parser: export framerate, remove one dependency on the decoder 8 years ago
Joel Cunningham 8c8e5d5286 HTTP: improve performance by reducing forward seeks 8 years ago
Timo Rothenpieler b6f4f0b14b avcodec/cuvid: add format mismatch debug logs 8 years ago
Timo Rothenpieler ce79410bba avcodec/cuvid: set width and height before calling get_format 8 years ago
Timo Rothenpieler b7d480f431 avcodec/cuvid: update hw_frames_ctx reference after get_format call 8 years ago
Timo Rothenpieler be74ba648c avcodec/nvenc: push cuda context before encoding a frame 8 years ago
Rostislav Pehlivanov 965503d354 MAINTAINERS: add myself as mdct/opus maintainer 8 years ago
Rostislav Pehlivanov 3a7f0055b4 doc/encoders: add documentation for the Opus encoder 8 years ago
Rostislav Pehlivanov 5f47c85e5c opus: add a native Opus encoder 8 years ago
Rostislav Pehlivanov 07b78340dd opus_celt: rename structures to better names and reorganize them 8 years ago
Rostislav Pehlivanov e538108c21 opus_celt: move quantization and band decoding to opus_pvq.c 8 years ago