396 Commits (49a6e448d7c7cf1ba8dc4ac98ff3a755f0d489f5)

Author SHA1 Message Date
Andreas Rheinhardt 790f793844 avutil/common: Don't auto-include mem.h 9 months ago
Andreas Rheinhardt 89995cfda1 avcodec: Remove redundant pix_fmts from decoders 11 months ago
James Almer dc7bd7c5a5 avcodec: use the new AVFrame key_frame flag in all decoders and encoders 2 years ago
Marton Balint 6b6f7db819 avcodec: add AVCodecContext.frame_num as 64 bit variant to frame_number 2 years ago
Peter Ross 95386b7b65 avcodec/svq3: perform residual slice copy before xor'ing watermark key 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 3 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 1ece38668f avcodec/svq3: Mark decoder as init-threadsafe 3 years ago
Anton Khirnov d0f0d61392 lavc/svq3: stop including h264dec.h 3 years ago
Andreas Rheinhardt 67cccd442f avcodec/svq3: Remove dead topright_samples_available variable, code 3 years ago
Andreas Rheinhardt 42d30c9019 avcodec/mpegvideo, svq3: Remove unused next_p_frame_damaged 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 2a623bacc8 avcodec/svq3: Free array of frames in a loop 4 years ago
Andreas Rheinhardt ef02cf8290 avcodec/svq3: Remove unused function parameter 4 years ago
Andreas Rheinhardt bcf707639e avcodec/svq3: Don't copy watermarked frame data twice 4 years ago
Andreas Rheinhardt 3ab1a890e8 avcodec/svq3: Use av_fast_padded_malloc() instead of av_fast_malloc() 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 ef6c52f3c5 avcodec/svq3: Avoid overhead of AVBuffer API 4 years ago
Andreas Rheinhardt 30620956ff avcodec/svq3: Remove unused buffer 4 years ago
Andreas Rheinhardt 64a64d47c0 avcodec/svq3: Fix memleaks upon allocation error 4 years ago
Andreas Rheinhardt 96061c5a4f avcodec/svq3: Fix segfault on allocation error, avoid allocations 4 years ago
Michael Niedermayer b4a4aadfaf libavcodec/svq: Remove ff_svq1_packet_checksum() 5 years ago
Michael Niedermayer 7b114d7687 avcodec/svq3: Use ff_set_dimension() 6 years ago
Nikolas Bowe 5aeb3b0080 lavc/svq3: Fix regression decoding some files. 7 years ago
Carl Eugen Hoyos 55bdee7b07 lavc/svq3: Do not write into memory defined as const. 7 years ago
Michael Niedermayer 2c933c5168 avcodec/svq3: Fix overflow in svq3_add_idct_c() 7 years ago
Michael Niedermayer a6eb006ad4 avcodec/svq3: Fix runtime error: left shift of negative value -6 8 years ago
Michael Niedermayer 86b1b0d33d avcodec/svq3: Fix runtime error: signed integer overflow: 169 * 12717677 cannot be represented in type 'int' 8 years ago
Michael Niedermayer ae6fd1790f avcodec/svq3: Fix multiple runtime error: signed integer overflow: -237341 * 24552 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 669419939c avcodec/svq3: Fix multiple runtime error: signed integer overflow: 44161 * 61694 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 48b3117844 avcodec/svq3: Reject dx/dy beyond 16bit 8 years ago
Michael Niedermayer 382b4fc9b5 avcodec/svq3: Increase offsets to prevent integer overflows 8 years ago
Carl Eugen Hoyos 1e298e7724 lavc/svq3: Remove an unused function. 8 years ago
Anton Khirnov b2788fe934 svq3: fix the slice size check 8 years ago
Alexandra Hájková c29da01ac9 svq3: Convert to the new bitstream reader 8 years ago
Diego Biurrun d4c2103bd3 golomb: Convert to the new bitstream reader 8 years ago
Carl Eugen Hoyos 6d6faa2a2d lavc/svq3: Fail for media key encryption. 8 years ago
Carl Eugen Hoyos a8cb567e55 lavc: Remove CR/LF from avpriv_request_sample() calls. 8 years ago
Diego Biurrun 13fcdfb976 svq3: Drop unused function dctcoef_get() 8 years ago
Michael Niedermayer 2d3099ad8e avcodec/svq3: Reintroduce slice_type 8 years ago
Michael Niedermayer 2624695484 avcodec/svq3: fix slice size check 9 years ago
James Almer be63ef3c4e avcodec/vdpau: clean up vdpau_internal.h 9 years ago
Anton Khirnov 4e2f621248 svq3: stop using H264Picture 9 years ago