77 Commits (873d06c76ea5379076a90329b234e77b54525263)

Author SHA1 Message Date
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Clément Bœsch 7434b9f66f avcodec/roqvideoenc: use AV_OPT_TYPE_BOOL for quake3_compat option 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 95e2317ed8 roqvideoenc: Drop unneeded initialization 9 years ago
Andreas Cadhalpun 67142a8c72 roqvideoenc: set enc->avctx in roq_encode_init 10 years ago
Andreas Cadhalpun cf82c426fa roqvideoenc: set enc->avctx in roq_encode_init 10 years ago
Michael Niedermayer 96e7c9cbfc avcodec/roqvideoenc: Allocate and reference coded_frame correctly 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Michael Niedermayer 295b79b5d8 avcodec/roqvideoenc: Check for av_malloc_array() failure 10 years ago
Vittorio Giovara 3beb9cbad3 roqvideo: check memory allocations and propagate errors 10 years ago
Michael Niedermayer 20bf91f832 avcodec/roqvideoenc: clear freed pointers 10 years ago
Michael Niedermayer 76a35f7830 avcodec/roqvideoenc: Print the correct max resolution 11 years ago
Michael Niedermayer 9af59db6ec avcodec/roqvideoenc: More verbose warning about no power of 2 dimensions 11 years ago
Michael Niedermayer 7c7441b37d avcodec/roqvideoenc: check dimensions against maximum 11 years ago
Michael Niedermayer fe4c76b3d0 avcodec/roqvideoenc: fix infinite lambda increasing loop 11 years ago
Eric Lasota 8be23d424f avcodec/roqvideo: use JPEG color range 11 years ago
Michael Niedermayer 9b888fb159 avcodec/roqvideoenc: use av_malloc(z)_array() 11 years ago
addr-see-the-website@aetey.se 8e36fc0c33 RoQ encoder: support different integer framerates 11 years ago
addr-see-the-website@aetey.se 392b0345d6 RoQ-encoder: introducing Quake 3 compatibility option 11 years ago
Stefano Sabatini fe55c31976 lavc/elbg: rename ff_ symbols to avpriv_, so they can be used in shared libs 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Diego Biurrun 6fee1b90ce avcodec: Add av_cold attributes to init functions missing them 12 years ago
Clément Bœsch 1ec94b0f06 lavc: factorize ff_{thread_,re,}get_buffer error messages. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Anton Khirnov 594d4d5df3 lavc: add a wrapper for AVCodecContext.get_buffer(). 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
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer 6c775606d1 roqvideoenc: switch to ff_alloc_packet2() 13 years ago
Anton Khirnov 3227770092 roqvideoenc: switch to encode2(). 13 years ago
Anton Khirnov 4fd7cfef0b roqvideoenc: add const qualifier to the input frame. 13 years ago
Diego Biurrun 8671488799 Use explicit struct initializers for AVCodec declarations. 13 years ago
Vitor Sessak ee26abf2a4 Fix an infinite loop when RoQ encoded generated a frame with a size greater than the maximum valid size. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Diego Elio Pettenò e7e2df27f8 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
Måns Rullgård 49bd8e4b84 Fix grammar errors in documentation 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Reimar Döffinger 4a49ab77c6 Remove unnecessary calls to avcodec_check_dimensions, the check is already 15 years ago
Reimar Döffinger 2ba8301769 Mark all pix_fmts and supported_framerates compound literals as const. 15 years ago
Måns Rullgård 3aab27b459 Remove useless #include <unistd.h> from many files 16 years ago
Vitor Sessak b0e37369a1 Remove useless assignment in generate_codebook(). Found by Clang static analyser. 16 years ago
Vitor Sessak 9aa2ab4276 Use FLG pseudo-random number generator in RoQ and ELBG 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago
Vitor Sessak e0df9e4425 Do not allocate RoqTempData on the stack 16 years ago
Stefano Sabatini 9c868219e9 Replace calls to the deprecated function av_init_random() with 16 years ago
Aurelien Jacobs 199436b952 moves mid_pred() into mathops.h (with arch specific code split by directory) 16 years ago