summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* avcodec/libdav1d: stop setting AVFrame->best_effort_timestampJames Almer2020-12-13
* avcodec/mjpegdec: stop setting AVFrame->best_effort_timestampJames Almer2020-12-13
* avcodec/decode: set best_effort_timestamp on output frames for all decodersJames Almer2020-12-13
* avcodec/speedhqenc: Call correct functionAndreas Rheinhardt2020-12-11
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-10
* smvjpegdec: merge into mjpegdecAnton Khirnov2020-12-10
* mjpegdec: convert to receive_frame()Anton Khirnov2020-12-10
* codec_desc: add SMVJPEG flagsAnton Khirnov2020-12-10
* avcodec/hevcdec: dynamic allocate sList and HEVClcListNuo Mi2020-12-10
* avcodec/snow: Use ff_thread_once() in ff_snow_common_init()Andreas Rheinhardt2020-12-10
* avcodec/idcinvideo: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-10
* avcodec/cinepak: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-10
* avcodec/cinepakenc: Mark encoder as init-threadsafeAndreas Rheinhardt2020-12-10
* avcodec/vaapi_av1: fill the remaining VAFilmGrainStructAV1 fieldsJames Almer2020-12-09
* avcodec/exr: preserve half-float NaN bits and add fate testMark Reid2020-12-09
* avcodec/mpegvideo_enc: check for SpeedHQ encoderGyan Doshi2020-12-09
* avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1Philip Langdale2020-12-08
* avcodec/wmadec: Apply VLC offset during initAndreas Rheinhardt2020-12-08
* avcodec/wmadec: Reduce the size of tables used to initialize VLCAndreas Rheinhardt2020-12-08
* avcodec/ivi: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-08
* avcodec/dsddec: Inline constantAndreas Rheinhardt2020-12-08
* avcodec/dsd: Make initializing DSD tables thread-safeAndreas Rheinhardt2020-12-08
* avcodec/wavpack: Fix leak on init failureAndreas Rheinhardt2020-12-08
* avcodec/h261enc: Remove unused function parameterAndreas Rheinhardt2020-12-08
* avcodec/asvdec: ReindentationAndreas Rheinhardt2020-12-08
* avcodec/asvdec: Make decoders init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/sinewin: Fix wrong number of elements of array declarationAndreas Rheinhardt2020-12-08
* avcodec/aactab: Make AAC encoder and decoders actually init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt2020-12-08
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-08
* avcodec/aactab: Remove declaration of inexistent arrayAndreas Rheinhardt2020-12-08
* avcodec/nellymoserenc: Make encoder init-threadsafeAndreas Rheinhardt2020-12-08
* avcodec/nellymoserenc: Cleanup generically on init failureAndreas Rheinhardt2020-12-08
* avcodec/nellymoserdec: Make decoder init-threadsafeAndreas Rheinhardt2020-12-08