summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/huffyuvdsp: use an actual unsigned long constantJames Almer2017-02-19
* avcodec/wavpacl: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-02-19
* avcodec/flac: Fix several integer overflowsMichael Niedermayer2017-02-19
* Factor CHECKED out of DEBUG so it can be set seperatlyMichael Niedermayer2017-02-19
* avcodec/pngdec: Store metadata directly into AVFrameMichael Niedermayer2017-02-19
* avcodec/mpeg12dec: Provide debug level log on skiped P/B framesMichael Niedermayer2017-02-19
* avcodec/h264: sse2, avx h luma mbaff deblock/loop filterJames Darnley2017-02-18
* avcodec/h264: add named parameters to x86 functionJames Darnley2017-02-18
* avcodec/x86: deduplicate PASS8ROWS macroJames Darnley2017-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
* opusenc: initialize the emphasis coefficients on initRostislav Pehlivanov2017-02-18
* 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
* 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
* opusenc: fix coarse energy quantization with 2 bits leftRostislav Pehlivanov2017-02-15
* opus_pvq: fix uninitialized variable usageRostislav Pehlivanov2017-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
* avcodec/hevc_parser: export framerate, remove one dependency on the decoderMichael Niedermayer2017-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
* 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
* lavc: Add device context field to AVCodecContextMark Thompson2017-02-13
* aac_latm: Align inband PCE to the start of the payloadAlex Converse2017-02-13
* aacsbr: Associate SBR data with AAC elements on initAlex Converse2017-02-13
* aac_latm: Copy whole AudioSpecificConfig when it is sized.Alex Converse2017-02-13
* aac_latm: Allow unaligned AudioSpecificConfigAlex Converse2017-02-13
* avcodec/nvenc: set frame buffer format for mapped framesTimo Rothenpieler2017-02-13
* lavc/libzvbi: remove deprecated API usageJosh de Kock2017-02-12
* avcodec/iff: support for byterun1 ACBM compressionPaul B Mahol2017-02-12
* avcodec: add FM Screen Capture Codec decoderPaul B Mahol2017-02-12
* avcodec/flicvideo: add support for 24bit flic filesPaul B Mahol2017-02-11
* avcodec/flicvideo: fix some indentation issuesPaul B Mahol2017-02-11
* lavc/atrac3: Constify a pointer declaration.Carl Eugen Hoyos2017-02-11
* avcodec: add ATRAC Advanced Lossless decodersPaul B Mahol2017-02-11
* avcodec/qdmc: silence gcc 6.2.0 warningPaul B Mahol2017-02-10