summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* avcodec/libdav1d: stop setting AVFrame->best_effort_timestampJames Almer2020-12-131-1/+1
* avcodec/mjpegdec: stop setting AVFrame->best_effort_timestampJames Almer2020-12-131-1/+0
* avcodec/decode: set best_effort_timestamp on output frames for all decodersJames Almer2020-12-131-7/+4
* avcodec/speedhqenc: Call correct functionAndreas Rheinhardt2020-12-114-5/+11
* avcodec: set AV_CODEC_CAP_CHANNEL_CONF on decoders which set their own channelsHendrik Leppkes2020-12-1044-49/+49
* smvjpegdec: merge into mjpegdecAnton Khirnov2020-12-104-226/+92
* mjpegdec: convert to receive_frame()Anton Khirnov2020-12-104-44/+80
* codec_desc: add SMVJPEG flagsAnton Khirnov2020-12-101-0/+1
* avcodec/hevcdec: dynamic allocate sList and HEVClcListNuo Mi2020-12-102-14/+17
* avcodec/snow: Use ff_thread_once() in ff_snow_common_init()Andreas Rheinhardt2020-12-101-5/+13
* avcodec/idcinvideo: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-101-0/+1
* avcodec/cinepak: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-101-0/+1
* avcodec/cinepakenc: Mark encoder as init-threadsafeAndreas Rheinhardt2020-12-101-1/+1
* avcodec/vaapi_av1: fill the remaining VAFilmGrainStructAV1 fieldsJames Almer2020-12-091-9/+51
* avcodec/exr: preserve half-float NaN bits and add fate testMark Reid2020-12-091-2/+1
* avcodec/mpegvideo_enc: check for SpeedHQ encoderGyan Doshi2020-12-091-1/+1
* avcodec/libaom: Support monochrome encoding with libaom >= 2.0.1Philip Langdale2020-12-082-3/+41
* avcodec/wmadec: Apply VLC offset during initAndreas Rheinhardt2020-12-081-4/+3
* avcodec/wmadec: Reduce the size of tables used to initialize VLCAndreas Rheinhardt2020-12-083-17/+12
* avcodec/ivi: Make initializing VLCs thread-safeAndreas Rheinhardt2020-12-083-6/+10
* avcodec/dsddec: Inline constantAndreas Rheinhardt2020-12-081-2/+2
* avcodec/dsd: Make initializing DSD tables thread-safeAndreas Rheinhardt2020-12-084-6/+7
* avcodec/wavpack: Fix leak on init failureAndreas Rheinhardt2020-12-081-1/+1
* avcodec/h261enc: Remove unused function parameterAndreas Rheinhardt2020-12-081-3/+2
* avcodec/asvdec: ReindentationAndreas Rheinhardt2020-12-081-15/+15
* avcodec/asvdec: Make decoders init-threadsafeAndreas Rheinhardt2020-12-081-8/+7
* avcodec/sinewin: Fix wrong number of elements of array declarationAndreas Rheinhardt2020-12-081-1/+1
* avcodec/aactab: Make AAC encoder and decoders actually init-threadsafeAndreas Rheinhardt2020-12-081-1/+7
* avcodec/aac: Share common init code of float decoder and encoderAndreas Rheinhardt2020-12-084-9/+24
* avcodec/aacdec, aactab: Move kbd tables to their only userAndreas Rheinhardt2020-12-086-24/+23
* avcodec/aactab: Remove declaration of inexistent arrayAndreas Rheinhardt2020-12-081-1/+0
* avcodec/nellymoserenc: Make encoder init-threadsafeAndreas Rheinhardt2020-12-081-17/+24
* avcodec/nellymoserenc: Cleanup generically on init failureAndreas Rheinhardt2020-12-081-12/+6
* avcodec/nellymoserdec: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-4/+4
* avcodec/atrac3plus: Make decoders init-threadsafeAndreas Rheinhardt2020-12-083-12/+18
* avcodec/atrac1: Mark decoder as init-threadsafeAndreas Rheinhardt2020-12-081-1/+1
* avcodec/sinewin_tablegen: Make initializing ff_sine_windows thread-safeAndreas Rheinhardt2020-12-082-0/+44
* avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt2020-12-085-16/+8
* avcodec/sinewin_tablegen: Use better check in assertAndreas Rheinhardt2020-12-081-1/+1
* avcodec/atrac3: Make decoders init-threadsafeAndreas Rheinhardt2020-12-081-7/+7
* avcodec/atrac: Make generating tables thread-safeAndreas Rheinhardt2020-12-081-12/+15
* avcodec/mpegaudio_tablegen: Make exponential LUT sharedAndreas Rheinhardt2020-12-088-26/+133
* avcodec/mpegaudiodec: Hardcode tables to save spaceAndreas Rheinhardt2020-12-087-46/+58
* avcodec/mpegaudio_tablegen: Don't inappropriately use static arrayAndreas Rheinhardt2020-12-081-1/+1
* avcodec/mpegaudio_tablegen: Avoid write-only buffersAndreas Rheinhardt2020-12-082-0/+19
* avcodec/mpegaudiodec: Share fixed and floating point data and init codeAndreas Rheinhardt2020-12-084-132/+165
* avcodec/mpegaudiodec_template: Apply shift during initAndreas Rheinhardt2020-12-081-3/+3
* avcodec/mpegaudiodec: Make decoders init-threadsafeAndreas Rheinhardt2020-12-083-8/+14
* avcodec/mpegaudiodec: Combine tables used to initialize VLCsAndreas Rheinhardt2020-12-082-115/+44
* avcodec/mpegaudiodec: Reduce the size of tables used to initialize VLCsAndreas Rheinhardt2020-12-082-428/+271