]> git.sesse.net Git - ffmpeg/history - libavcodec
avcodec/[e]ac3enc: Fix indentation
[ffmpeg] / libavcodec /
2021-04-02 Andreas Rheinhardtavcodec/[e]ac3enc: Fix indentation
2021-04-02 Andreas Rheinhardtavcodec/ac3enc: Avoid needlessly copying encoded packet...
2021-04-02 Andreas Rheinhardtavcodec/ac3enc: Use actual size of buffer in init_put_b...
2021-04-01 Zane van Iperenavcodec/adpcmenc: don't share a single AVClass between...
2021-04-01 Andreas Rheinhardtavcodec/flashsv2enc: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/motion_est: Fix invalid left shift of negative...
2021-04-01 Andreas Rheinhardtavcodec/g2meet: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/vmdvideo: Fix NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/mss12: Don't apply non-zero offset to null...
2021-04-01 Andreas Rheinhardtavcodec/lcldec: Fix undefined NULL + 0
2021-04-01 Andreas Rheinhardtavcodec/qtrleenc: Fix negative linesizes, don't use...
2021-04-01 Andreas Rheinhardtavcodec/qtrleenc: Use keyframe when no previous frame...
2021-04-01 Andreas Rheinhardtavcodec/proresdec2: Don't apply non-zero offset to...
2021-04-01 Andreas Rheinhardtavcodec/mpegvideo_enc: Don't apply non-zero offset...
2021-04-01 Andreas Rheinhardtavcodec/dcaenc: Fix undefined left shift of negative...
2021-04-01 Michael Niedermayeravcodec/pnm_parser: Check image size addition for overflow
2021-04-01 Michael Niedermayeravcodec/lscrdec: Check length in decode_idat()
2021-04-01 Michael Niedermayeravcodec/h265_metadata_bsf: Check nb_units before access...
2021-04-01 Michael Niedermayeravcodec/exr: Check oe in huf_decode() before use
2021-03-31 Michael Niedermayeravcodec/h264_slice: Check input SPS in ff_h264_update_t...
2021-03-31 Michael Niedermayeravcodec/mpegpicture: Keep ff_mpeg_framesize_alloc(...
2021-03-31 Michael Niedermayeravcodec/mpegvideo: Update chroma_?_shift in ff_mpv_comm...
2021-03-31 Andreas Rheinhardtavcodec/mjpegenc: Fix segfault when freeing incomplete...
2021-03-31 Andreas Rheinhardtavcodec/tiff: Avoid forward declarations
2021-03-30 Mark Plomeravcodec/dv_profile: PAL DV files with dsf flag 0 -...
2021-03-30 Andreas Rheinhardtavcodec/put_bits: Don't set size_in_bits, fix overflow
2021-03-30 Andreas RheinhardtAvoid intermediate bitcount for number of bytes in...
2021-03-30 Andreas Rheinhardtavcodec/dvenc: Avoid using PutBitContext fields directly
2021-03-30 Andreas Rheinhardtavcodec/proresenc_kostya: Factor flushing PutBitContext out
2021-03-30 Andreas Rheinhardtavcodec/utvideoenc: Don't use bitcounts when byte-aligned
2021-03-30 Andreas Rheinhardtavcodec: Remove cumbersome way of checking for amount...
2021-03-30 Andreas Rheinhardtavcodec/put_bits: Add functions for amount of bytes...
2021-03-30 Andreas Rheinhardtavcodec/vorbisenc, wmavoice: Use put_bits_left() where...
2021-03-30 Andreas Rheinhardtavcodec/dvenc: Remove dead error message
2021-03-30 Andreas Rheinhardtavcodec/mlpenc: Avoid redundant temporary PutBitContext
2021-03-30 Andreas Rheinhardtavcodec/sonic: Remove outdated outcommented line
2021-03-30 Andreas Rheinhardtavcodec/vorbisenc: Remove always-false check
2021-03-29 Michael Niedermayeravcodec/setts_bsf: Check timebase
2021-03-29 Michael Niedermayeravcodec/dvbsubdec: Support computing clut only once
2021-03-28 Michael Niedermayeravcodec/sonic: Use unsigned temporary in predictor_calc...
2021-03-26 James Almeravcodec/libxvid: remove unnecessary output packet data...
2021-03-26 Michael Niedermayeravcodec/h264_slice: Check sps in h264_slice_header_init()
2021-03-26 Michael Niedermayeravcodec/aacpsy: Check model_priv_data before dereferenc...
2021-03-26 Michael Niedermayeravcodec/sga: Check for array end in lzss_decompress()
2021-03-26 Michael Niedermayeravcodec/ffwavesynth: Avoid signed integer overflow...
2021-03-26 Andreas Rheinhardtavcodec/pthread_frame: Reindentation
2021-03-26 Andreas Rheinhardtavcodec/pthread_frame: Check initializing mutexes/condi...
2021-03-26 Andreas Rheinhardtavcodec/pthread_frame: Fix cleanup during init
2021-03-26 Andreas Rheinhardtavcodec/pthread_frame: Factor initializing single threa...
2021-03-25 Zane van Iperenavcodec/adpcm_ima_cunning: reset state on flush
2021-03-25 Zane van Iperenavcodec/adpcm_ima_alp: reset state on flush
2021-03-25 Zane van Iperenavcodec/adpcm_ima_ssi: reset state on flush
2021-03-25 Zane van Iperenavcodec/adpcm_argo: reset state on flush
2021-03-25 Zane van Iperenavcodec/adpcm_aica: reset state in flush callback
2021-03-25 Zane van Iperenavcodec/adpcm_zork: reset state in flush callback
2021-03-25 Zane van Iperenavcodec/adpcm: add comment to has_status field
2021-03-24 Andreas Rheinhardtavcodec/kmvc: Avoid branch when swapping pointers
2021-03-24 Andreas Rheinhardtavcodec/kmvc: Move commonly used variables to the front...
2021-03-24 Andreas Rheinhardtavcodec/kmvc: Prefer in-band palette
2021-03-24 Andreas Rheinhardtavcodec/vc1dec: Postpone allocating sprite frame to...
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Use AVBPrint in avcodec_string()
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Update check for identical colorspace...
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Don't use NULL for %s printf specifier
2021-03-24 Andreas Rheinhardtavcodec/avcodec: Use dedicated pointer to access AVCode...
2021-03-23 Carl Eugen Hoyoslavc/mjpegdec: Decode format 211121 as YUV 4:4:4
2021-03-23 Andreas Rheinhardtavcodec/svq3: Don't copy watermarked frame data twice
2021-03-23 Andreas Rheinhardtavcodec/svq3: Use av_fast_padded_malloc() instead of...
2021-03-22 Andreas Rheinhardtavcodec: Factor updating palette out
2021-03-21 Carl Eugen Hoyoslavc/aomenc: Force default qmax of 0 if crf was set...
2021-03-20 Andreas Rheinhardtavcodec/parser: Don't return pointer to stack buffer
2021-03-20 Andreas Rheinhardtavcodec/options: Reindent after previous commit
2021-03-20 Andreas Rheinhardtavcodec/options: Remove always-true check
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Move decoder channel count check to...
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Sanitize options before using them
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Perform sub_charenc/iconv checks befor...
2021-03-20 Andreas Rheinhardtavcodec/avcodec: Check earlier for codec id/type mismatch
2021-03-20 Michael NiedermayerBump minor versions after release branch
2021-03-20 Michael NiedermayerBump Versions before release/4.4 branch
2021-03-19 Michael Niedermayeravcodec/mpeg4videoenc: Check extradata malloc()
2021-03-19 Michael Niedermayeravcodec/speedhq: Width < 8 is not supported
2021-03-19 Hironori Bonolavc/videotoolboxenc: Add support for HEVC with Alpha.
2021-03-19 Simone Karin Lehmannvideotoolboxenc: enable constant quality with -q:v...
2021-03-19 James Almeravcodec: move core AVCodecContext functions from util...
2021-03-19 James Almeravcodec: move AVCodecParameters related functions from...
2021-03-19 Zane van Iperenavcodec/adpcm_ima_cunning: reindent
2021-03-19 Zane van Iperenavcodec/adpcm_ima_cunning: support stereo
2021-03-19 Andreas Rheinhardtavcodec/packet: Also change av_packet_pack/unpack_dicti...
2021-03-19 Andreas Rheinhardtavcodec/avpacket: Improve overflow checks when packing...
2021-03-19 Andreas Rheinhardtavcodec/libxvid: Remove set-but-unused variable
2021-03-19 Andreas Rheinhardtavcodec/libxvid: Fix leak of AVPacket on error
2021-03-18 Andreas Rheinhardtavcodec/pngdec: Fix memleak by postponing allocation
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
next