]> git.sesse.net Git - ffmpeg/history - libavcodec
avformat/flacdec: use av_packet_alloc() to allocate packets
[ffmpeg] / libavcodec /
2021-03-17 James Almeravcodec/tests/avpacket: use av_packet_alloc() to alloca...
2021-03-17 James Almeravcodec/webp: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/tiff: use av_packet_alloc() to allocate AVPackets
2021-03-17 James Almeravcodec/tdsc: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/pthread_frame: use av_packet_alloc() to allocat...
2021-03-17 James Almeravcodec/mpegvideo_enc: use av_packet_alloc() to allocat...
2021-03-17 James Almeravcodec/libxvid: use av_packet_alloc() to allocate...
2021-03-17 James Almeravcodec/encode: silence a deprecation warning about...
2021-03-17 James Almeravcodec/cri: use av_packet_alloc() to allocate packets
2021-03-17 James Almeravcodec/packet_internal: make avpriv_packet_list_*...
2021-03-17 James Almeravcodec/packet: deprecate av_init_packet()
2021-03-17 James Almeravcodec/vaapi_encode: use AVCodecContext.get_encode_buf...
2021-03-17 James Almeravcodec/nvenc: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/mfenc: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/librav1e: use AVCodecContext.get_encode_buffer()
2021-03-17 James Almeravcodec/amfenc: use AVCodecContext.get_encode_buffer()
2021-03-17 Gyan Doshiavcodec/libdavs2: unbreak compilation failure
2021-03-16 Anton Khirnovlavc: drop unused argument from lock_avcodec()
2021-03-16 Anton Khirnovlavc: drop ff_ prefix from ff_(un)lock_avcodec
2021-03-16 Anton Khirnovlavc: move decoder bsf init into decoder-specific code
2021-03-16 Anton Khirnovlavc: factor decoder validation/setup from avcodec_open2()
2021-03-16 Anton Khirnovlavc/encode: reindent after previous commit
2021-03-16 Anton Khirnovlavc: factor out encoder init/validation from avcodec_o...
2021-03-16 Anton Khirnovlavc: rename AV_CODEC_CAP_AUTO_THREADS->AV_CODEC_CAP_OT...
2021-03-16 Anton Khirnovlavc: replace internal use of AV_CODEC_CAP_AUTO_THREADS...
2021-03-15 Michael Niedermayeravcodec/utils: Use more bits for intermediate for AV_CO...
2021-03-15 Andreas Rheinhardtavcodec/decode: Remove outdated comment
2021-03-15 Andreas Rheinhardtavcodec/h264_cavlc: Reindent after the previous commit
2021-03-15 Andreas Rheinhardtavcodec/h264_cavlc: Remove redundant check
2021-03-14 Michael Niedermayeravcodec/jpegls: Check A[Q] for overflow in ff_jpegls_up...
2021-03-14 Michael Niedermayeravcodec/cfhd: Fix negative shift in cfhd_decode()
2021-03-14 James Almeravcodec: add a mention about get_encode_buffer in the...
2021-03-13 Michael Niedermayeravcodec/flacdec: Avoid undefined shift in error case
2021-03-13 Michael Niedermayeravcodec/h264_metadata_bsf: Check nb_units before access...
2021-03-13 Michael Niedermayeravcodec/ffv1dec: Check if trailer is available
2021-03-13 Michael Niedermayeravcodec/exr: Check col/line for integer overflow
2021-03-12 James Almeravcodec: add a get_encode_buffer() callback to AVCodecC...
2021-03-12 Mark Thompsoncbs_sei: Detect payload overflows when reading SEI...
2021-03-12 Mark Thompsoncbs_h265: Detect more reference combinations which...
2021-03-12 Andreas Rheinhardtavcodec/cbs_h26[45]: Remove redundant enum constants
2021-03-12 Andreas Rheinhardtavcodec/cbs_sei: Fix leak of AVBufferRef on error
2021-03-12 Andreas Rheinhardtavcodec/cbs_sei: Don't use -1th element of array
2021-03-12 Andreas Rheinhardtavcodec/cbs: Remove redundant checks for CodedBitstream...
2021-03-12 Martin Storsjöavcodec/nvenc: base timestamps on frameIntervalP
2021-03-12 Andreas Rheinhardtavcodec/decode: Reindentation
2021-03-12 Andreas Rheinhardtavcodec/decode: Remove always-true check
2021-03-11 Derek Buitenhuisavcodec/gifenc: Actually use the shrunk palette
2021-03-11 James Almeravcodec/h264_slice: don't copy frame data during error...
2021-03-11 Michael Niedermayeravcodec/4xm: Check pre_gb in decode_i_block()
2021-03-11 Andreas Rheinhardtavcodec/libilbc: Support newer libiLBC versions
2021-03-10 James Almeravcodec: use the buffer_size_t typedef where required
2021-03-10 James Almeravcodec/packet: change side data related public functio...
2021-03-10 sfan5avcodec/mediacodec_wrapper: use MediaCodecInfo.isSoftwa...
2021-03-10 sfan5avcodec/mediacodec_wrapper: check if codec is software...
2021-03-09 Ovchinnikov Dmitriilibavcodec/amfenc_hevc: Recommend values for min and...
2021-03-09 Andreas Rheinhardtavcodec/decode: Reindent after previous commits
2021-03-09 Andreas Rheinhardtavcodec/decode: Don't needlessly copy side-data for...
2021-03-09 Andreas Rheinhardtavcodec/decode: Avoid stack packets when decoding subtitles
2021-03-09 Andreas Rheinhardtavcodec/qsvdec: Make functions used only here static...
2021-03-09 Andreas Rheinhardtavcodec: Constify some AVPackets
2021-03-08 Michael Niedermayeravcodec/dcadsp: Fix integer overflow in dmix_add_c()
2021-03-08 Michael Niedermayeravcodec/aacdec_template: Avoid undefined negation in...
2021-03-08 Paul B Maholavcodec/mpeg4videodec: add forgotten flags to mpeg4_options
2021-03-08 Florian Nouwtmobiclip: fix copyright headers
2021-03-08 Andreas Rheinhardtavcodec/ylc: Reindent after previous commit
2021-03-08 Andreas Rheinhardtavcodec/ylc: Avoid code duplication when creating and...
2021-03-08 Andreas Rheinhardtavcodec/ylc: Use only one temporary buffer
2021-03-08 Andreas Rheinhardtavcodec/ylc: Remove write-only variable
2021-03-08 Andreas Rheinhardtavcodec/h261dec: Remove parse_context cruft
2021-03-08 Anton Khirnovlavc: clarify thread_safe_callbacks doxy
2021-03-08 Anton Khirnovlscrdec: add copyright header
2021-03-08 Anton Khirnovlavc: remove tests/options
2021-03-08 Anton Khirnovmjpegdec: handle lowres with AVID cropping
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Allocate buffers together
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Avoid allocation of JLSState
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Only use one line at a time as spare...
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Move check out of loop
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Don't modify frame we don't own
2021-03-08 Andreas Rheinhardtavcodec/jpeglsenc: Don't use put bits API for byte...
2021-03-08 Andreas Rheinhardtavcodec/codec: Update init_static_data doxygen
2021-03-08 Andreas Rheinhardtavcodec/avcodec: Don't suggest calling deprecated avcod...
2021-03-07 James Almeravcodec/codec: add doxy to AVCodec.decode()
2021-03-07 James Almeravcodec/codec: use the correct name for all AVCodec...
2021-03-07 James Almeravcodec/codec: remove outdated comment about AVCodec...
2021-03-06 Andreas Rheinhardtavcodec/libxvid: Remove unnecessary header
2021-03-06 Andreas Rheinhardtavcodec/parser: Schedule av_parser_change for removal
2021-03-05 Jan Ekströmavcodec: add TTML encoder
2021-03-05 Jan Ekströmavcodec: enable usage of err_recognition for encoders
2021-03-05 Andreas Rheinhardtavcodec/decode: Check size before opening iconv
2021-03-05 Andreas Rheinhardtavcodec/decode: Return early upon failure
2021-03-04 Paul B Maholavcodec/speedhq: fix decoding non 444 subsampling when...
2021-03-03 James Almeravcodec/decode: constify the source packet parameter...
2021-03-03 James Almeravcodec/utils: free last_pkt_props on avcodec_open2...
2021-03-03 James Almeravcodec/decode: port last_pkt_props to AVFifoBuffer
2021-03-03 Paul B Maholavcodec/float2half: fix minor style issue
2021-03-03 Paul B Maholavcodec/half2float: fix integer overflows in convertman...
2021-03-03 Michael Niedermayeravcodec/mobiclip: Avoid undefined integer overflow...
2021-03-03 Michael Niedermayeravcodec/alsdec: Check bitstream input in read_block()
2021-03-02 Paul B Maholavcodec/exr: add lut oriented half to float conversion...
2021-03-02 Paul B Maholavcodec/exrenc: move float2half code to own header
next