summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/gsmdec_template: avoid undefined negative left shiftsMichael Niedermayer2015-09-03
* AAC: MIPS: Add missing codebooks in quantize funcsClaudio Freire2015-09-03
* avcodec/fraps: use init_get_bits8()Paul B Mahol2015-09-03
* avcodec/vorbisdec: use init_get_bits8()Paul B Mahol2015-09-03
* avcodec/mpeg12dec: Fix integer overflowMichael Niedermayer2015-09-02
* avcodec/mpegvideo: change bit_rate to 64bitMichael Niedermayer2015-09-02
* avcodec/mpegvideo_parser: Fix integer overflowMichael Niedermayer2015-09-02
* avcodec/truemotion1: Fix undefined behavior (left shift of negative value)Michael Niedermayer2015-09-02
* avcodec: loongson optimize mpeg2 dct unquantize intra and denoise dct周晓勇2015-09-02
* avcodec/mips/aaccoder_mips: disable optimizatios which break fate-aac-pns-encodeMichael Niedermayer2015-09-02
* aacenc: reorder coding toolsRostislav Pehlivanov2015-09-02
* avcodec/hevc_parser: fix split function of parserRainer Hochecker2015-09-02
* avcodec/ffv1dec: Print CRCs at picture debug levelMichael Niedermayer2015-09-02
* avcodec/ffv1dec: Check that there is enough space for the CRC in the global h...Michael Niedermayer2015-09-02
* avcodec/h264_slice: replace assert by normal error checkMichael Niedermayer2015-09-02
* avcodec/version: Minor version bump due to 5d12d7de2ce548a3c9f5c175a9d1c5bfbd...Michael Niedermayer2015-09-01
* mpegts: demux BluRay text subtitlesPetri Hintukainen2015-09-01
* aacenc: disable bandtype modifying extensions when coder != twoloopRostislav Pehlivanov2015-09-01
* aacenc: Enable Intensity Stereo by defaultRostislav Pehlivanov2015-09-01
* aacenc: Enable Perceptual Noise Substitution by defaultRostislav Pehlivanov2015-09-01
* aacenc: reorder resetting of cpe->common_windowRostislav Pehlivanov2015-09-01
* aacenc_tns: rework coefficient quantization and filter applicationRostislav Pehlivanov2015-09-01
* aacenc: allocate a larger buffer for the TNS LPC contextRostislav Pehlivanov2015-09-01
* lpc: add ff_lpc_calc_ref_coefs_f() functionRostislav Pehlivanov2015-09-01
* lpc: remove unused ff_lpc_calc_levinson() functionRostislav Pehlivanov2015-09-01
* aacenctab: add tns_min_sfb[] to the encoder tables headerRostislav Pehlivanov2015-09-01
* aacenc: populate tns_max_bandsRostislav Pehlivanov2015-09-01
* avcodec/truemotion1: Check for even widthMichael Niedermayer2015-09-01
* avcodec/mpeg12dec: Set dimensions in mpeg1_decode_sequence() only in absence ...Michael Niedermayer2015-09-01
* avcodec/movtextdec: Free ftab_tempMichael Niedermayer2015-08-31
* avcodec/movtextdec: Make tx3g_ptr unsignedMichael Niedermayer2015-08-31
* avcodec/pngdec: fully support the tRNS chunkDonny Yang2015-08-31
* avcodec/qsv : Added look ahead rate control modeSven Dueking2015-08-30
* avcodec/options: Make dummy_v?_encoder staticMichael Niedermayer2015-08-30
* avcodec/snowenc: Support setting the iterative dia size separatelyMichael Niedermayer2015-08-30
* aacenc_tns: do not limit the filter sizeRostislav Pehlivanov2015-08-29
* lpc: rename ff_lpc_calc_levinsion to ff_lpc_calc_levinsonRostislav Pehlivanov2015-08-29
* aacenc_tns: fix out-of-bounds array accessRostislav Pehlivanov2015-08-29
* aacenc_tns: actually apply TNS filter to the coefficientsRostislav Pehlivanov2015-08-29
* aacenc: initialize LPC context with MAX_LPC_ORDERRostislav Pehlivanov2015-08-29
* aacenc_tns: fix triggering an assertion with assert-level=2Rostislav Pehlivanov2015-08-29
* aacenc: remove TNS from the todo listRostislav Pehlivanov2015-08-29
* aacenc_tns: rework the way coefficients are calculatedRostislav Pehlivanov2015-08-29
* aac: remove now-unused redundant arrayRostislav Pehlivanov2015-08-29
* aacenc_pred: rework the way prediction is doneRostislav Pehlivanov2015-08-29
* aacenc: change FF_PROFILE_UNKNOWN to AAC-Main if prediction is enabledRostislav Pehlivanov2015-08-29
* lpc: create a simplified Levinson-Durbin LPC handling float samplesRostislav Pehlivanov2015-08-29
* aac: move the TNS tables from aacdectab to the shared aactabRostislav Pehlivanov2015-08-29
* avcodec/vc1dec: Re-order init to avoid initting hwaccel too earlyPhilip Langdale2015-08-28
* Put remaining pieces of CODEC_FLAG_EMU_EDGE under FF_API_EMU_EDGE.Ronald S. Bultje2015-08-28