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