summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/v4l2_m2m_dec: Init reserved bytes to zero before ioctl callAndriy Gelman2020-03-31
* avcodec/v4l2_m2m: fix setting frame periodMing Qian2020-03-31
* avcodec/hcadec: Check scale_factorsMichael Niedermayer2020-03-31
* nvdec: attach real hw_frames to post-processed framesTimo Rothenpieler2020-03-28
* ffplay, avcodec, avformat: Don't initialize before av_packet_ref()Andreas Rheinhardt2020-03-28
* avcodec/avcodec, avpacket: Return blank packet on av_packet_ref() failureAndreas Rheinhardt2020-03-28
* avcodec/avpacket: Always treat dst in av_packet_ref as uninitializedAndreas Rheinhardt2020-03-28
* avcodec/jpeg2000dec: error check when processing tlm markerGautam Ramakrishnan2020-03-27
* h264_ps: pass AVCodecContext as void* where possibleAnton Khirnov2020-03-27
* lavc/x86/hevc_add_res: Fix coeff overflow in ADD_RES_SSE_16_32_8Linjie Fu2020-03-27
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_SSE_8_8Linjie Fu2020-03-27
* lavc/x86/hevc_add_res: Fix overflow in ADD_RES_MMX_4_8Linjie Fu2020-03-27
* lavc/pthread_frame: Update user context in ff_frame_thread_freeLinjie Fu2020-03-27
* libavcodec/jpeg2000.h: fix comments for JPEG2000 markersGautam Ramakrishnan2020-03-27
* avcodec/vp9: use a buffer pool to allocate VP9Frame extradataJames Almer2020-03-26
* avcodec/dvbsubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang2020-03-25
* avcodec/libzvbi-teletextdec: replace data_size with got_sub_ptr for better re...Limin Wang2020-03-25
* avcodec/pgssubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang2020-03-25
* avcodec/xsubdec: replace data_size with got_sub_ptr for better readabilityLimin Wang2020-03-25
* avcodec/hevc: Cosmetics: Realign after last commitAndreas Rheinhardt2020-03-24
* avcodec/hevc, h2645_parse: Fix HEVC NAL unit names and constantsAndreas Rheinhardt2020-03-24
* avcodec/dfa: Use array of fixed-sized strings for fixed-sized stringsAndreas Rheinhardt2020-03-24
* avcodec/wmadec: cosmeticsRamiro Polla2020-03-22
* avcodec/get_bits: cosmeticsRamiro Polla2020-03-22
* avcodec/decode: increase nb_bsfs after av_bsf_alloc in case alloc failedLimin Wang2020-03-22
* avcodec/bsf: Beautify log messages from bitstream filtersAndreas Rheinhardt2020-03-21
* avcodec/bsf: Don't set defaults for AVClass without optionsAndreas Rheinhardt2020-03-21
* h264dec: do not export the chroma sample location immediately on parsing the SPSAnton Khirnov2020-03-20
* sbcdec: do not unnecessarily set frame propertiesAnton Khirnov2020-03-20
* avcodec/mpeg12dec: Add CPB coded side dataNicolas Gaullier2020-03-20
* avcodec/utils: Fix ff_add_cpb_side_data() add twiceNicolas Gaullier2020-03-20
* avcodec/mpeg12dec: Do not alter avctx->rc_buffer_sizeNicolas Gaullier2020-03-20
* avcodec/siren: Fix integer overflow in get_dw()Michael Niedermayer2020-03-19
* avcodec/ffwavesynth: Fix integer overflow in computation of ddphiMichael Niedermayer2020-03-18
* avcodec/avcodec: Fix typosAndriy Gelman2020-03-18
* remove CHAR_MIN/CHAR_MAX usagePaul B Mahol2020-03-17
* avcodec: add CRI HCA decoderPaul B Mahol2020-03-17
* avcodec/allcodecs: move sdx2 to correct placePaul B Mahol2020-03-17
* avcodec: add derf dpcm decoderPaul B Mahol2020-03-17
* avcodec: add ADPCM IMA MTF decoderPaul B Mahol2020-03-17
* h264dec: do not return a value from init_dimensions()Anton Khirnov2020-03-16
* vp3: eliminate copy_fieldsAnton Khirnov2020-03-16
* mpegvideo: drop an unnecessary function parameterAnton Khirnov2020-03-16
* mpegvideodata: drop useless commentsAnton Khirnov2020-03-16
* libavcodec, libpostproc: Remove outcommented START/STOP_TIMERAndreas Rheinhardt2020-03-14
* diracdec: rewrite golomb readerLynne2020-03-12
* avcodec/cbs_jpeg: Check length for SOSMichael Niedermayer2020-03-12
* avcodec/adpcm: Fix invalid shift in AV_CODEC_ID_ADPCM_PSXMichael Niedermayer2020-03-11
* avcodec/mpeg12dec: Fix invalid shift in mpeg2_fast_decode_block_intra()Michael Niedermayer2020-03-11
* avcodec/wavpack: check for allocation failurePaul B Mahol2020-03-11