summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* h264_sei: parse the picture timing SEIs correctlyAnton Khirnov2020-04-10
* h264_sei: use a separate reader for the individual SEI messagesAnton Khirnov2020-04-10
* h264dec: do not abort if decoding extradata failsAnton Khirnov2020-04-10
* lavc: do not implicitly share the frame pool between threadsAnton Khirnov2020-04-10
* pthread_frame: do not copy a range of AVCodecContext fields at onceAnton Khirnov2020-04-10
* pthread_frame: do not embed full AVFrame structs into per-thread contextsAnton Khirnov2020-04-10
* pthread_frame: do not share priv_data between multiple codec contextsAnton Khirnov2020-04-10
* pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov2020-04-10
* lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov2020-04-10
* mpeg4videodec: do not copy a range of fields at onceAnton Khirnov2020-04-10
* avcodec.h: split AVCodecDescriptor API into its own headerAnton Khirnov2020-04-10
* avcodec.h: split codec IDs into their own headerAnton Khirnov2020-04-10
* avcodec.h: split AVPacket API into its own headerAnton Khirnov2020-04-10
* wavpack: fully support stream parameter changesAnton Khirnov2020-04-10
* decode: make sure ff_get_buffer() cleans the frame on failureAnton Khirnov2020-04-10
* pthread_frame: make sure ff_thread_release_buffer always cleans the frameAnton Khirnov2020-04-10
* lavc/libopenh264enc: fix the if-else coding styleLinjie Fu2020-04-10
* avcodec/zerocodec: use init cleanup internal capPaul B Mahol2020-04-10
* avcodec/zerocodec: implement flushingPaul B Mahol2020-04-10
* avcodec: add MV30 decoderPaul B Mahol2020-04-10
* avcodec/jpeg2000dec: Fix mixed declaration and codeAndreas Rheinhardt2020-04-09
* libavcodec/jpeg2000dec.c: Add support for PPT markerGautam Ramakrishnan2020-04-09
* avcodec/v4l2_context: Use av_freep()Andriy Gelman2020-04-08
* avcodec/flacdsp_template: Fix invalid shifts in decorrelateMichael Niedermayer2020-04-07
* avcodec/xvididct: Fix integer overflow in MULT()Michael Niedermayer2020-04-07
* avcodec/ffwavesynth: Correct undefined overflow of PINK_UNITMichael Niedermayer2020-04-07
* avcodec/vp3: propagate error codesPeter Ross2020-04-07
* 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