]> git.sesse.net Git - ffmpeg/history - libavcodec
avcodec/pcm_rechunk_bsf: add bitstream filter to rechunk pcm audio
[ffmpeg] / libavcodec /
2020-04-15 Philip Langdaleavcodec: Add explicit capability flag for encoder flushing
2020-04-15 Carl Eugen Hoyoslavc/jpeg2000dec: Cosmetics, re-indent after last commit.
2020-04-15 Carl Eugen Hoyoslavc/jpeg2000dec: Allow to force a compatible pix_fmt.
2020-04-15 Michael Niedermayeravcodec/cbs_jpeg_syntax_template: Check array index...
2020-04-15 Michael Niedermayeravcodec/cbs_jpeg_syntax_template: Check table index...
2020-04-15 Matthieu Bouronavcodec/mediacodec_wrapper: fix {input,output}_buffers...
2020-04-15 Ming Qianavcodec/v4l2_m2m: handle v4l2 end of stream event
2020-04-13 Linjie Fulavc/vaapi_decode: fix the build failure when hevc_vaap...
2020-04-12 Andreas Rheinhardtavcodec/cbs: Avoid leaving the ... out in calls to...
2020-04-12 Rosen Penevavcodec/mips: fix get_cabac_inline_mips function name
2020-04-11 James Zernavcodec/libaomenc,cosmetics: fix a typo
2020-04-11 Wang Caoavcodec/libaomenc.c: Add a libaom command-line option...
2020-04-11 Michael Niedermayeravcodec/dpcm: clip exponent into supported range in...
2020-04-11 Gautam Ramakrishnanlibavcodec/jpeg2000: fix precinct coordinate calculation
2020-04-11 Gautam Ramakrishnanlibavcodec/jpeg2000dec.c: fix error in cod marker
2020-04-11 Andreas Rheinhardtavcodec/ac3_tab: Zero-terminate ff_ac3_sample_rate_tab
2020-04-11 Zane van Iperenavcodec/adpcm: remove unused shift parameter from adpcm...
2020-04-11 Carl Eugen Hoyoslavc/amrwbdec: Add a comment about the missing muting...
2020-04-11 Carl Eugen Hoyoslavc/amrwbdec: Output silence for frames marked as...
2020-04-11 Carl Eugen Hoyoslavc/amrwbdec: Remove a dead comparison.
2020-04-11 Rosen Penevavcodec/aacdec: fix compilation under soft float MIPS
2020-04-10 John Stebbinslavc/xsubenc: return meaningfull error codes
2020-04-10 John Stebbinslavc/webvttenc: return more meaningful error codes
2020-04-10 John Stebbinslavc/srtenc: return more meaninful error codes
2020-04-10 John Stebbinslavc/movtextenc: return more meaningful error codes
2020-04-10 John Stebbinslavc/assenc: return more meaningful error code
2020-04-10 John Stebbinslavc/dvbsub: return meaningful error codes
2020-04-10 John Stebbinslavc/dvbsub: fix potential encode buffer overflow
2020-04-10 Philip LangdaleChangelog: Add entry for expanded styling support in...
2020-04-10 John Stebbinslavc/movtextenc: handle changes to hilight alpha
2020-04-10 John Stebbinslavc/movtextenc: add option to scale fontsize with...
2020-04-10 John Stebbinslavc/movtextenc: add font name handling
2020-04-10 John Stebbinslavc/movtextenc: simplify initialization of new style...
2020-04-10 John Stebbinslavc/movtextenc: handle cancel overrides callback
2020-04-10 John Stebbinslavc/movtextenc: add font size tag handling
2020-04-10 John Stebbinslavc/movtextenc: add alpha tag handling
2020-04-10 John Stebbinslavc/movtextenc: add color tag handling
2020-04-10 John Stebbinslavc/movtextenc: init style record from ASS dialog...
2020-04-10 John Stebbinslavc/movtextenc: fix unclosed style records
2020-04-10 John Stebbinslavc/movtextenc: simplify style record updates
2020-04-10 John Stebbinslavc/movtextenc: keep values in native byte order till...
2020-04-10 John Stebbinslavc/movtextenc: use correct color component order
2020-04-10 John Stebbinslavc/ass_split: fix parsing utf8 scripts
2020-04-10 John Stebbinslavc/movtextdec: allow setting subtitle frame dimensions
2020-04-10 John Stebbinslavc/movtextdec: restore active style color after hilite
2020-04-10 John Stebbinslavc/movtextdec: add color and alpha style tags
2020-04-10 John Stebbinslavc/movtextdec: add alpha default to ass header colors
2020-04-10 John Stebbinslavc/movtextdec: make sure default font name is set
2020-04-10 John Stebbinslavc/movtextdec: only write fontsize, fontID tags if...
2020-04-10 John Stebbinslavc/movtextdec: handle changes to default style flags
2020-04-10 John Stebbinslavc/movtextdec: fix bold, italic, underline flags
2020-04-10 John Stebbinslavc/movtextdec: simplify style record walk
2020-04-10 John Stebbinslavc/movtextdec: fix ass header colors
2020-04-10 Anton Khirnovlavc: install codec_desc.h
2020-04-10 Anton Khirnovh264dec: do not set picture_structure on init
2020-04-10 Anton Khirnovh264dec: rename flush_dpb()
2020-04-10 Anton Khirnovh264_ps: make the PPS hold a reference to its SPS
2020-04-10 Anton Khirnovh264_sei: parse the picture timing SEIs correctly
2020-04-10 Anton Khirnovh264_sei: use a separate reader for the individual...
2020-04-10 Anton Khirnovh264dec: do not abort if decoding extradata fails
2020-04-10 Anton Khirnovlavc: do not implicitly share the frame pool between...
2020-04-10 Anton Khirnovpthread_frame: do not copy a range of AVCodecContext...
2020-04-10 Anton Khirnovpthread_frame: do not embed full AVFrame structs into...
2020-04-10 Anton Khirnovpthread_frame: do not share priv_data between multiple...
2020-04-10 Anton Khirnovpthread_frame: merge the functionality for normal decod...
2020-04-10 Anton Khirnovlavc: replace AVCodecInternal.allocate_progress with...
2020-04-10 Anton Khirnovmpeg4videodec: do not copy a range of fields at once
2020-04-10 Anton Khirnovavcodec.h: split AVCodecDescriptor API into its own...
2020-04-10 Anton Khirnovavcodec.h: split codec IDs into their own header
2020-04-10 Anton Khirnovavcodec.h: split AVPacket API into its own header
2020-04-10 Anton Khirnovwavpack: fully support stream parameter changes
2020-04-10 Anton Khirnovdecode: make sure ff_get_buffer() cleans the frame...
2020-04-10 Anton Khirnovpthread_frame: make sure ff_thread_release_buffer alway...
2020-04-10 Linjie Fulavc/libopenh264enc: fix the if-else coding style
2020-04-10 Paul B Maholavcodec/zerocodec: use init cleanup internal cap
2020-04-10 Paul B Maholavcodec/zerocodec: implement flushing
2020-04-10 Paul B Maholavcodec: add MV30 decoder
2020-04-09 Andreas Rheinhardtavcodec/jpeg2000dec: Fix mixed declaration and code
2020-04-09 Gautam Ramakrishnanlibavcodec/jpeg2000dec.c: Add support for PPT marker
2020-04-09 Andriy Gelmanavcodec/v4l2_context: Use av_freep()
2020-04-07 Michael Niedermayeravcodec/flacdsp_template: Fix invalid shifts in decorrelate
2020-04-07 Michael Niedermayeravcodec/xvididct: Fix integer overflow in MULT()
2020-04-07 Michael Niedermayeravcodec/ffwavesynth: Correct undefined overflow of...
2020-04-07 Peter Rossavcodec/vp3: propagate error codes
2020-04-05 Michael Niedermayeravcodec/cbs_h264_syntax_template: fix off by 1 error...
2020-04-05 Carl Eugen Hoyoslavc/amrwbdec: Use av_samples_set_silence().
2020-04-04 Carl Eugen Hoyoslavc/amrwbdec: Do not ignore NO_DATA frames.
2020-04-04 Carl Eugen Hoyoslavc/aacdec_template: Only warn once about unusual...
2020-04-04 Carl Eugen Hoyoslavc/sbc: Remove bool usage.
2020-04-04 Carl Eugen Hoyoslavc/qsvenc: Fix format specifiers for two variables...
2020-04-04 Carl Eugen Hoyoslavc: Use supported_samplerates for Dolby Digital encoders.
2020-04-04 Gautam Ramakrishnanlibavcodec/jpeg2000dec.c: Fix indentation
2020-04-04 Gautam Ramakrishnanlibavcodec/jpeg2000dec.c: Handle non EOC streams
2020-04-01 Andriy Gelmanavcodec/v4l2_m2m_dec: Init reserved bytes to zero befor...
2020-03-31 Ming Qianavcodec/v4l2_m2m: fix setting frame period
2020-03-31 Michael Niedermayeravcodec/hcadec: Check scale_factors
2020-03-28 Timo Rothenpielernvdec: attach real hw_frames to post-processed frames
2020-03-28 Andreas Rheinhardtffplay, avcodec, avformat: Don't initialize before...
2020-03-28 Andreas Rheinhardtavcodec/avcodec, avpacket: Return blank packet on av_pa...
2020-03-28 Andreas Rheinhardtavcodec/avpacket: Always treat dst in av_packet_ref...
next