]> git.sesse.net Git - ffmpeg/history - libavcodec
ac3enc_fixed: drop unnecessary fixed-point DSP code
[ffmpeg] / libavcodec /
2021-01-14 Lynneac3enc_fixed: drop unnecessary fixed-point DSP code
2021-01-14 Lynneac3enc: halve the MDCT window size by using vector_fmul...
2021-01-14 Lynneac3enc: do not clip coefficients after transforms
2021-01-14 Lynneac3enc_fixed: convert to 32-bit sample format
2021-01-11 Nuo Miavcodec/cbs_h2645: Move zero_byte check to its own...
2021-01-11 Nuo Miavcodec/cbs_h265: fix undef SEI_TYPE_X
2021-01-11 Nuo Miavcodec: add vvc codec id and profiles
2021-01-10 James Almeravcodec/cbs: constify decompose_unit_types
2021-01-09 Arnaud Vracsbc: do not set sample format in parser
2021-01-09 Timo Rothenpieleravcodec/nvenc: fix timestamp offset ticks logic
2021-01-09 Andreas Rheinhardtavcodec/ac3dec: Make decoders init-threadsafe
2021-01-09 Andreas Rheinhardtavcodec/ac3dec: Check operations that can fail
2021-01-09 Andreas Rheinhardtavcodec/ac3enc: Factor common end of float/fixed encode...
2021-01-09 Andreas Rheinhardtavcodec/ac3enc_template: Perform compile-time checks...
2021-01-09 Andreas Rheinhardtavcodec/[e]ac3enc: Don't invade CONFIG_ namespace
2021-01-09 Andreas Rheinhardtavcodec/ac3enc: Set function pointers earlier
2021-01-09 Andreas Rheinhardtavcodec/[e]ac3enc: Make encoders init-threadsafe, fix...
2021-01-08 Michael Niedermayeravcodec/wmaprodec: Check packet size
2021-01-08 Michael Niedermayeravcodec/rasc: Check frame before clearing
2021-01-08 Andreas Rheinhardtavcodec/fft_template: Only check for FF_FFT_PERM_AVX...
2021-01-08 Andreas Rheinhardtavcodec/wavpack: Deduplicate exp and log tables
2021-01-08 Andreas Rheinhardtavcodec/vp3data: Deduplicate coeff_tables
2021-01-08 Andreas Rheinhardtavcodec/twinvq, metasound_data: Deduplicate lsp tables
2021-01-08 Andreas Rheinhardtavcodec/metasound: Deduplicate data
2021-01-08 Andreas Rheinhardtavcodec/g723_1: Move tables to their only user
2021-01-08 Andreas Rheinhardtavcodec/g723_1: Deduplicate arrays
2021-01-07 Arthur Tayloravcodec/libopusenc: Fix for header pre-skip value
2021-01-05 Michael Niedermayeravcodec/alsdec: Fix integer overflow with quant_cof
2021-01-04 James Almeravcodec/av1dec: add an option to select an operating...
2021-01-04 James Almeravcodec/cbs_av1: add an option to select an operating...
2021-01-04 James Almeravcodec/cbs: allow cbs_read_fragment_content() to skip...
2021-01-04 James Almeravcodec/cbs: add an AVClass to CodedBitstreamType for...
2021-01-04 Joose Sainioavcodec/libkvazaar: Set default ratecontrol algorithm...
2021-01-04 Xu Guangxinavcodec/hevcdec: fix stat_coeff save/load for persisten...
2021-01-03 Michael Niedermayeravcodec/notchlc: Check uncompressed size against input...
2021-01-02 Jan Ekströmavcodec/videotoolbox: make FFmpeg-to-VT mapping error...
2021-01-01 Andreas RheinhardtMark some pointers as const
2021-01-01 Anton Khirnovlavc/mjpegdec: cosmetics, org->orig
2021-01-01 Anton Khirnovmpegvideo: use the AVVideoEncParams API for exporting...
2021-01-01 Anton Khirnovlavu/mem: move the DECLARE_ALIGNED macro family to...
2021-01-01 Anton Khirnovlavu: move LOCAL_ALIGNED from internal.h to mem_internal.h
2020-12-31 Andreas Rheinhardtavcodec/svq1dec: Increase nb_bits of VLC to read it...
2020-12-31 Andreas Rheinhardtavcodec/dirac_arith: Make table only used here static
2020-12-31 Andreas Rheinhardtavcodec/qdmc: Mark decoder as init-threadsafe
2020-12-31 Andreas Rheinhardtavcodec/opusdec: Mark decoder as init-threadsafe
2020-12-31 Andreas Rheinhardtavcodec/opusdec: Cleanup generically on init failure
2020-12-31 Andreas Rheinhardtavcodec/opusdec: Move per-stream fields to OpusStreamCo...
2020-12-31 Andreas Rheinhardtavcodec/opusdec: Return error upon error
2020-12-31 Andreas Rheinhardtavcodec/aacps_common: Use minimal VLC nb_bits/max_depth
2020-12-31 Andreas Rheinhardtavcodec/aacps: Factor out code shared by float and...
2020-12-31 Andreas Rheinhardtavcodec/mpegvideo: Don't zero-initialize unnecessarily
2020-12-31 Andreas Rheinhardtavcodec/aacsbr_template: Remove pointless runtime initi...
2020-12-31 Andreas Rheinhardtavcodec/aacsbr: Remove remnants of tablegen
2020-12-31 Andreas Rheinhardtavcodec/atrac3plus_data: Mark array as const
2020-12-31 Andreas Rheinhardtavcodec/mlpenc: Simplify finding best codebook
2020-12-31 Andreas Rheinhardtavcodec/opusdec: Remove always-true check
2020-12-31 Andreas Rheinhardtavcodec/opustab: Make array static
2020-12-31 Andreas Rheinhardtavcodec/motion_est, mpegvideo: Make pointers to static...
2020-12-31 Andreas Rheinhardtconfigure, libavcodec/speedhq: Fix compiling SpeedHQ...
2020-12-31 Andreas Rheinhardtavcodec/mpegvideo: Merge ff_mpv_decode_defaults into...
2020-12-31 Andreas Rheinhardtavcodec/h261dec: Don't use too big max_depth in get_vlc2()
2020-12-31 Andreas Rheinhardtavcodec/speedhq: Remove cast
2020-12-31 Andreas Rheinhardtavcodec/mpeg12: Reindentation
2020-12-31 Andreas Rheinhardtavcodec/mpeg12: Make initializing VLCs thread-safe
2020-12-31 Andreas Rheinhardtavcodec/mpeg12: Don't initialize encoder-only parts...
2020-12-31 Andreas Rheinhardtavcodec/rl: Remove nonstatic storage of RL tables
2020-12-28 Aman Karmaniavcodec/codec_desc: describe AV_CODEC_ID_MPEG2TS
2020-12-28 Michael Niedermayeravcodec/tiff: Disallow striped and tiled tiffs except...
2020-12-25 Paul B Maholavcodec/cfhd: properly handle midstream size changes...
2020-12-21 Michael Niedermayeravcodec/ffv1dec: Fix off by 1 error with quant tables
2020-12-19 Michael Niedermayeravcodec/fastaudio: Fix invalid shift exponent
2020-12-19 Michael Niedermayeravcodec/utils: Check bitrate for overflow in get_bit_rate()
2020-12-19 Michael Niedermayeravcodec/hevc_ps: Change scaling_list_dc_coef to 8 bit
2020-12-19 Michael Niedermayeravcodec/hevc_ps: check scaling_list_dc_coef
2020-12-18 James Almeravcodec/dpx: fix use of uninitialised value
2020-12-18 James Almeravcodec/hevc_sei: return the correct error code on...
2020-12-18 James Almeravcodec/hevc_sei: print a log message when a unsupporte...
2020-12-18 James Almeravcodec/hevc_sei: refactor parsing User Data Registered...
2020-12-18 James Almeravcodec/h264_sei: print a log message when a unsupporte...
2020-12-18 James Almeravcodec/h264_sei: refactor parsing User Data Registered...
2020-12-17 Harry Mallonavcodec/dpx: Fix B&W film scans from Lasergraphics Inc
2020-12-17 Harry Mallonavcodec/dpx: Read color information from DPX header
2020-12-17 Harry Mallonavcodec/dpx: Report color_range from DPX header
2020-12-17 Harry Mallonavcodec/dpx: Read SMPTE timecode from DPX
2020-12-17 Harry Mallonavcodec/dpx: Read alternative frame rate from televisio...
2020-12-16 James Almeravcodec/av1dec: support exporting Film Grain params...
2020-12-13 James Almeravcodec/cuviddec: unref output frame on failure
2020-12-13 James Almeravcodec/cuviddec: check for av_buffer_ref() failure
2020-12-13 James Almeravcodec/libdav1d: stop setting AVFrame->best_effort_tim...
2020-12-13 James Almeravcodec/mjpegdec: stop setting AVFrame->best_effort_tim...
2020-12-13 James Almeravcodec/decode: set best_effort_timestamp on output...
2020-12-11 Andreas Rheinhardtavcodec/speedhqenc: Call correct function
2020-12-10 Hendrik Leppkesavcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders...
2020-12-10 Anton Khirnovsmvjpegdec: merge into mjpegdec
2020-12-10 Anton Khirnovmjpegdec: convert to receive_frame()
2020-12-10 Anton Khirnovcodec_desc: add SMVJPEG flags
2020-12-10 Nuo Miavcodec/hevcdec: dynamic allocate sList and HEVClcList
2020-12-10 Andreas Rheinhardtavcodec/snow: Use ff_thread_once() in ff_snow_common_init()
2020-12-10 Andreas Rheinhardtavcodec/idcinvideo: Mark decoder as init-threadsafe
2020-12-10 Andreas Rheinhardtavcodec/cinepak: Mark decoder as init-threadsafe
next