83597 Commits (631f7484918a9e7260377c3cea878be708609e64)
 

Author SHA1 Message Date
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
Rostislav Pehlivanov d2119f624d imdct15: rename to mdct15 and add a forward transform 8 years ago
Rostislav Pehlivanov 373ee2c618 opus_rc: add entropy encoding functions 8 years ago
Michael Niedermayer 8fa18e042a avformat/http: Check for truncated buffers in http_connect() 8 years ago
Lou Logan 1c049d5ffe doc/ffmpeg: document trailing "?" in map option 8 years ago
Mark Thompson c1a5fca06f lavc: Add device context field to AVCodecContext 8 years ago
Paul B Mahol aa234698e9 avfilter/vf_lut: make it possible to clip pixel values that are out of valid range 8 years ago
Paul B Mahol 72864547f9 avfilter/vf_lut: do not always explicitly clip pixels 8 years ago
Lou Logan fb32c561c3 doc/protocols: add option usage description 8 years ago
Alex Converse 1fce67d640 aac_latm: Align inband PCE to the start of the payload 8 years ago
Alex Converse 3bb24fc344 aacsbr: Associate SBR data with AAC elements on init 8 years ago
Alex Converse 20ea8bf939 aac_latm: Copy whole AudioSpecificConfig when it is sized. 8 years ago
Alex Converse 3f1a38c919 aac_latm: Allow unaligned AudioSpecificConfig 8 years ago
Timo Rothenpieler 8a3fea14ae avcodec/nvenc: set frame buffer format for mapped frames 8 years ago