117 Commits (66175c2dca357bc6c856249c934f96b9ca023aa4)

Author SHA1 Message Date
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Michael Niedermayer 38adbc6eeb
avcodec/g2meet: Replace fake allocation avoidance for framebuf 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Andreas Rheinhardt 9f64b06758 avcodec/g2meet: Pre-permute quantization tables 2 years ago
Andreas Rheinhardt f1a7bf0227 avcodec/g2meet: Only keep what is used from ScanTable 2 years ago
Andreas Rheinhardt fd72d8aea3 avcodec/blockdsp: Remove unused AVCodecContext parameter 2 years ago
Andreas Rheinhardt 48286d4d98 avcodec/codec_internal: Add macro to set AVCodec.long_name 2 years ago
Andreas Rheinhardt b9eaf77ed1 avcodec/internal: Move ff_set_dimensions() to decode.h 2 years ago
Andreas Rheinhardt 66b691f99f avcodec/internal: Move ff_get_buffer() to decode.h 2 years ago
Andreas Rheinhardt 21b23ceab3 avcodec: Make init-threadsafety the default 2 years ago
Andreas Rheinhardt 4243da4ff4 avcodec/codec_internal: Use union for FFCodec decode/encode callbacks 3 years ago
Andreas Rheinhardt ce7dbd0481 avcodec/codec_internal: Make FFCodec.decode use AVFrame* 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 6bb46cd765 avcodec/g2meet: Cleanup generically on init failure 3 years ago
Andreas Rheinhardt 1d333c1547 avcodec/jpegtables: Unavpriv MJPEG-tables 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt a247ac640d avcodec: Constify AVCodecs 4 years ago
Andreas Rheinhardt a86f3e983e avcodec/g2meet: Fix undefined NULL + 0 4 years ago
Andreas Rheinhardt d26198ada3 avcodec/g2meet, mjpegdec: Factor out common VLC initialization code 4 years ago
Anton Khirnov e15371061d lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bump 4 years ago
Andreas Rheinhardt 73b3ea5728 avcodec/g2meet: Use least max_depth in get_vlc2() 4 years ago
Carl Eugen Hoyos 86f0bba776 lavc, lavf: Remove newlines from calls to avpriv_request_sample(). 4 years ago
Michael Niedermayer 5501bb28dd avcodec/g2meet: Check tile_width in epic_jb_decode_tile() 5 years ago
Michael Niedermayer 61dd2e07be avcodec/g2meet: Check for end of input in jpg_decode_block() 5 years ago
Michael Niedermayer 9c84c162e9 avcodec/g2meet: Check if adjusted pixel was on the stack 5 years ago
Michael Niedermayer ab834b8f36 avcodec/g2meet: ask for sample with overflowing RGB 7 years ago
Michael Niedermayer 4dd2c8b9ea avcodec/g2meet: Check RGB upper limit 7 years ago
Michael Niedermayer 0a47451458 avcodec/g2meet: Change order of operations to avoid undefined behavior 7 years ago
Michael Niedermayer 0bd0401336 avcodec/elsdec: Fix memleaks 7 years ago
Michael Niedermayer 3981fb8d2a avcodec/g2meet: Check tile dimensions with av_image_check_size2() 7 years ago
Martin Vignali cbbec68847 libavcodec/blockdsp : add AVX version 7 years ago
Luca Barbato 73fc82f343 vlc: Add header #include when the types are used 8 years ago
Diego Biurrun dcc39ee10e lavc: Remove deprecated XvMC support hacks 8 years ago
Diego Biurrun a25dac976a Use bitstream_init8() where appropriate 8 years ago
Alexandra Hájková 799703c3ea g2meet: Convert to the new bitstream reader 8 years ago
Diego Biurrun 67deba8a41 Use avpriv_report_missing_feature() where appropriate 8 years ago
Carl Eugen Hoyos 144ef773c7 Use correct msvc type specifiers for ptrdiff_t and size_t. 9 years ago
Michael Niedermayer 030c7f0309 avcodec/g2meet: Check for ff_els_decode_bit() failure in epic_decode_run_length() 9 years ago
Vittorio Giovara 3a4d369ea4 g2m: Relax resolution change constraints 9 years ago
Michael Niedermayer fb04666995 avcodec/g2meet: Also clear tile dimensions on header_fail 9 years ago
Michael Niedermayer 71ec8e1ed6 avcodec/g2meet: Fix potential overflow in tile dimensions check 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Michael Niedermayer b1e242bc56 avcodec/g2meet: Check R/G/B values in epic_decode_pixel_pred() 9 years ago
Michael Niedermayer 80e42387dc avcodec/g2meet: Clear pointers after deallocation 10 years ago
Janne Grunau 9eec23b8a7 g2meet: use av_ceil_log2 instead of a custom function 10 years ago
Janne Grunau 4ccccd6c40 g2meet: use an unsigned type for the djb hash 10 years ago
Kostya Shishkov 08c2d8f0aa Go2Meeting decoder 10 years ago
Michael Niedermayer b1b0baa3d6 avcodec/g2meet: Check init_get_bits8() return value 10 years ago