summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* mpegvideo: use the AVVideoEncParams API for exporting QP tablesAnton Khirnov2021-01-01
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-01
* avcodec/svq1dec: Increase nb_bits of VLC to read it in one goAndreas Rheinhardt2020-12-31
* avcodec/dirac_arith: Make table only used here staticAndreas Rheinhardt2020-12-31
* avcodec/qdmc: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Cleanup generically on init failureAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Move per-stream fields to OpusStreamContextAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Return error upon errorAndreas Rheinhardt2020-12-31
* avcodec/aacps_common: Use minimal VLC nb_bits/max_depthAndreas Rheinhardt2020-12-31
* avcodec/aacps: Factor out code shared by float and fixed point decoderAndreas Rheinhardt2020-12-31
* avcodec/mpegvideo: Don't zero-initialize unnecessarilyAndreas Rheinhardt2020-12-31
* avcodec/aacsbr_template: Remove pointless runtime initializationAndreas Rheinhardt2020-12-31
* avcodec/aacsbr: Remove remnants of tablegenAndreas Rheinhardt2020-12-31
* avcodec/atrac3plus_data: Mark array as constAndreas Rheinhardt2020-12-31
* avcodec/mlpenc: Simplify finding best codebookAndreas Rheinhardt2020-12-31
* avcodec/opusdec: Remove always-true checkAndreas Rheinhardt2020-12-31
* avcodec/opustab: Make array staticAndreas Rheinhardt2020-12-31
* avcodec/motion_est, mpegvideo: Make pointers to static storage constAndreas Rheinhardt2020-12-31
* configure, libavcodec/speedhq: Fix compiling SpeedHQ encoderAndreas Rheinhardt2020-12-31
* avcodec/mpegvideo: Merge ff_mpv_decode_defaults into ff_mpv_decode_initAndreas Rheinhardt2020-12-31
* avcodec/h261dec: Don't use too big max_depth in get_vlc2()Andreas Rheinhardt2020-12-31
* avcodec/speedhq: Remove castAndreas Rheinhardt2020-12-31
* avcodec/mpeg12: ReindentationAndreas Rheinhardt2020-12-31
* avcodec/mpeg12: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-31
* avcodec/mpeg12: Don't initialize encoder-only parts of RLTableAndreas Rheinhardt2020-12-31
* avcodec/rl: Remove nonstatic storage of RL tablesAndreas Rheinhardt2020-12-31
* avcodec/codec_desc: describe AV_CODEC_ID_MPEG2TSAman Karmani2020-12-28
* avcodec/tiff: Disallow striped and tiled tiffs except for DNGMichael Niedermayer2020-12-28
* avcodec/cfhd: properly handle midstream size changes for transform type 2Paul B Mahol2020-12-25
* avcodec/ffv1dec: Fix off by 1 error with quant tablesMichael Niedermayer2020-12-22
* avcodec/fastaudio: Fix invalid shift exponentMichael Niedermayer2020-12-19
* avcodec/utils: Check bitrate for overflow in get_bit_rate()Michael Niedermayer2020-12-19
* avcodec/hevc_ps: Change scaling_list_dc_coef to 8 bitMichael Niedermayer2020-12-19
* avcodec/hevc_ps: check scaling_list_dc_coefMichael Niedermayer2020-12-19
* avcodec/dpx: fix use of uninitialised valueJames Almer2020-12-18
* avcodec/hevc_sei: return the correct error code on User Data Registered parsi...James Almer2020-12-18
* avcodec/hevc_sei: print a log message when a unsupported ITU-T T35 SEI messag...James Almer2020-12-18
* avcodec/hevc_sei: refactor parsing User Data Registered ITU-T T35 SEI messagesJames Almer2020-12-18
* avcodec/h264_sei: print a log message when a unsupported ITU-T T35 SEI messag...James Almer2020-12-18
* avcodec/h264_sei: refactor parsing User Data Registered ITU-T T35 SEI messagesJames Almer2020-12-18
* avcodec/dpx: Fix B&W film scans from Lasergraphics IncHarry Mallon2020-12-17
* avcodec/dpx: Read color information from DPX headerHarry Mallon2020-12-17
* avcodec/dpx: Report color_range from DPX headerHarry Mallon2020-12-17
* avcodec/dpx: Read SMPTE timecode from DPXHarry Mallon2020-12-17
* avcodec/dpx: Read alternative frame rate from television headerHarry Mallon2020-12-17
* avcodec/av1dec: support exporting Film Grain params as frame side dataJames Almer2020-12-16
* avcodec/cuviddec: unref output frame on failureJames Almer2020-12-13
* avcodec/cuviddec: check for av_buffer_ref() failureJames Almer2020-12-13