Sun, 14 Nov 2010 09:12:34 +0000 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
Mon, 14 Jun 2010 08:55:32 +0000 |
lu_zero |
Reinstate libmpeg2 hook to export quantization
|
Thu, 10 Jun 2010 09:52:30 +0000 |
diego |
libmpeg2: Remove local quantizer scale changes related to postprocessing.
|
Wed, 09 Jun 2010 16:56:21 +0000 |
diego |
libmpeg2: Move pending_buffer stuff to local decoder context.
|
Wed, 09 Jun 2010 16:07:46 +0000 |
diego |
cosmetics: Remove commented-out cruft.
|
Fri, 12 Feb 2010 16:29:34 +0000 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
Sat, 30 Jan 2010 16:57:40 +0000 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
Wed, 13 May 2009 02:58:57 +0000 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
Sun, 29 Mar 2009 14:15:09 +0000 |
reimar |
Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.
|
Fri, 16 Jan 2009 09:21:21 +0000 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
Wed, 22 Oct 2008 23:39:39 +0000 |
diego |
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
|
Sat, 06 Sep 2008 18:13:44 +0000 |
diego |
Remove version information from libmpeg2 vd_info_t struct.
|
Thu, 01 May 2008 12:30:29 +0000 |
diego |
Enable Alpha/ARM optimizations in libmpeg2.
|
Sat, 12 Apr 2008 22:42:00 +0000 |
diego |
Backport SSE2-optimized IDCT routines from upstream libmpeg2.
|
Sat, 16 Feb 2008 14:31:34 +0000 |
reimar |
Avoid reinit of vo with the exactly same parameters over and over.
|
Thu, 14 Feb 2008 14:23:55 +0000 |
diego |
typo fix: inited --> initialized
|
Mon, 30 Jul 2007 14:52:07 +0000 |
reimar |
Avoid void * arithmetic
|
Sat, 04 Nov 2006 07:08:54 +0000 |
henry |
pass the interlacing info to the filter chain
|
Thu, 02 Nov 2006 16:20:25 +0000 |
reimar |
Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffmpeg_aspect.ts
|
Wed, 21 Jun 2006 14:49:09 +0000 |
diego |
Move #ifdefs around complete files into the build system.
|
Wed, 10 May 2006 22:03:18 +0000 |
nicodvb |
moved code to set aspect ratio for mpeg12 away from video.c and into decoder files; A/R changes work correctly with -vc mpeg12
|
Thu, 27 Apr 2006 02:46:33 +0000 |
uau |
Fix memory corruption in vd_libmpeg2
|
Fri, 18 Nov 2005 14:39:25 +0000 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
Wed, 01 Dec 2004 09:35:31 +0000 |
henry |
reserve enough memory for image
|
Mon, 22 Nov 2004 15:32:08 +0000 |
henry |
fix segfault with (height|width)%6!=0
|
Mon, 22 Nov 2004 10:20:47 +0000 |
henry |
1e6l fix (use 422P instead of UYVY)
|
Sat, 20 Nov 2004 14:37:38 +0000 |
henry |
libmpeg2 4:2:2 decoding
|
Thu, 26 Aug 2004 12:07:02 +0000 |
henry |
clenups
|
Thu, 26 Aug 2004 10:34:20 +0000 |
faust3 |
some more segfault fixes
|
Wed, 25 Aug 2004 16:29:21 +0000 |
faust3 |
prevent libmpeg2 from freeing sh
|