24131 Commits (47f0704eb2a10a2ff50c1a118d7a2a92ce38d689)
 

Author SHA1 Message Date
Reimar Döffinger 8de0859bcb Extend and move macros to create table printing functions to header. 15 years ago
Reimar Döffinger 10249a5f31 Split VLC-related tables out of dvdata.h to make it easier to add support 15 years ago
Vitor Sessak b531e1ab59 Reindent after r22618. 15 years ago
Vitor Sessak 8305c76b53 Split DCT-II and DCT-III in different functions, they do not share any code. 15 years ago
Vitor Sessak e30ab38e94 Call DCT by function pointer. Needed for any future ASM implementation and 15 years ago
Vitor Sessak 89d7df7c74 Cosmetics: move ff_dct_init() to the bottom of the file 15 years ago
Vitor Sessak 2758004fce DCT: remove unused field from context 15 years ago
Kostya Shishkov b78a985afb fix minor typo 15 years ago
Diego Biurrun e547328b18 Revert removal of _NETBSD_SOURCE definition. 15 years ago
Aurelien Jacobs 3546fa8d87 fix compilation with --disable-everything --enable-decoder=mpeg2video 15 years ago
Diego Biurrun 4903b5ca35 Move variable declaration, fixes the warning: 15 years ago
Måns Rullgård 1366f05978 rdft: reorder functions to avoid static prototype 15 years ago
Måns Rullgård 2881c83127 Call rdft by function pointer 15 years ago
Michael Niedermayer b297129bdb Hotfix for regtest-error failure 15 years ago
Justin Ruggles 59b4b54014 Add Changelog entry and bump lavf micro version for the addition of 15 years ago
James Darnley aeef3ec6f0 Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. 15 years ago
James Darnley 66061a1220 Add VorbisComment writing to FLAC files. 15 years ago
Måns Rullgård 64f6e357fd 10l: fix build without termios.h 15 years ago
Michael Niedermayer 673fc6388f Error concealment of h264 with multiple references. 15 years ago
Stefano Sabatini 1bafdcbd0a List the FFserver specific options under a "Main options" section, to 15 years ago
Stefano Sabatini 72af5d8a02 Change the definition of AVERROR_INVALIDDATA at the next libavutil 15 years ago
Stefano Sabatini 0029156589 Extend description for AVERROR_INVALIDDATA. 15 years ago
Måns Rullgård 9a9509e6ee Register atexit handler only when needed 15 years ago
Diego Biurrun f5af8f1625 Replace wrong condition name in #endif comment by correct instance. 15 years ago
Diego Biurrun 81bbd840fe Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value. 15 years ago
Anton Khirnov 7a39f142a8 ffmpeg.c: copy chapters by default. 15 years ago
Janusz Krzysztofik 5388f0b479 Reinitialize the h264 decoder context on every valid aspect ratio 15 years ago
Bobby Bingham 15ba015f71 The vflip filter does not need to keep ownership of a picture reference. 15 years ago
Bobby Bingham d313e17ab1 Use the new null callbacks to simplify filters and reduce duplicated code. 15 years ago
Bobby Bingham 91d1c741bf Create a set of null callback functions. 15 years ago
Janusz Krzysztofik 22e8222fd2 Extend the generic path of the yuv2rgb converter with support for rgb444 15 years ago
Måns Rullgård d343d59837 Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNED 15 years ago
Carl Eugen Hoyos 35a3bd844e It is difficult nowadays to compile without swscale support. 15 years ago
Stefano Sabatini fd7cbc7f9c Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather than 15 years ago
Stefano Sabatini 8d5e638f04 Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end 15 years ago
Stefano Sabatini 8bab85e54c Remove printing of frame sizes and frame rate abbreviations from 15 years ago
Robert Krüger 076db5ed57 Add a -window_title option, which sets the FFplay window title. 15 years ago
Stefano Sabatini 1400bd5a39 Make ad-hoc lavfi tests use random values for the slice height used 15 years ago
Stefano Sabatini cec96e8de3 Add some ad-hoc tests for libavfilter. 15 years ago
Ronald S. Bultje a7a85dc4c2 Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that 15 years ago
Carl Eugen Hoyos 9109cdca97 Fix compilation on PPC 470. 15 years ago
Måns Rullgård 838c7c7407 Remove $(MSG) override for install-lib targets 15 years ago
Måns Rullgård de5aba8cca Make ranlib silent in brief output mode 15 years ago
Alexis Ballier 57937d6195 qtrleenc: add rgb555 output 15 years ago
Maxim Poliakovski ace38c36bf Correct reference buffer switching in Indeo 5 decoder. 15 years ago
Kostya Shishkov 6eec969d54 document two variables in Indeo5 decoding context 15 years ago
Bobby Bingham e88c9dac07 Cosmetics: vertical align 15 years ago
Bobby Bingham c0bc2fed8e Allow format and noformat filters to be more completely disabled when the 15 years ago
Bobby Bingham 55fd1bbc1b Cosmetics: rearrange functions to simplify ifdeffery 15 years ago
Ramiro Polla ad8eede7b1 vfwcap: Free remaining packets on vfw_read_close(). 15 years ago