summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* avcodec/cbs_h264_syntax_template: fix off by 1 error with slice_group_change_...Michael Niedermayer2020-04-05
* lavc/amrwbdec: Use av_samples_set_silence().Carl Eugen Hoyos2020-04-05
* lavc/amrwbdec: Do not ignore NO_DATA frames.Carl Eugen Hoyos2020-04-05
* lavc/aacdec_template: Only warn once about unusual 7.1 encoding.Carl Eugen Hoyos2020-04-04
* lavc/sbc: Remove bool usage.Carl Eugen Hoyos2020-04-04
* lavc/qsvenc: Fix format specifiers for two variables of type int.Carl Eugen Hoyos2020-04-04
* lavc: Use supported_samplerates for Dolby Digital encoders.Carl Eugen Hoyos2020-04-04
* libavcodec/jpeg2000dec.c: Fix indentationGautam Ramakrishnan2020-04-04
* libavcodec/jpeg2000dec.c: Handle non EOC streamsGautam Ramakrishnan2020-04-04
* 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