summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* diracdec: Add 10-bits to pix_fmt tableKieran Kunhya2015-12-161-9/+6
* opus_silk: fix typo causing overflow in silk_stabilize_lsfAndreas Cadhalpun2015-12-161-1/+1
* lavc: move exp2fi to ff_exp2fi in internal.hGanesh Ajjanagadde2015-12-162-16/+21
* lavc/libopenh264: apply minor options text consistency fixesStefano Sabatini2015-12-161-2/+2
* lavc: typo fix uncliped -> unclippedGanesh Ajjanagadde2015-12-151-3/+3
* lavc/utils: use AVPixFmtDescriptor to probe palette formatsMatthieu Bouron2015-12-151-2/+11
* golomb: always check for invalid UE golomb codes in get_ue_golombAndreas Cadhalpun2015-12-141-1/+1
* aacenc: switch to using the RNG from libavutilRostislav Pehlivanov2015-12-144-13/+9
* avcodec/nvenc: clamp initial qp value to [1, 51]Agatha Hu2015-12-141-4/+4
* avcodec/nvenc: set slice number to 1 to improve encoding qualityAgatha Hu2015-12-141-0/+6
* get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNALKieran Kunhya2015-12-131-0/+11
* avcodec/aacsbr_template: Add Check to read_sbr_envelope()Michael Niedermayer2015-12-121-8/+33
* avcodec/aarch64/neon.S: Update neon.s for transpose_4x4Hzjh88902015-12-121-2/+2
* avcodec/aacsbr: Split the env_facs tableMichael Niedermayer2015-12-123-40/+14
* lavc: typo fix cliping -> clipping, saftey -> safetyGanesh Ajjanagadde2015-12-112-4/+4
* lavc/mdct_template: use lrint instead of floor hackGanesh Ajjanagadde2015-12-111-2/+3
* lavc/dcaenc: avoid wasteful cos callsGanesh Ajjanagadde2015-12-111-1/+9
* lavc/nellymoserdec: replace pow by exp2Ganesh Ajjanagadde2015-12-111-1/+1
* sbr_qmf_analysis: sanitize input for 32-bit imdctAndreas Cadhalpun2015-12-111-0/+18
* sbrdsp_fixed: assert that input values are in the valid rangeAndreas Cadhalpun2015-12-111-0/+5
* aacsbr: ensure strictly monotone time bordersAndreas Cadhalpun2015-12-111-2/+2
* diracdec: remove duplicate codeblock decodingRostislav Pehlivanov2015-12-101-13/+0
* diracdec: Fix FPE on invalid low_delay dataKieran Kunhya2015-12-101-0/+5
* diracdec: Replace dirac parse codes with better onesKieran Kunhya2015-12-102-14/+25
* diracdec: Read picture types by using parse_codeKieran Kunhya2015-12-101-15/+42
* diracdec: Store version major/minor flagsKieran Kunhya2015-12-101-8/+7
* diracdec: Support new extended quantiser rangeKieran Kunhya2015-12-101-21/+37
* diracdec: Extract version parametersKieran Kunhya2015-12-103-1/+9
* diracdec: Make slice parameters common between lowdelay and future hq profileKieran Kunhya2015-12-101-17/+19
* diracdec: Rename lowdelay_subband to decode_subband because it is shared with...Kieran Kunhya2015-12-101-10/+8
* diracdec: Template DSP functions adding 10-bit versionsKieran Kunhya2015-12-109-549/+726
* diracdec: Move strides to bytes, and pointer types to uint8_t.Kieran Kunhya2015-12-103-102/+163
* AAC encoder: fix OOB access in search_for_pnsClaudio Freire2015-12-091-1/+1
* avcodec/aacsbr_tablegen: always initialize tables at runtimeGanesh Ajjanagadde2015-12-096-96/+2
* avcodec/jpeg2000: replace naive pow call with smarter exp2fiGanesh Ajjanagadde2015-12-081-1/+16
* aacenc: update max_sfb when num_swb changesAndreas Cadhalpun2015-12-081-0/+1
* avcodec/h264: Set CORRUPT flag on output frames that are not fully recoveredSebastian Dröge2015-12-081-3/+2
* aacenc_ltp: disable LTP with high lambda valuesRostislav Pehlivanov2015-12-081-1/+1
* aacenc_tns: use 4 bits for short windowsRostislav Pehlivanov2015-12-081-1/+1
* Merge commit '7d36474d1908d6267d4e11d4d9909f9604bd0c81'Hendrik Leppkes2015-12-081-1/+1
|\
| * imgconvert: Re-enable the deprecation warningsLuca Barbato2015-12-051-1/+1
* | Merge commit 'f7edcac040f73635fc1127489c9bb29ca8b43532'Hendrik Leppkes2015-12-082-0/+7
|\ \ | |/
| * avpicture: Suppress warning from deprecated codeLuca Barbato2015-12-052-0/+8
* | Merge commit 'b805482b1fba1d82fbe47023a24c9261f18979b6'Hendrik Leppkes2015-12-081-1/+3
|\ \ | |/
| * aac: Provide more information on the failure messageLuca Barbato2015-12-051-1/+3
* | Merge commit 'c5eb279e240af6b7228a624cd7193732f2d5adaa'Hendrik Leppkes2015-12-081-0/+2
|\ \ | |/
| * g723: Add missing headerLuca Barbato2015-12-051-0/+2
* | avcodec/libdcadec: honor -err_detect optionfoo862015-12-081-0/+3
* | avcodec/libdcadec: add some useful optionsfoo862015-12-081-0/+38
* | avcodec/libdcadec: implement logging callbackfoo862015-12-081-2/+29