aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libsvt_av1: remove forced-idr optionLynne2020-07-291-6/+1
* avcodec: Add an SVT-AV1 encoder wrapperDaryl Seah2020-07-294-2/+586
* avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possibleAndreas Rheinhardt2020-07-294-16/+16
* avcodec/golomb: Document return value of get_ue_golomb_31 on errorAndreas Rheinhardt2020-07-291-1/+2
* avcodec/golomb: Prevent shift by negative numberAndreas Rheinhardt2020-07-291-1/+4
* libavcodec/jpeg2000dec: Support for PPM markerGautam Ramakrishnan2020-07-281-10/+96
* avcodec/jpeg2000dec: Move reslevelno check before use in case JPEG2000_PGOD_RPCLMichael Niedermayer2020-07-281-3/+3
* lavc/libxavs2.c: mark key-frame packetshwren2020-07-281-0/+6
* avcodec/nvenc: fix B-Ref-Mode support check for recent HEVCTimo Rothenpieler2020-07-281-1/+1
* avcodec/golomb: Don't emit error message in get_ue_golombAndreas Rheinhardt2020-07-281-3/+1
* Revert "lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structure"Mark Thompson2020-07-271-3/+0
* libavcodec/libaomenc.c: Add command-line options for inter-coding toolsWang Cao2020-07-242-1/+61
* libavcodec/libaomenc.c: Add command-line options for tx tools.Wang Cao2020-07-242-1/+31
* libavcodec/jpeg2000dec: Fix codeblock decode checkGautam Ramakrishnan2020-07-241-2/+6
* avcodec/alac: Check decorr_shift to avoid invalid shiftMichael Niedermayer2020-07-241-0/+3
* lavc/vaapi_encode: Add render target support for 422 10-bitLinjie Fu2020-07-241-0/+3
* vaapi_encode_h265: Enable 4:2:2 supportMark Thompson2020-07-241-0/+4
* libavcodec: MIPS: MMI: Move sp out of the clobber listJiaxun Yang2020-07-231-19/+19
* libavcodec: MIPS: MMI: Fix type mismatchesJiaxun Yang2020-07-234-22/+22
* libavcodec: Enable runtime detection for MIPS MMI & MSAJiaxun Yang2020-07-2325-1707/+1543
* ffbuild: Refine MIPS handlingJiaxun Yang2020-07-231-1/+2
* libavcodec/jpeg2000dec: Add check when done with main header markersGautam Ramakrishnan2020-07-231-0/+4
* avcodec/libdav1d: use av_image_get_buffer_size() to calculate frame sizeJames Almer2020-07-221-4/+4
* libavcodec/decode: avoid UB when getting plane sizesBrian Kim2020-07-221-12/+11
* avcodec/libvpxenc: use pix_fmt descriptors where usefulJames Zern2020-07-211-10/+3
* avcodec/adpcmenc: cleanup trellis checksZane van Iperen2020-07-211-17/+18
* avcodec: add adpcm_ima_apm encoderZane van Iperen2020-07-215-3/+36
* avcodec/tdsc: Fix tile checksMichael Niedermayer2020-07-201-11/+10
* avcodec/put_bits: Fix LZW warningSteinar H. Gunderson2020-07-204-18/+24
* lavc/vaapi_encode_h265: add h265 tile encoding supportLinjie Fu2020-07-201-1/+37
* lavc/vaapi_encode: add tile slice encoding supportLinjie Fu2020-07-202-8/+136
* lavc/vaapi_encode: wrap slice codes into row slice functionsLinjie Fu2020-07-201-81/+109
* lavc/sgienc: Fix default 16bit encoding.Carl Eugen Hoyos2020-07-191-1/+9
* avcodec/mips: fix type mismatch in h264dsp_msa.cShiyou Yin2020-07-192-56/+62
* avcodec/put_bits: Make bit buffers 64-bitSteinar H. Gunderson2020-07-192-7/+25
* avcodec/put_bits: Parametrize bit buffer typeSteinar H. Gunderson2020-07-192-44/+53
* libavcodec/jpeg2000dec: Support for Parameterless MarkersGautam Ramakrishnan2020-07-191-1/+2
* lavc/vaapi_encode: add EQUAL_MULTI_ROWS support for slice structureLinjie Fu2020-07-191-0/+3
* avcodec/libaomenc: use pix_fmt descriptors where usefulJames Almer2020-07-171-11/+4
* libaomenc: enable 8, 10 and 12 bit RGB encodingLynne2020-07-171-5/+21
* avcodec/libx264: call x264_param_cleanup() if availableJames Almer2020-07-171-0/+4
* avcodec/libx264: check for param allocation failure error codeJames Almer2020-07-171-1/+12
* avcodec/libx264: use a function to parse x264optsJames Almer2020-07-171-16/+28
* Revert "avcodec/cbs_av1: keep separate reference frame state for reading and ...James Almer2020-07-162-7/+1
* avcodec/av1_frame_merge_bsf: Use separate contexts for reading/writingJames Almer2020-07-161-5/+12
* avcodec/av1_metadata_bsf: Use separate contexts for reading/writingJames Almer2020-07-161-9/+14
* libavcodec/jpeg2000 Fix RPCL Progression order checkGautam Ramakrishnan2020-07-161-6/+12
* avcodec/v4l2_m2m_dec: remove redundant packet and fix double freeAndriy Gelman2020-07-161-22/+15
* libavcodec/jpeg2000 Fix PCRL Progression Order checkGautam Ramakrishnan2020-07-161-8/+15
* API: add AV_PKT_DATA_S12M_TIMECODE to AVPacketSideDataTypeLimin Wang2020-07-154-1/+11