82 Commits (3ecaba677ed1f725043bed3b19198b2a8bf8c729)

Author SHA1 Message Date
Michael Niedermayer 0bae6661cd fraps: fix version 0/1 input data size check. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun 562b6c744a Remove unnecessary AVFrame pointer casts. 13 years ago
Ronald S. Bultje 830f70442a fraps: release reference buffer on pix_fmt change. 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Reimar Döffinger f54ae2f8e7 fraps: Use av_fast_padded_malloc() instead of av_realloc() 13 years ago
Reimar Döffinger f9eb622944 Fix offset validity checks. 13 years ago
Reimar Döffinger cd3ced1bb9 fraps: frame threading support. 13 years ago
Reimar Döffinger 0efdb942a6 fraps: Deduplicate some code. 13 years ago
Reimar Döffinger 3469c88804 fraps: Minor simplification, use local variable. 13 years ago
Reimar Döffinger 7fabef1f01 fraps: optimize pseudo-YUV to RGB conversion. 13 years ago
Reimar Döffinger f4e8292eb7 fraps: Add release_buffer forgotten when reget_buffer was removed. 13 years ago
Reimar Döffinger 95e873bb14 fraps: fix indentation. 13 years ago
Reimar Döffinger 6a9b565e0a FRAPS: Do not needlessly use reget_buffer. 13 years ago
Reimar Döffinger b4ec645f47 Extract some duplicated code. 13 years ago
Reimar Döffinger b64b1608d8 Remove pointless and distracting () 13 years ago
Reimar Döffinger 57608d9029 Simplify: just add header_size directly. 13 years ago
Reimar Döffinger b09c93d7bc Move some duplicated code, simplify. 13 years ago
Reimar Döffinger 0a403588d2 Make variable that always has the same value const. 13 years ago
Reimar Döffinger 6fd4b8a6ef Replace a av_fast_malloc with av_fast_padded_malloc. 13 years ago
Reimar Döffinger f9ced97543 Use av_fast_padded_malloc in fraps and mpc decoders. 13 years ago
Michael Niedermayer 5ace144fe0 fraps: check for overread. 13 years ago
Michael Niedermayer 82a1d57575 fraps: check overread per sample instead of per line 13 years ago
Michael Niedermayer 46082e6186 fraps: fix memleak 13 years ago
Michael Niedermayer 3bdfef31ac fraps: check for overread 13 years ago
Reimar Döffinger 371e165443 Try to set AVFrame.reference to correct values. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 13 years ago
Stefano Sabatini 01042d4123 lavc: set defaults in internal codec frames 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Stefano Sabatini 1da254b849 fraps: do not set avctx->pix_fmt to none in decode_init() 14 years ago
Reimar Döffinger 67c1a59ad7 Check for malloc failures in fraps decoder. 14 years ago
Reimar Döffinger 80da2dcf05 Use av_fast_malloc instead of av_realloc in fraps decoder. 14 years ago
Alex Converse 187a537904 Convert some undefined 1<<31 shifts into 1U<<31. 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
Jason Garrett-Glaser 05931ab763 Make FRAPS decoder use PC range instead of TV range 14 years ago
Thilo Borgmann bd7d08e27e Remove incomplete Doxygen for static decode_frame functions. 15 years ago
Diego Biurrun 9eb42c272b Add back previously removed non-existing function params in doxygen comments. 15 years ago
Diego Biurrun 0baf34d844 Remove angular brackets from Doxygen comments; Doxygen confuses them for HTML. 15 years ago
Diego Biurrun 09f6a45dc2 Remove non-existing stray arguments from Doxygen function 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
Kostya Shishkov 1c86db80a9 Remove useless assignment during initialization for some decoders 16 years ago
Vitor Sessak de5922f179 For every line, copy 3*width bytes instead of linesize[0] to avoid 16 years ago
Stefano Sabatini 9106a698e7 Rename bitstream.h to get_bits.h. 16 years ago
Thilo Borgmann 7a00bbad21 Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an 16 years ago
Diego Biurrun bad5537e2c Use full internal pathname in doxygen @file directives. 16 years ago