summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* x86util: import MOVHL macroJames Darnley2017-02-18
* avcodec/h264: add named parameters to x86 functionJames Darnley2017-02-18
* avcodec/x86: deduplicate PASS8ROWS macroJames Darnley2017-02-18
* tests/fate/hevc: remove vsync drop from where it is not needed anymoreMichael Niedermayer2017-02-18
* avcodec/cuvid: add drop_second_field as input optionMiroslav Slugeň2017-02-18
* avcodec/cuvid: don't overwrite deinterlace at progressive inputMiroslav Slugeň2017-02-18
* avformat/m4vdec: Detect raw mpeg4video with unidentified non mpeg headers wit...Michael Niedermayer2017-02-18
* avformat/hlsenc: set default http method to PUT when method is nullSteven Liu2017-02-18
* opusenc: initialize the emphasis coefficients on initRostislav Pehlivanov2017-02-18
* lavf/riff: Support decoding files with broken mediasubtype base guid.Thierry Foucu2017-02-17
* avcodec/opus: Check count of ambisonic channelsMichael Niedermayer2017-02-17
* libopus: decode ambisonics with non-diegetic sourcesFelicia2017-02-17
* avcodec/fmvc: fix decoding of odd size videosPaul B Mahol2017-02-17
* lavc/avpacket: Initialize a variable in error path.Carl Eugen Hoyos2017-02-17
* wmaprodec: fix leaking fdsp on init failureAndreas Cadhalpun2017-02-17
* mpegaudiodec_template: fix leaking fdsp for mp3on4floatAndreas Cadhalpun2017-02-17
* vaapi_vp8: Use VP8_MAX_QUANT instead of magic numberMark Thompson2017-02-17
* doc: correct order of options for channelmap filterMulvya2017-02-16
* Changelog: add entry for the native Opus encoderRostislav Pehlivanov2017-02-16
* avcodec/opusenc: Add () protecting macro argumentsMichael Niedermayer2017-02-16
* avcodec/error_resilience: Fix "assignment from incompatible pointer type" war...Michael Niedermayer2017-02-16
* lavc/vda_h264_dec.c Fix NULL pointer dereferencePavel Koshevoy2017-02-16
* swr/aarch64: add missing ret to ff_resample_common_apply_filter_x8_float_neonMatthieu Bouron2017-02-16
* configure: add missing mdct15 dependencyJames Almer2017-02-16
* configure: remove unnecessary opus encoder dependencyJames Almer2017-02-16
* opusenc: fix coarse energy quantization with 2 bits leftRostislav Pehlivanov2017-02-15
* opus_pvq: fix uninitialized variable usageRostislav Pehlivanov2017-02-15
* doc: correct table end for metadata filterMulvya2017-02-15
* adpcm: fix clipping for yamahaPaul B Mahol2017-02-15
* avcodec/h264_sei: Check actual presence of SEI picture timing instead of impl...Michael Niedermayer2017-02-15
* avformat/dashenc: Only use temporary files when outputting to file protocolThomas Stephens2017-02-14
* avcodec/hevc_parser: export framerate, remove one dependency on the decoderMichael Niedermayer2017-02-14
* HTTP: improve performance by reducing forward seeksJoel Cunningham2017-02-14
* avcodec/cuvid: add format mismatch debug logsTimo Rothenpieler2017-02-14
* avcodec/cuvid: set width and height before calling get_formatTimo Rothenpieler2017-02-14
* avcodec/cuvid: update hw_frames_ctx reference after get_format callTimo Rothenpieler2017-02-14
* avcodec/nvenc: push cuda context before encoding a frameTimo Rothenpieler2017-02-14
* MAINTAINERS: add myself as mdct/opus maintainerRostislav Pehlivanov2017-02-14
* doc/encoders: add documentation for the Opus encoderRostislav Pehlivanov2017-02-14
* opus: add a native Opus encoderRostislav Pehlivanov2017-02-14
* opus_celt: rename structures to better names and reorganize themRostislav Pehlivanov2017-02-14
* opus_celt: move quantization and band decoding to opus_pvq.cRostislav Pehlivanov2017-02-14
* imdct15: rename to mdct15 and add a forward transformRostislav Pehlivanov2017-02-14
* opus_rc: add entropy encoding functionsRostislav Pehlivanov2017-02-14
* avformat/http: Check for truncated buffers in http_connect()Michael Niedermayer2017-02-14
* doc/ffmpeg: document trailing "?" in map optionLou Logan2017-02-13
* lavc: Add device context field to AVCodecContextMark Thompson2017-02-13
* avfilter/vf_lut: make it possible to clip pixel values that are out of valid ...Paul B Mahol2017-02-13
* avfilter/vf_lut: do not always explicitly clip pixelsPaul B Mahol2017-02-13
* doc/protocols: add option usage descriptionLou Logan2017-02-13