26 Commits (51a269cd97a11be8016d0b44f1276993ec021d4d)

Author SHA1 Message Date
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
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Ramiro Polla 2c124cb65c Use AV_xx throughout libavcodec 18 years ago
Diego Biurrun 013591c5f2 Add a comment about swapped numerator and denominator. 18 years ago
Diego Biurrun 150d27725b Theora encoding via libtheora. 18 years ago