| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/libxvid: remove now redundant init cleanup code | Michael Niedermayer | 2015-04-24 | 1 | -25/+12 |
* | Merge commit '18db1286b04557aa2d2df7efbcb65ae825d5a469' | Michael Niedermayer | 2015-04-24 | 1 | -3/+6 |
|\ |
|
| * | libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safe | Vittorio Giovara | 2015-04-24 | 1 | -1/+8 |
| * | libxvid: Return meaningful error messages | Himangi Saraogi | 2015-02-17 | 1 | -6/+6 |
* | | avcodec/libxvid: fix potential integer overflow | Michael Niedermayer | 2015-01-07 | 1 | -1/+1 |
* | | avcodec/libxvid: check for av_malloc*() failures | Michael Niedermayer | 2015-01-03 | 1 | -0/+10 |
* | | lavc/libxvid: workaround for bug in libxvidcore | Lukasz Marek | 2014-12-05 | 1 | -0/+13 |
* | | lavc/libxvid: return meaningful error codes | Lukasz Marek | 2014-11-25 | 1 | -4/+11 |
* | | lavc/libxvid: fix mem leak in case of init failure | Lukasz Marek | 2014-11-24 | 1 | -4/+7 |
* | | Merge commit '0a024268261d05ccdcf7e03c85fb78d22037a464' | Michael Niedermayer | 2014-08-26 | 1 | -240/+250 |
|\| |
|
| * | libxvid: K&R formatting cosmetics | Gabriel Dume | 2014-08-26 | 1 | -244/+253 |
* | | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867' | Michael Niedermayer | 2014-08-15 | 1 | -2/+2 |
|\| |
|
| * | cosmetics: Write NULL pointer inequality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -2/+2 |
* | | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39' | Michael Niedermayer | 2014-08-15 | 1 | -5/+5 |
|\| |
|
| * | cosmetics: Write NULL pointer equality checks more compactly | Gabriel Dume | 2014-08-15 | 1 | -5/+5 |
* | | msvc: fix implicitly declared read/close. | Matthew Oliver | 2014-08-02 | 1 | -0/+4 |
* | | Merge commit '67bc1ba5d75953d136bfa02ce6c0a27e9fd9dac3' | Michael Niedermayer | 2014-07-22 | 1 | -12/+0 |
|\| |
|
| * | libxvid: Drop PPC-specific CPU detection hack | Diego Biurrun | 2014-07-22 | 1 | -12/+0 |
* | | avcodec/libxvid: add HAVE_UNISTD_H around #include <unistd.h> | Michael Niedermayer | 2014-07-08 | 1 | -1/+4 |
* | | avcodec/libxvid: improve return codes | Michael Niedermayer | 2014-05-01 | 1 | -2/+2 |
* | | Merge commit '6484149158b6fc6d13d2b2ef84cb26a2d3275400' | Michael Niedermayer | 2014-05-01 | 1 | -1/+8 |
|\| |
|
| * | lavc: make the xvid-specific "gmc" flag a private option of libxvid | Anton Khirnov | 2014-05-01 | 1 | -1/+8 |
| * | libxvid: fix missing end of line character | Vittorio Giovara | 2014-04-07 | 1 | -1/+1 |
* | | Merge commit 'c389a804943095ebf078daec6b64690d2c97069c' | Michael Niedermayer | 2014-04-07 | 1 | -2/+2 |
|\| |
|
| * | libxvid: Add SSIM displaying through a libxvidcore plugin | Timothy Gu | 2014-04-06 | 1 | -0/+19 |
* | | Merge commit '5ce7ca68b86856ee8e9d6530dffdadc4eca4f8d1' | Michael Niedermayer | 2014-04-07 | 1 | -6/+7 |
|\| |
|
| * | libxvid: add working lumimasking and variance AQ | Timothy Gu | 2014-04-06 | 1 | -2/+45 |
* | | Fix libxvid crash on failing initialisation. | Carl Eugen Hoyos | 2014-01-17 | 1 | -0/+1 |
* | | Merge commit 'ffe04c330335add4c6d70ab0bb98e6b3f4f7abfa' | Michael Niedermayer | 2013-11-17 | 1 | -4/+4 |
|\| |
|
| * | libxvid: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -4/+4 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | libxvid: guess a good aspect when we cant store the exact one. | Carl Eugen Hoyos | 2013-09-08 | 1 | -2/+4 |
* | | libxvid: Reduce the size of an array | Timothy Gu | 2013-08-05 | 1 | -1/+1 |
* | | avcodec/libxvid: Partially check plugins array size with assert | Michael Niedermayer | 2013-08-05 | 1 | -0/+2 |
* | | avcodec/libxvid: set lumi_aq for lumimasking | Michael Niedermayer | 2013-08-05 | 1 | -2/+5 |
* | | libxvid: cosmetics: Realign the code | Timothy Gu | 2013-08-02 | 1 | -34/+33 |
* | | libxvid: Add SSIM displaying through a libxvidcore plugin | Timothy Gu | 2013-07-31 | 1 | -0/+19 |
* | | libxvid: add working lumimasking and variance AQ | Timothy Gu | 2013-07-31 | 1 | -2/+39 |
* | | libxvid: cleanup on error pathes | Michael Niedermayer | 2013-03-02 | 1 | -5/+10 |
* | | libxvid: check & clear encoder_handle | Michael Niedermayer | 2013-03-02 | 1 | -1/+3 |
* | | libxvid: use av_freep() for saftey | Michael Niedermayer | 2013-03-02 | 1 | -5/+5 |
* | | libxvid: remove temporary files at the end | Michael Niedermayer | 2013-03-02 | 1 | -2/+9 |
* | | Merge commit '5ac673b5531d846b79a3d77e3e932e0cb1234c45' | Michael Niedermayer | 2012-10-23 | 1 | -27/+0 |
|\| |
|
| * | libxvid: remove useless doxy comments. | Anton Khirnov | 2012-10-22 | 1 | -27/+0 |
* | | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer | 2012-10-08 | 1 | -2/+2 |
|\| |
|
| * | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -2/+2 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -2/+2 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -14/+14 |
|/ |
|