summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc/libzvbi-teletextdec: use the built-in transparent color for transparent ...Marton Balint2016-01-25
* lavc/rawdec: Use 16-byte line alignment for AV_PIX_FMT_MONOWHITEMats Peterson2016-01-25
* avcodec/synth_filter: split off remaining code from dcadec filesJames Almer2016-01-25
* avcodec/dcaenc: do not change user requested bitratePaul B Mahol2016-01-25
* avcodec/dcaenc: return correct number of bytes in output packetPaul B Mahol2016-01-25
* avcodec/utils: run ff_frame_thread_encoder_init() only for encodersMichael Niedermayer2016-01-25
* avcodec/rawdec: Check height and packet sizeMichael Niedermayer2016-01-25
* lavc/rawdec: Use 16-byte line alignment for 1, 2, 4 and 8 bppMats Peterson2016-01-25
* avcodec/rawdec: initialize palette for monoMats Peterson2016-01-25
* avcodec/webp: fix decoder dependenciesJames Almer2016-01-24
* avcodec/flacenc: fix calculation of bits required in case of custom sample ratePaul B Mahol2016-01-24
* Print the whitelists if entities are not found on themMichael Niedermayer2016-01-24
* fate/cabac: replace uninitialized bytes by random bytesMichael Niedermayer2016-01-23
* dxva2_h264: fix reference field marking in long slice structHendrik Leppkes2016-01-23
* avcodec/mpeg4videoenc: Use 64bit for time variablesMichael Niedermayer2016-01-23
* diracdec: fix full range videosRostislav Pehlivanov2016-01-22
* lavc/wmadec: replace pow by faster functionsGanesh Ajjanagadde2016-01-22
* lavc/opus_celt: replace pow(2,x) by exp2f(x)Ganesh Ajjanagadde2016-01-22
* lavc/atrac3plusdsp: change pow(2,x) to exp2f(x)Ganesh Ajjanagadde2016-01-22
* lavc/wma: add av_warn_unused_result to ff_wma_initGanesh Ajjanagadde2016-01-22
* cabac_functions: Allow more functions to be overriddenJohn Cox2016-01-22
* cabac_functions: Count zeros with ctz if it is fastJohn Cox2016-01-22
* cabac: Ensure 2-byte cabac loads are on 2-byte boundryJohn Cox2016-01-22
* avcodec/mjpegdec: Check for end for both bytes in unescapingMichael Niedermayer2016-01-21
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-21
* diracdec: fix original Dirac Low Delay profileRostislav Pehlivanov2016-01-21
* dirac: add more parse codes from the specificationsRostislav Pehlivanov2016-01-21
* avcodec/diracdsp: use av_clip_uintp2James Almer2016-01-21
* dirac_parser: add exceptions for Dirac inter parse codesRostislav Pehlivanov2016-01-21
* dirac_parser: Improve parsing and silence pointless warningsRostislav Pehlivanov2016-01-21
* avcodec/mpegvideo_enc: Check for integer overflow in ff_mpv_reallocate_putbit...Michael Niedermayer2016-01-21
* diracdec: add support for 12 bit videosRostislav Pehlivanov2016-01-21
* AAC encoder: check for NaNs/inf in TNS gainClaudio Freire2016-01-21
* lavf/riff: Support reading vlc's rawvideo fourccs.Carl Eugen Hoyos2016-01-21
* lavf/nut: Add forgotten fourccs for YUV4xxP9.Carl Eugen Hoyos2016-01-21
* avcodec/wmaenc: Check ff_wma_init() for failureMichael Niedermayer2016-01-21
* avcodec/mpeg12enc: Move high resolution thread check to before initializing t...Michael Niedermayer2016-01-21
* lavc,lavfi: use avutil/thread.h instead of redundant conditional includesClément Bœsch2016-01-20
* avcodec/aacenc: Check all coefficients for finitenessMichael Niedermayer2016-01-20
* avcodec/wavpackenc: use put_sbitsJames Almer2016-01-20
* aacenc: remove FAAC-like coderRostislav Pehlivanov2016-01-20
* aacenc: mark LTP mode as experimentalRostislav Pehlivanov2016-01-20
* libkvazaar: Set frame rate as a rational numberArttu Ylä-Outinen2016-01-20
* avcodec/ass_split: Fix null pointer dereference in ff_ass_style_get()Michael Niedermayer2016-01-20
* avcodec/ccaption_dec: Fix mixed declarations and codeMichael Niedermayer2016-01-19
* ape: Show more information for loglevel verbose.Carl Eugen Hoyos2016-01-19
* Merge commit 'd1cd20e4e33f8139e150034b3c457302312d81bd'Hendrik Leppkes2016-01-19
|\
| * qsvenc: split encoding frames and reading from the async FIFOAnton Khirnov2016-01-07
* | Merge commit 'a6259a6ecbad18d58085e4ab23f56151e98d7b53'Hendrik Leppkes2016-01-19
|\|
| * qsvenc: properly handle the warning from MFXVideoCORE_SyncOperationMaxym Dmytrychenko2016-01-07