summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* lavc: fix profile declarations for vdpau decodersHendrik Leppkes2016-01-01
* Merge commit '955aec3c7c7be39b659197e1ec379a09f2b7c41c'Hendrik Leppkes2016-01-01
|\
| * mpegaudiodecheader: check the header in avpriv_mpegaudio_decode_headerAnton Khirnov2015-12-12
* | Merge commit 'cea1eef25c3310a68dd327eb74aae14ad3c2ddef'Hendrik Leppkes2016-01-01
|\|
| * lavc: get the profile name through the codec descriptor in avcodec_string()Anton Khirnov2015-12-12
* | lavc: add vp9 profiles to AVCodecDescriptorHendrik Leppkes2016-01-01
* | Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-01
|\|
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-12
| * lavc: print the name of the codec, not its implementation, in avcodec_stringAnton Khirnov2015-12-12
* | avcodec/ffv1enc: Support AV_PIX_FMT_YA8Michael Niedermayer2016-01-01
* | avcodec/ffv1dec: Support AV_PIX_FMT_YA8Michael Niedermayer2016-01-01
* | mjpegdec: extend check for incompatible values of s->rgb and s->lsAndreas Cadhalpun2015-12-31
* | lavc/dsd_tablegen: always generate tables at runtimeGanesh Ajjanagadde2015-12-30
* | dirac_dwt: remove unnecessary undefsRostislav Pehlivanov2015-12-31
* | lavc/cook: get rid of wasteful pow in init_pow2tableGanesh Ajjanagadde2015-12-30
* | lavc/dsd_tablegen: speed up table generationGanesh Ajjanagadde2015-12-30
* | avcodec: Use get_ue_golomb_long() when neededMark Harris2015-12-29
* | 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