| Commit message (Expand) | Author | Age | Files | Lines |
* | configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. | Diego Biurrun | 2011-05-12 | 1 | -3/+0 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -7/+7 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Remove a few if (p) av_freep(&p) forms | Clément Bœsch | 2011-02-04 | 1 | -2/+1 |
* | Remove a few if (p) av_free(p) forms | Clément Bœsch | 2011-02-03 | 1 | -6/+3 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use forced key frames when encoding with libxvid. | Nicolas George | 2010-10-22 | 1 | -1/+5 |
* | Move mm_support() from libavcodec to libavutil, make it a public | Stefano Sabatini | 2010-09-08 | 1 | -2/+2 |
* | Remove reference to not anymore existing symbol has_altivec and use | Stefano Sabatini | 2010-09-08 | 1 | -4/+2 |
* | Fix doxy that refers to the wrong variable. | Michael Niedermayer | 2010-07-27 | 1 | -15/+16 |
* | Current Cygwin has mkstemp(). | Víctor Paesa | 2010-07-09 | 1 | -1/+1 |
* | libxvid: add some const fixing a warning | Måns Rullgård | 2010-07-09 | 1 | -1/+1 |
* | Allow using libxvid RC without enabling encoding wrapper | Måns Rullgård | 2010-07-09 | 1 | -36/+40 |
* | Rename av_tempfile() to ff_tempfile() | Måns Rullgård | 2010-07-06 | 1 | -2/+2 |
* | Move av_tempfile() to libxvidff.c as only the xvid wrapper needs it | Måns Rullgård | 2010-07-06 | 1 | -0/+42 |
* | Fix grammar errors in documentation | Måns Rullgård | 2010-06-30 | 1 | -7/+7 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | libxvid: Clear extradata pointer when freeing it. | Ramiro Polla | 2010-03-26 | 1 | -1/+1 |
* | libxvid is producing standard mpeg4 so it don't need its own codec id | Aurelien Jacobs | 2010-03-12 | 1 | -1/+1 |
* | Make the following functions static (and remove ff_), they are only used | Carl Eugen Hoyos | 2010-02-28 | 1 | -6/+6 |
* | Mark all pix_fmts and supported_framerates compound literals as const. | Reimar Döffinger | 2009-09-06 | 1 | -1/+1 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Fix filenames in Doxygen comments. | Diego Biurrun | 2009-01-26 | 1 | -1/+1 |
* | Fix compilation with --enable-libxvid. | Carl Eugen Hoyos | 2009-01-17 | 1 | -0/+1 |
* | remove ff_get_fourcc() and use AV_RL32() instead | Aurelien Jacobs | 2009-01-17 | 1 | -1/+1 |
* | export gcd function as av_gcd() | Aurelien Jacobs | 2009-01-17 | 1 | -2/+2 |
* | Change semantic of CONFIG_*, HAVE_* and ARCH_*. | Aurelien Jacobs | 2009-01-13 | 1 | -2/+2 |
* | consistency cosmetics: Rename POWERPC identifiers to PPC. | Diego Biurrun | 2008-12-27 | 1 | -1/+1 |
* | Do not invade _t POSIX namespace. | Diego Biurrun | 2008-12-13 | 1 | -15/+15 |
* | Delete unnecessary 'extern' keywords. | Diego Biurrun | 2008-12-03 | 1 | -1/+1 |
* | Remove stuff under #if LIBAVCODEC_VERSION_INT. | Michael Niedermayer | 2008-09-08 | 1 | -3/+0 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | uniformize trellis quant option | Baptiste Coudurier | 2008-06-09 | 1 | -1/+5 |
* | cosmetics: XviD is now called Xvid. | Diego Biurrun | 2008-05-27 | 1 | -27/+27 |
* | Replace some occurrences of -1 with PIX_FMT_NONE. | Carl Eugen Hoyos | 2008-05-11 | 1 | -1/+1 |
* | Add some long names to AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -0/+1 |
* | Set pixel aspect ratio for libxvid wrapper. | Thorsten Jordan | 2008-04-24 | 1 | -0/+11 |
* | Make Xvid wrapper use threads (with support for newest CVS Xvid only) | Thorsten Jordan | 2008-04-22 | 1 | -2/+3 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | Remove pointless code. | Michael Niedermayer | 2008-02-09 | 1 | -2/+0 |
* | Use HAVE_ALTIVEC preprocessor conditionals like in the rest of FFmpeg. | Diego Biurrun | 2008-02-09 | 1 | -2/+2 |
* | Consistent naming and lib prefixes for x264, xvid and mp3lame within the code. | Diego Biurrun | 2007-06-06 | 1 | -2/+2 |
* | Give all wrappers for external libraries names starting with lib. | Diego Biurrun | 2007-06-06 | 1 | -0/+767 |