]> git.sesse.net Git - ffmpeg/history - libavcodec
doc/filters: Documentation to add sess_config option for tensorflow backend
[ffmpeg] / libavcodec /
2021-04-29 Andreas Rheinhardtavcodec/zmbvenc: Simplify setting keyframe flag
2021-04-28 Andreas Rheinhardtavcodec/flacenc: Remove always-true check
2021-04-28 Andreas Rheinhardtavcodec: Remove redundant freeing of extradata of encoders
2021-04-28 Zane van Iperenavcodec/adpcm_ima_apm: cosmetics
2021-04-28 Zane van Iperenavcodec/adpcm_ima_apm: remove old extradata format
2021-04-28 Andreas Rheinhardtavcodec/avcodec: Use avcodec_close() on avcodec_open2...
2021-04-28 Andreas Rheinhardtavcodec/avcodec: Store whether AVCodec->close needs...
2021-04-27 Andreas Rheinhardtavcodec/avcodec: Free frame_thread_encoder on avcodec_o...
2021-04-27 Andreas Rheinhardtavcodec/avcodec: Remove unnecessary forward declaration
2021-04-27 Andreas Rheinhardtavcodec/Makefile: Remove obsolete dependency of eatqi...
2021-04-27 James Almeravcodec/packet_internal: move the next pointer in Packe...
2021-04-27 Anton KhirnovBump major versions of all libraries.
2021-04-27 James Almeravcodec: postpone removal of deprecated libopenh264...
2021-04-27 James Almeravcodec: postpone removal of deprecated codec caps
2021-04-27 James Almeravutil: remove deprecated AVClass.child_class_next
2021-04-27 Andreas Rheinhardtavcodec: Move all AVCodecParser.split functions to...
2021-04-27 Andreas Rheinhardtavcodec: Constify all the AVCodecParsers
2021-04-27 Andreas Rheinhardtavcodec: Constify AVCodecParserContext.parser
2021-04-27 Andreas Rheinhardtavcodec: Constify AVCodecs
2021-04-27 Andreas Rheinhardtavcodec/codec, allcodecs: Constify the AVCodec API
2021-04-27 Andreas Rheinhardtavutil/buffer: Switch AVBuffer API to size_t
2021-04-27 Andreas Rheinhardtavutil/pixdesc: Remove deprecated AV_PIX_FMT_FLAG_PSEUDOPAL
2021-04-27 Andreas Rheinhardtavutil/frame: Remove deprecated AVFrame.pkt_pts field
2021-04-27 Andreas Rheinhardtavutil/frame: Remove deprecated AVFrame.error
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated old encode/decode APIs
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated AVCodecContext.coded_frame
2021-04-27 Andreas Rheinhardtavcodec: Switch AVCPBProperties to 64bits
2021-04-27 Andreas Rheinhardtavcodec/parser: Remove deprecated av_parser_change
2021-04-27 Andreas Rheinhardtavcodec/mpegvideo: Remove deprecated rc_strategy option
2021-04-27 Andreas Rheinhardtavcodec/vaapi: Remove old and deprecated VAAPI context...
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated old aliases for NVENC encoders
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated VBV delay field
2021-04-27 Andreas Rheinhardtavcodec/imgconvert: Remove deprecated parts of pixel...
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated AVPicture API
2021-04-27 Andreas Rheinhardtavcodec/vdpau: Remove deprecated av_vdpau_get_profile
2021-04-27 Andreas Rheinhardtavcodec/options: Remove deprecated avcodec_copy_context
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated avcodec_get_context_defaults3
2021-04-27 Andreas Rheinhardtavcodec/(movtext|srt|ttml|webvtt)enc: Reindent after...
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated ASS with inline timing
2021-04-27 Andreas Rheinhardtavcodec/mpegvideo_enc: Remove deprecated RTP-callback
2021-04-27 Andreas Rheinhardtavcodec/codec2utils: Remove legacy avpriv functions
2021-04-27 Andreas Rheinhardtavcodec/mpeg4audio: Remove avpriv_mpeg4audio_get_config
2021-04-27 Andreas Rheinhardtavcodec/bitstream: Remove avpriv PutBits API functions
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated avcodec_get_chroma_sub_sample
2021-04-27 Andreas Rheinhardtavcodec: Remove remnants of user-visiable HW accelerati...
2021-04-27 Andreas Rheinhardtavcodec: Remove lock manager API
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated av_codec_get_tag_string
2021-04-27 Andreas Rheinhardtavcodec: Remove unneeded getters and setters
2021-04-27 Andreas Rheinhardtavcodec: Remove private options from AVCodecContext
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated API to split/merge side...
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated coder type options
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated stat-bits fields
2021-04-27 Andreas Rheinhardtavcodec: Remove deprecated AVPacket API
2021-04-27 Andreas Rheinhardtavcodec, avformat: Remove AVPacket.convergence_duration
2021-04-27 Andreas Rheinhardtavcodec: Remove sidedata-only-packet cruft
2021-04-27 Andreas Rheinhardtavcodec, avformat: Remove old BSF API
2021-04-27 Andreas Rheinhardtavcodec: Remove AVCodec, AVParser and AVBitStreamFilter...
2021-04-26 Andreas Rheinhardtavcodec/msmpeg4enc: Reindent after the last commit
2021-04-26 Andreas Rheinhardtavcodec/msmpeg4enc: Make msmpeg4 encoders init-threadsafe
2021-04-26 Andreas Rheinhardtavcodec/msmpeg4: Factor out common RLTable initializati...
2021-04-26 Andreas Rheinhardtavcodec/msmpeg4: Reindentation
2021-04-26 Andreas Rheinhardtavcodec/msmpeg4: Make ff_msmpeg4_common_init() thread...
2021-04-26 Andreas Rheinhardtavcodec/mpeg4videoenc: Make encoder init-threadsafe
2021-04-26 Andreas Rheinhardtavcodec/mpeg4video: Make initializing RLTable thread...
2021-04-26 Andreas Rheinhardtavcodec/ituh263enc: Make static initializations thread...
2021-04-26 Andreas Rheinhardtavcodec/encode: Zero padding in ff_get_encode_buffer()
2021-04-26 Andreas Rheinhardtavcodec/svq3: Free array of frames in a loop
2021-04-26 Andreas Rheinhardtavcodec/svq3: Remove unused function parameter
2021-04-26 Andreas Rheinhardtavcodec/ivi: Fix indentation
2021-04-26 Andreas Rheinhardtavcodec/vc2enc: Actually zero padding
2021-04-26 Jan Ekströmavcodec/ttmlenc: add support for region positioning...
2021-04-26 Jan Ekströmavcodec/ttmlenc: add initial support for regions and...
2021-04-26 Jan Ekströmavformat/ttmlenc: enable writing out additional header...
2021-04-26 Jan Ekströmavcodec/ttmlenc: split header writing into its own...
2021-04-26 Aidan Richmondavcodec/adpcmenc: Adds encoder for Westwood ADPCM.
2021-04-26 Aidan Richmondavcodec/adpcm: Fixes output from Westwood ADPCM.
2021-04-25 James Almeravcodec/mjpegdec: postpone calling ff_get_buffer()...
2021-04-25 Zane van Iperenavcodec/adpcm: init from extradata before setting sampl...
2021-04-24 Andreas Rheinhardtavcodec/exr: Return correct error code on allocation...
2021-04-24 Andreas Rheinhardtavcodec/avcodec: Actually honour the documentation...
2021-04-23 James Almeravcodec/av1_metadata: don't store the inserted TD OBU...
2021-04-22 Michael Niedermayeravcodec/faxcompr: Check remaining bits on error in...
2021-04-20 Andreas Rheinhardtavcodec/jpeglsdec: Don't presume the context to contain...
2021-04-20 Michael Niedermayeravcodec/utils: Check ima wav duration for overflow
2021-04-20 Michael Niedermayeravcodec/rv10: Execute whole size check earlier for...
2021-04-19 Andreas RheinhardtInclude attributes.h directly
2021-04-19 Mikhail Nitenkolavc/aarch64: add pred16x16 10-bit functions
2021-04-19 Mikhail Nitenkolavc/aarch64: change h264pred_init structure
2021-04-18 Timo Rothenpieleravcodec/nvenc: fix lossless tuning logic
2021-04-18 Anton Khirnovlavc/libaomdec: fix build with 1.0.0
2021-04-18 Andreas Rheinhardtavcodec/jpeglsdec: Don't allocate+free JPEGLSState...
2021-04-17 Michael Niedermayeravcodec/exr: increase vlc depth
2021-04-17 Michael Niedermayeravcodec/dpx: Check bits_per_color earlier
2021-04-16 James Almeravcodec/libaomdec: export frame pict_type
2021-04-16 James Almeravcodec/libwebpenc_animencoder: set the correct packet pts
2021-04-16 James Almeravcodec/libwebpenc_animencoder: stop propagating bogus...
2021-04-15 Andreas Rheinhardtavcodec/nellymoserenc: Fix segfault when using unsuppor...
2021-04-14 James Almeravcodec/mpeg4videodec: update exported AVOptions in...
2021-04-14 James Almeravcodec/h264dec: update exported AVOptions in the user...
2021-04-14 Hendrik Leppkespthread_frame: introduce a codec callback to update...
next