summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec: properly check pkt_timebase for validityHendrik Leppkes2015-12-28
* avcodec/on2avc: Fix stability issues with scale_tab generationMichael Niedermayer2015-12-27
* lavc/snowenc: replace rint by lrintGanesh Ajjanagadde2015-12-26
* lavc/dds: replace rint by lrintGanesh Ajjanagadde2015-12-26
* lavc/texturedsp: replace rint by lrintGanesh Ajjanagadde2015-12-26
* avcodec/on2avc: fix regression on icc since 5495c7fGanesh Ajjanagadde2015-12-26
* lavc/acelp_pitch_delay: replace exp2f(M_LOG2_10 *x) by ff_exp10f(x)Ganesh Ajjanagadde2015-12-25
* lavc/wmaprodec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/wmaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/wmadec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/opus: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/on2avc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/imc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/dcaenc: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/cngdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/aacpsy: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* lavc/libopusdec: replace pow(10,x) by ff_exp10(x)Ganesh Ajjanagadde2015-12-25
* avcodec: add OpenJPEG 2.x compatibilityMichael Bradshaw2015-12-25
* avcodec/ac3dec: Print the value of out of range exponentsMichael Niedermayer2015-12-24
* avcodec/s302menc: comment out allowed channel layoutsPaul B Mahol2015-12-23
* avcodec/libschroedingerenc: add missing AVClass to private contextHendrik Leppkes2015-12-23
* diracdec: add missing check for pixel_range_indexAndreas Cadhalpun2015-12-22
* avcodec/ass: check for av_mallocz() failureMichael Niedermayer2015-12-22
* vaapi: Add VP9 hwaccell supportTimo Rothenpieler2015-12-22
* AAC encoder: fix possible assertion failure in PNSClaudio Freire2015-12-22
* aacenc_is: rename variableRostislav Pehlivanov2015-12-21
* lavc/libvpxenc: replace round by lrintGanesh Ajjanagadde2015-12-21
* lavc: add text encoderClément Bœsch2015-12-21
* avcodec/indeo2: use init_get_bits8Paul B Mahol2015-12-20
* x86/hevc_sao: add ff_hevc_sao_edge_filter_{8,16}_{10,12}James Almer2015-12-20
* x86/hevc_sao: simplify sao_edge_filter 10/12bitJames Almer2015-12-20
* x86/hevc_sao: simplify sao_band_filter 10/12bitJames Almer2015-12-20
* avcodec/flacenc: use designated initializers for AVClassPaul B Mahol2015-12-20
* avcodec/s302menc: check if buf_size can actually be put into 16bit sizePaul B Mahol2015-12-20
* avcodec/s302menc: set supported channel layouts by codecPaul B Mahol2015-12-20
* rawdec: only exempt BIT0 with need_copy from buffer sanity checkAndreas Cadhalpun2015-12-20
* avcodec/mpeg4videodec: also for empty partitioned slicesMichael Niedermayer2015-12-19
* avcodec/Makefile: add missing dep for g723_1 encoderJames Almer2015-12-19
* avcodec/h264_refs: Fix long_idx checkMichael Niedermayer2015-12-19
* avcodec/ffv1enc: Fix 2 pass mode with the default rc tableMichael Niedermayer2015-12-19
* lavc/aacsbr: sbr_dequant optimizationGanesh Ajjanagadde2015-12-19
* xwddec: prevent overflow of lsize * avctx->heightAndreas Cadhalpun2015-12-19
* avcodec/arm64: fix inverted register order in transpose_4x4HJanne Grunau2015-12-19
* avcodec/ffv1enc: unbreak -coder optionMichael Niedermayer2015-12-18
* exr: fix out of bounds read in get_codeAndreas Cadhalpun2015-12-18
* on2avc: limit number of bits to 30 in get_egolombAndreas Cadhalpun2015-12-18
* acenc: remove deprecated avctx->frame_bits useRostislav Pehlivanov2015-12-18
* Merge commit '458e53f51fc75d08df884f8e9eb3d7ded23e97b3'Hendrik Leppkes2015-12-18
|\
| * mpegvideo_enc: actually add the side data with vbv_delay to the packetAnton Khirnov2015-12-12
| * hevcdsp: use a macro for .rodata sectionDave Yeo2015-12-11