95 Commits (6aad1204ccea90113d19a8b829c8b81891f9474e)

Author SHA1 Message Date
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt 86c909558c avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.h 3 years ago
Andreas Rheinhardt 20f9727018 avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec 3 years ago
Andreas Rheinhardt a688f3c13c avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h 3 years ago
Andreas Rheinhardt 2b541b8c1d avcodec/golomb: Factor writing golomb codes out 3 years ago
Andreas Rheinhardt ed6549887a avcodec/encoders: Remove redundant setting of AV_PKT_FLAG_KEY 3 years ago
Andreas Rheinhardt 911806ec75 avcodec/jpeglsenc: Remove unnecessary header 4 years ago
Andreas Rheinhardt 83cb9be1d2 avcodec/jpeglsenc: Remove redundant implicit checks 4 years ago
Andreas Rheinhardt f249c32eff avcodec/jpeglsenc: Avoid intermediate buffer, allow user-supplied buffers 4 years ago
Andreas Rheinhardt 634a187b9b avcodec/jpeglsenc: Allocate buffer with fixed size only once 4 years ago
Andreas Rheinhardt 79402e2c36 avcodec/jpeglsenc: Check for invalid dimensions 4 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt 11bc790893 avcodec: Remove deprecated AVCodecContext.coded_frame 4 years ago
Andreas Rheinhardt d85c41b572 avcodec: Remove private options from AVCodecContext 4 years ago
Andreas Rheinhardt 33db0cbfd0 avcodec/jpeglsenc: Remove redundant pixel format checks 4 years ago
Andreas Rheinhardt e3c4e1f0c4 avcodec/jpeglsenc: Allocate buffers together 4 years ago
Andreas Rheinhardt 017baa8106 avcodec/jpeglsenc: Avoid allocation of JLSState 4 years ago
Andreas Rheinhardt 3aee27a975 avcodec/jpeglsenc: Only use one line at a time as spare buffer 4 years ago
Andreas Rheinhardt fefe69c5c9 avcodec/jpeglsenc: Move check out of loop 4 years ago
Andreas Rheinhardt 0788a74876 avcodec/jpeglsenc: Don't modify frame we don't own 4 years ago
Andreas Rheinhardt 130d89d786 avcodec/jpeglsenc: Don't use put bits API for byte-aligned writes 4 years ago
Anton Khirnov 717503f716 put_bits: make avpriv_align_put_bits() inline 4 years ago
Andreas Rheinhardt 8821023b15 avcodec/jpeglsenc: Remove redundant av_packet_unref() 4 years ago
James Almer 13b1bbff0b avcodec: deprecate Lossless and Intra Only encoder capabilites 5 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Vittorio Giovara 2862b63783 lavc: Move prediction_method to codec private options 9 years ago
Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara c341820130 jpeglsenc: Mark codec as init-thread-safe and init-cleanup 10 years ago
Vittorio Giovara 3919a45726 jpeglsenc: Check memory allocations 10 years ago
Diego Biurrun e6e3dcba0c mjpeg: Move code only used in the encoder(s) to the appropriate header 10 years ago
Michael Niedermayer 48214956b2 avcodec/jpeglsenc: Check for memory allocation failures 10 years ago
Carl Eugen Hoyos e91e626182 lavc/jpeglsenc: Enable frame-threading. 11 years ago
Anton Khirnov 706a92926c jpegls: use the AVFrame API properly. 11 years ago
Luca Barbato ff4fc5ef12 jpegls: K&R formatting cosmetics 12 years ago
Diego Biurrun 9cacdabd1c jpegls: cosmetics: Drop some unnecessary parentheses 12 years ago
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Paul B Mahol a2dd988bf8 jpeglsenc: add missing put_bits.h header 12 years ago
Michael Niedermayer b96d1859d5 jpeglsenc: favor av_freep() for saftey over av_free() when a variable is still accessible afterwards 12 years ago
Michael Niedermayer 34bbab432c jpeglsnec: fix memleak of state in error case 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Carl Eugen Hoyos 02c2a54bf6 Remove misplaced comment. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago