28 Commits (c33c1fa8af2b2e82418a06901b6ad17b3d61b73e)

Author SHA1 Message Date
  Vittorio Giovara e25cac50e0 lavc: Add missing mem.h header to libxvid and screenpresso 10 years ago
  Luca Barbato ce70f28a17 avpacket: Replace av_free_packet with av_packet_unref 10 years ago
  Vittorio Giovara e60a6e7545 mpegvideo: Drop mpegvideo.h where not needed 10 years ago
  Vittorio Giovara 5d14cf1999 mpegvideo: Make sure mpegutils.h is included where needed 10 years ago
  Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
  Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 10 years ago
  Vittorio Giovara 4b6b1082a7 lavc: Deprecate avctx.me_method 10 years ago
  Vittorio Giovara 40cf1bbacc Deprecate avctx.coded_frame 10 years ago
  Vittorio Giovara 5d3addb937 Add a quality factor packet side data 10 years ago
  Vittorio Giovara d6604b29ef Gather all coded_frame allocations and free functions to a single place 10 years ago
  Vittorio Giovara 7fc8d8a1b3 libxvid: Do not entangle coded_frame 10 years ago
  Vittorio Giovara fef2f4722b xvid: Check memory allocation 10 years ago
  Vittorio Giovara 18db1286b0 libxvid: Make codec use the init-cleanup flag and mark it as init-thread-safe 10 years ago
  Himangi Saraogi a1e2c47cd4 libxvid: Return meaningful error messages 10 years ago
  Gabriel Dume 0a02426826 libxvid: K&R formatting cosmetics 11 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
  Diego Biurrun 67bc1ba5d7 libxvid: Drop PPC-specific CPU detection hack 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 12 years ago
  Timothy Gu 5ce7ca68b8 libxvid: add working lumimasking and variance AQ 12 years ago
  Anton Khirnov ffe04c3303 libxvid: use the AVFrame API properly. 12 years ago
  Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 12 years ago
  Anton Khirnov 5957aefc7c libxvid: remove useless doxy comments. 13 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 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. 14 years ago
  Anton Khirnov 4da6d194e5 libxvid: switch to encode2(). 13 years ago
  Diego Biurrun 3dc99a18d4 cosmetics: drop some pointless parentheses 14 years ago
  Diego Biurrun 20566eb0f0 Replace outdated references to ffmpeg tool with avconv. 14 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
  Diego Biurrun 046f081b46 configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS. 14 years ago
  Stefano Sabatini 975a1447f7 Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. 14 years ago
  Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
  Clément Bœsch 523d9407d5 Remove a few if (p) av_freep(&p) forms 14 years ago
  Clément Bœsch 437fb1c87d Remove a few if (p) av_free(p) forms 14 years ago
  Diego Elio Pettenò d36beb3f69 Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. 14 years ago
  Nicolas George f9b4eef457 Use forced key frames when encoding with libxvid. 15 years ago
  Stefano Sabatini c6c98d0897 Move mm_support() from libavcodec to libavutil, make it a public 15 years ago
  Stefano Sabatini 9ec7458ddf Remove reference to not anymore existing symbol has_altivec and use 15 years ago
  Michael Niedermayer a20df85886 Fix doxy that refers to the wrong variable. 15 years ago
  Víctor Paesa 4b04c5ca29 Current Cygwin has mkstemp(). 15 years ago