43 Commits (182cf170a544bce069c8690c90b49381150a1f10)

Author SHA1 Message Date
Diego Biurrun dab2034b86 roqvideoenc: Drop broken disabled cruft 8 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 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
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Vittorio Giovara 3beb9cbad3 roqvideo: check memory allocations and propagate errors 10 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
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
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ò 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
Vitor Sessak c9bea488fe Avoid POSIX reserved _t suffix. 16 years ago
Vitor Sessak 34e0d78936 Set avctx->coded_frame in RoQ encoder. At some point in 17 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Stefano Sabatini 88c5216261 cosmetics: s/Id/id/ in libavcodec where Id refers to id Software. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago
Vitor Sessak 3a66812fc8 Add my last name to copyright headers 18 years ago
Vitor Sessak 8448946e37 Remove more useless parentheses. 18 years ago
Vitor Sessak fb44e0706f use properly AVFrame.linesize 18 years ago
Vitor Sessak 670e47e196 use the right stride 18 years ago
Vitor Sessak 03e3e76544 RoQ video encoder 18 years ago