summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Ignore x264 build=0 as there is no such version, this restores previousMichael Niedermayer2010-03-21
* Fix FLAC demuxer dependencies.James Darnley2010-03-21
* Drop AVERROR_NOFMT at the next libavutil major bump.Stefano Sabatini2010-03-21
* Make av_open_input_file() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
* Make g729dec.c:decode_frame() return AVERROR_INVALIDDATA rather thanStefano Sabatini2010-03-21
* Do not use puts, it adds additional newlines making the generated filesReimar Döffinger2010-03-21
* Add support for hard-coding the 256kB large dv_vlc_map table.Reimar Döffinger2010-03-21
* Extend and move macros to create table printing functions to header.Reimar Döffinger2010-03-21
* Split VLC-related tables out of dvdata.h to make it easier to add supportReimar Döffinger2010-03-21
* Reindent after r22618.Vitor Sessak2010-03-21
* Split DCT-II and DCT-III in different functions, they do not share any code.Vitor Sessak2010-03-21
* Call DCT by function pointer. Needed for any future ASM implementation andVitor Sessak2010-03-21
* Cosmetics: move ff_dct_init() to the bottom of the fileVitor Sessak2010-03-21
* DCT: remove unused field from contextVitor Sessak2010-03-21
* fix minor typoKostya Shishkov2010-03-21
* Revert removal of _NETBSD_SOURCE definition.Diego Biurrun2010-03-21
* fix compilation with --disable-everything --enable-decoder=mpeg2videoAurelien Jacobs2010-03-20
* Move variable declaration, fixes the warning:Diego Biurrun2010-03-20
* rdft: reorder functions to avoid static prototypeMåns Rullgård2010-03-20
* Call rdft by function pointerMåns Rullgård2010-03-20
* Hotfix for regtest-error failureMichael Niedermayer2010-03-20
* Add Changelog entry and bump lavf micro version for the addition ofJustin Ruggles2010-03-20
* Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files.James Darnley2010-03-20
* Add VorbisComment writing to FLAC files.James Darnley2010-03-20
* 10l: fix build without termios.hMåns Rullgård2010-03-20
* Error concealment of h264 with multiple references.Michael Niedermayer2010-03-20
* List the FFserver specific options under a "Main options" section, toStefano Sabatini2010-03-20
* Change the definition of AVERROR_INVALIDDATA at the next libavutilStefano Sabatini2010-03-19
* Extend description for AVERROR_INVALIDDATA.Stefano Sabatini2010-03-19
* Register atexit handler only when neededMåns Rullgård2010-03-19
* Replace wrong condition name in #endif comment by correct instance.Diego Biurrun2010-03-19
* Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.Diego Biurrun2010-03-19
* ffmpeg.c: copy chapters by default.Anton Khirnov2010-03-19
* Reinitialize the h264 decoder context on every valid aspect ratioJanusz Krzysztofik2010-03-18
* The vflip filter does not need to keep ownership of a picture reference.Bobby Bingham2010-03-18
* Use the new null callbacks to simplify filters and reduce duplicated code.Bobby Bingham2010-03-18
* Create a set of null callback functions.Bobby Bingham2010-03-18
* Extend the generic path of the yuv2rgb converter with support for rgb444Janusz Krzysztofik2010-03-18
* Replace remaining uses of ATTR_ALIGNED with DECLARE_ALIGNEDMåns Rullgård2010-03-18
* It is difficult nowadays to compile without swscale support.Carl Eugen Hoyos2010-03-18
* Make g729dec.c:decoder_init() return AVERROR(EINVAL) rather thanStefano Sabatini2010-03-18
* Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if endStefano Sabatini2010-03-18
* Remove printing of frame sizes and frame rate abbreviations fromStefano Sabatini2010-03-17
* Add a -window_title option, which sets the FFplay window title.Robert Krüger2010-03-17
* Make ad-hoc lavfi tests use random values for the slice height usedStefano Sabatini2010-03-17
* Add some ad-hoc tests for libavfilter.Stefano Sabatini2010-03-17
* Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so thatRonald S. Bultje2010-03-17
* Fix compilation on PPC 470.Carl Eugen Hoyos2010-03-17
* Remove $(MSG) override for install-lib targetsMåns Rullgård2010-03-17
* Make ranlib silent in brief output modeMåns Rullgård2010-03-17