42 Commits (24dfd6e79b4116dcb0e0acb0f6ebeb8f0fe3b263)

Author SHA1 Message Date
Gabriel Dume 0a02426826 libxvid: K&R formatting cosmetics 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 11 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 11 years ago
Matthew Oliver 66627075d9 msvc: fix implicitly declared read/close. 11 years ago
Diego Biurrun 67bc1ba5d7 libxvid: Drop PPC-specific CPU detection hack 11 years ago
Michael Niedermayer 39ea21713c avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h> 11 years ago
Michael Niedermayer e881a96632 avcodec/libxvid: improve return codes 11 years ago
Anton Khirnov 6484149158 lavc: make the xvid-specific "gmc" flag a private option of libxvid 11 years ago
Vittorio Giovara 17a75a8c09 libxvid: fix missing end of line character 11 years ago
Timothy Gu c389a80494 libxvid: Add SSIM displaying through a libxvidcore plugin 11 years ago
Timothy Gu 5ce7ca68b8 libxvid: add working lumimasking and variance AQ 11 years ago
Carl Eugen Hoyos ee3fc8aa86 Fix libxvid crash on failing initialisation. 11 years ago
Anton Khirnov ffe04c3303 libxvid: use the AVFrame API properly. 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Carl Eugen Hoyos 43353bf32c libxvid: guess a good aspect when we cant store the exact one. 11 years ago
Timothy Gu 3217a706e2 libxvid: Reduce the size of an array 12 years ago
Michael Niedermayer 1ccc2157ff avcodec/libxvid: Partially check plugins array size with assert 12 years ago
Michael Niedermayer 412df0a52f avcodec/libxvid: set lumi_aq for lumimasking 12 years ago
Timothy Gu b3f858b829 libxvid: cosmetics: Realign the code 12 years ago
Timothy Gu 3b3c1ed076 libxvid: Add SSIM displaying through a libxvidcore plugin 12 years ago
Timothy Gu ccb212b6c3 libxvid: add working lumimasking and variance AQ 12 years ago
Michael Niedermayer 4f0d4acc70 libxvid: cleanup on error pathes 12 years ago
Michael Niedermayer 667bf15652 libxvid: check & clear encoder_handle 12 years ago
Michael Niedermayer 8fe59240a1 libxvid: use av_freep() for saftey 12 years ago
Michael Niedermayer 6a8f6c773d libxvid: remove temporary files at the end 12 years ago
Anton Khirnov 5957aefc7c libxvid: remove useless doxy comments. 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 13 years ago
Diego Biurrun c8b4a3999b libxvid: Give more suitable names to libxvid-related files. 13 years ago
Diego Biurrun 5b432d66ce libxvid: Separate libxvid encoder from libxvid rate control code. 13 years ago
Diego Biurrun 219a9ed19e libxvid: Reorder functions to avoid forward declarations; make functions static. 13 years ago
Diego Biurrun 679481b3b6 Drop some pointless #ifdefs. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Diego Biurrun a92be9b856 Replace memset(0) by zero initializations. 13 years ago
Paul B Mahol ae2c33b0c2 cosmetics: remove superfluous curly brackets 13 years ago
Michael Niedermayer fcd8a3c8c2 libxvidff: switch to ff_alloc_packet2(). 13 years ago
Anton Khirnov 4da6d194e5 libxvid: switch to encode2(). 13 years ago
Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 13 years ago
Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 13 years ago
Michael Niedermayer 74dbb5388e av_tempfile: Pass int log_offset, void *log_ctx 13 years ago
Michael Niedermayer 885158c887 Move av_tempfile() into libavutil, it is a generically usefull thing and its small. 13 years ago
Anton Khirnov ec6402b7c5 lavc: use designated initialisers for all codecs. 14 years ago
Diego Biurrun d8dbe20241 libxvid: Add const qualifier to silence compiler warning. 14 years ago
Christian Schmidt 6c374bc0b4 libxvid: add missing include of libavutil/mathematics.h 14 years ago
Carl Eugen Hoyos 315f0e3fd8 Fix possible double free when encoding using xvid. 14 years ago
Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
Stefano Sabatini ce5e49b0c2 replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* 14 years ago
Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
Michael Niedermayer b0efaee6c1 make xvid less picky about unkown aspect 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago