66 Commits (cb58c771ade66afcc623250e1c7ac8191381d991)

Author SHA1 Message Date
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
Reimar Döffinger 3bb984987c Hack: set the coded frame PTS to the incoming PTS. 15 years ago
David Conrad 6945c2bc4c Support constant-quant encoding for libtheora 15 years ago
David Conrad 3e962f315b Fix "warning: assignment discards qualifiers from pointer target type" 16 years ago
Art Clarke 870ee6f715 Fix memory leak in libtheora encoder 16 years ago
David Conrad cc0aae4343 Fix libtheora encoding for non-mod16 sizes 16 years ago
Daniel Verkamp 5ef251e504 Add missing av_cold in static init/close functions. 16 years ago
Diego Biurrun 99ed41a808 Fix filenames in Doxygen comments. 16 years ago
Stefano Sabatini d9513de67c Add missing inclusion of libavutil/intreadwrite.h, fix compilation when 16 years ago
Stefano Sabatini fe4bf37455 Make AVCodec long_names definition conditional depending on CONFIG_SMALL. 17 years ago
Carl Eugen Hoyos eacced45c4 Replace some occurrences of -1 with PIX_FMT_NONE. 17 years ago
Diego Biurrun 245976da2a Use full path for #includes from another directory. 17 years ago
Stefano Sabatini 162d4fc99d Add long names to AVCodec declarations. 17 years ago