84 Commits (8dd2d5e70a303711012decf42fa3c88705392846)

Author SHA1 Message Date
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Michael Niedermayer e36db49b7b avcodec: Add a min size parameter to ff_alloc_packet2() 9 years ago
Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 9 years ago
Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 9 years ago
Vittorio Giovara f3b4a92241 libtheoraenc: Keep coded_frame.key_frame a write-only variable 9 years ago
Vittorio Giovara 41658bc885 libtheora: Check memory allocation 10 years ago
Michael Niedermayer c64b2d480b avcodec/libtheoraenc: Check for av_malloc failure 10 years ago
Vittorio Giovara 17c45d4d05 libtheora: Check frame allocation 10 years ago
Clément Bœsch 546d69eb43 avcodec: use av_frame_free() for coded_frame 10 years ago
Michael Niedermayer 67d4d5f5db avcodec/libtheoraenc: Check for av_fast_realloc() failure 10 years ago
Michael Niedermayer 27216bf314 avcodec/libtheoraenc: Check for stats allocation failure 10 years ago
Alexandra Khirnova 9b8d11a76a avcodec: Use av_reallocp where suitable 11 years ago
Anton Khirnov 5b9c3b4505 Replace all instances of avcodec_alloc_frame() with av_frame_alloc(). 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Stefano Sabatini 37fce84e27 lavc/libtheoraenc: clarify comment about global_quality to quality conversion 12 years ago
Maximilian Seesslen 055b373080 libtheoraenc: fix granularity of video quality 12 years ago
Maximilian Seesslen 467c033858 fixed granularity of video quality when encoding with theora codec 12 years ago
Diego Biurrun 511cf612ac miscellaneous typo fixes 12 years ago
Luca Barbato 83f9ed42ec libtheoraenc: add missing pixdesc.h header 12 years ago
Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 12 years ago
Stefano Sabatini 8cb76ef275 lavc/libtheoraenc: return proper error codes 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Martin Storsjö 1d9c2dc89a Don't include common.h from avutil.h 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 b611ffc5d0 libtheoraenc: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov f7fa73ac91 libtheoraenc: switch to encode2(). 13 years ago
Diego Biurrun 2f5df0b12c Replace ffmpeg references with more accurate libav* references. 13 years ago
Michael Niedermayer 2d2b5a1421 10l, commit that should have been stashed into the merge. 14 years ago
Diego Biurrun 6001dad6e2 Replace more FFmpeg references by Libav. 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
Howard Chu 784824a68c Use AV_BASE64_SIZE() macro 15 years ago
Diego Biurrun ba87f0801d Remove explicit filename from Doxygen @file commands. 15 years ago
Diego Biurrun 4311ff776b cosmetics: Switch Doxygen comments to JavaDoc style. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
David Conrad a4914ac708 Clarify comment: although still hacky, it is correct for existing libtheora 15 years ago
David Conrad c39b94be60 libtheoraenc.c: mark keyframes 15 years ago
David Conrad 800841fd0c Support compiling against libtheora older than 1.1 15 years ago
David Conrad 6c2289b52e Set colorspace for libtheora encoding 15 years ago
David Conrad af89b1781f Support 4:2:2 and 4:4:4 subsampling in libtheora encoding 15 years ago
David Conrad b0a6d9ca86 Add support for two pass encoding in libtheora 15 years ago
David Conrad bdc8c48893 Update libtheora wrapper to use the 1.0 API 15 years ago
Diego Biurrun 96ff02f1b4 Get rid of some pointless '== NULL' / '!= 0' conditions in if statements. 15 years ago
Diego Biurrun 8767fb4cad whitespace cosmetics: prettyprinting, K&R style 15 years ago
Diego Biurrun 11eb3cea73 Remove pointless parentheses. 15 years ago