summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/eacmv: Return more specific error codes and forward error codesMichael Niedermayer2019-01-011-3/+3
* avcodec/eatqi: Return more specific error code from tqi_decode_mb()Michael Niedermayer2019-01-011-1/+1
* avcodec/dcaenc: Return specific error code from subband_bufer_alloc()Michael Niedermayer2019-01-011-3/+3
* avcodec/dct: Propagate error code from ff_rdft_init()Michael Niedermayer2019-01-011-2/+3
* avcodec/binkaudio: Use assert instead of return for use of compile time disab...Michael Niedermayer2019-01-011-1/+1
* avcodec/adpcm: use assert for codec id instead or error returnMichael Niedermayer2019-01-011-1/+1
* avcodec/alac: Avoid unspecific error codes and forward error codesMichael Niedermayer2019-01-011-5/+5
* libavcodec/ac3dec.c: Avoid unspecific -1 error codeMichael Niedermayer2019-01-011-1/+1
* avcodec/ac3enc: Use specific error code in validate_float_option()Michael Niedermayer2019-01-011-1/+1
* avcodec/assenc: Return more specific error codes for ass_encode_frame()Michael Niedermayer2019-01-011-2/+2
* avcodec/asvenc: Replace bitstream space check by assertMichael Niedermayer2019-01-011-4/+1
* avcodec/avpacket: Avoid unspecific return -1 for av_grow_packet()Michael Niedermayer2019-01-011-2/+2
* avcodec/bitstream: Return specific error codes when building vlc tablesMichael Niedermayer2019-01-011-3/+3
* avcodec/aacps: Return more specific error codes.Michael Niedermayer2019-01-011-1/+1
* avcodec/4xm: Fix returned error codesMichael Niedermayer2019-01-011-2/+2
* avcodec/scpr: Avoid per pixel y checks in decode_run_iMichael Niedermayer2018-12-311-17/+22
* avcodec/scpr: Factor some indexes out in decode_run_i()Michael Niedermayer2018-12-311-10/+12
* avcodec/scpr: Use local variables in decode_run_i()Michael Niedermayer2018-12-311-58/+67
* avcodec/rangecoder: Add and test ff_rac_check_termination()Michael Niedermayer2018-12-313-2/+33
* avcodec/rangecoder: Document ff_rac_terminate()Michael Niedermayer2018-12-311-0/+8
* avcodec/tests/rangecoder: Test coder more completelyMichael Niedermayer2018-12-311-17/+26
* avcodec/rangecoder: factorize termination version codeMichael Niedermayer2018-12-316-12/+10
* avcodec: add HYMT decoderPaul B Mahol2018-12-316-59/+129
* avcodec/qsvenc: Fix Unkown typoMichael Niedermayer2018-12-311-1/+1
* avcodec/v4l2_m2m: fix cant typoMichael Niedermayer2018-12-311-2/+2
* avcodec/mjpegbdec: Propagate error codesMichael Niedermayer2018-12-311-8/+8
* avcodec/mjpegbdec: Fix some misplaced {} and spacesMichael Niedermayer2018-12-311-15/+9
* avcodec/prores_ks: Fix luma quantization if q >= MAX_STORED_QAlex Mogurenko2018-12-301-2/+4
* avcodec/wavpack: fix decoding of files with many channelsPaul B Mahol2018-12-281-4/+14
* avcodec/mips: [loongson] optimize theora decoding in vp3dsp.gxw2018-12-276-0/+750
* avcodec/dnxhddec: fix block alignmentRamiro Polla2018-12-261-1/+1
* avcodec/4xm: fix block alignmentRamiro Polla2018-12-261-1/+1
* lavc/libdavs2: enable multithreadhwrenx2018-12-261-1/+1
* avcodec/lagarith: Remove duplicate checkMichael Niedermayer2018-12-251-3/+0
* avcodec/libvpxenc: add VP8/9 sharpness config optionRene Claus2018-12-241-0/+6
* avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msagxw2018-12-241-1/+1
* avcodec/wmavoice: use init_get_bits8()Paul B Mahol2018-12-231-1/+1
* avcodec/g722dec: use init_get_bits8()Paul B Mahol2018-12-231-1/+3
* avcodec/fic: use init_get_bits8()Paul B Mahol2018-12-231-2/+4
* avcodec/fic: Fail on invalid slice size/offMichael Niedermayer2018-12-231-0/+2
* avcodec/ivi: Avoid mbs memleakMichael Niedermayer2018-12-231-0/+8
* avcodec/ilbcdec: fix integer overflow in energyMichael Niedermayer2018-12-231-1/+2
* avcodec/g723_1dec: use init_get_bits8()Paul B Mahol2018-12-231-1/+4
* avcodec: add g732_1 parserPaul B Mahol2018-12-234-2/+62
* cbs_av1: Fix reading of overlong uvlc codesMark Thompson2018-12-221-18/+40
* lavc/opus_rc: Cast a const pointer to uint8_t *.Carl Eugen Hoyos2018-12-221-1/+1
* avcodec/cbs_av1: fix parsing delta_frame_id_minus1James Almer2018-12-202-3/+3
* avcodec/vc1_parser: use init_get_bits8()Paul B Mahol2018-12-201-1/+1
* lavc/libkvazaar: indent the codeJun Zhao2018-12-201-6/+5
* lavc/libkvazaar: Use avctx->frame_rate first for framerate settingJun Zhao2018-12-201-6/+16
OpenPOWER on IntegriCloud