summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
* lavc/movtextenc: use correct color component orderJohn Stebbins2020-04-10
* lavc/ass_split: fix parsing utf8 scriptsJohn Stebbins2020-04-10
* lavc/movtextdec: allow setting subtitle frame dimensionsJohn Stebbins2020-04-10
* lavc/movtextdec: restore active style color after hiliteJohn Stebbins2020-04-10
* lavc/movtextdec: add color and alpha style tagsJohn Stebbins2020-04-10
* lavc/movtextdec: add alpha default to ass header colorsJohn Stebbins2020-04-10
* lavc/movtextdec: make sure default font name is setJohn Stebbins2020-04-10
* lavc/movtextdec: only write fontsize, fontID tags if not defaultJohn Stebbins2020-04-10
* lavc/movtextdec: handle changes to default style flagsJohn Stebbins2020-04-10
* lavc/movtextdec: fix bold, italic, underline flagsJohn Stebbins2020-04-10
* lavc/movtextdec: simplify style record walkJohn Stebbins2020-04-10
* lavc/movtextdec: fix ass header colorsJohn Stebbins2020-04-10
* lavc: install codec_desc.hAnton Khirnov2020-04-10
* h264dec: do not set picture_structure on initAnton Khirnov2020-04-10
* h264dec: rename flush_dpb()Anton Khirnov2020-04-10
* h264_ps: make the PPS hold a reference to its SPSAnton Khirnov2020-04-10
* 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