2010-11-14 |
cboesch |
Remove most of the NULL pointer check before free all over the code
|
2010-06-14 |
lu_zero |
Reinstate libmpeg2 hook to export quantization
|
2010-06-10 |
diego |
libmpeg2: Remove local quantizer scale changes related to postprocessing.
|
2010-06-09 |
diego |
libmpeg2: Move pending_buffer stuff to local decoder context.
|
2010-06-09 |
diego |
cosmetics: Remove commented-out cruft.
|
2010-02-12 |
diego |
Mark all ad_info_t/vd_info_t structure declarations as const.
|
2010-01-30 |
diego |
Add missing license headers to all files in the libmpcodecs directory.
|
2009-05-13 |
diego |
whitespace cosmetics: Remove all trailing whitespace.
|
2009-03-29 |
reimar |
Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.
|
2009-01-16 |
reimar |
Lots and lots of #ifdef ARCH_... -> #if ARCH_...
|
2008-10-22 |
diego |
IWMMXT optimizations were removed from our internal libmpeg2 copy, so now
|
2008-09-06 |
diego |
Remove version information from libmpeg2 vd_info_t struct.
|
2008-05-01 |
diego |
Enable Alpha/ARM optimizations in libmpeg2.
|
2008-04-12 |
diego |
Backport SSE2-optimized IDCT routines from upstream libmpeg2.
|
2008-02-16 |
reimar |
Avoid reinit of vo with the exactly same parameters over and over.
|
2008-02-14 |
diego |
typo fix: inited --> initialized
|
2007-07-30 |
reimar |
Avoid void * arithmetic
|
2006-11-04 |
henry |
pass the interlacing info to the filter chain
|
2006-11-02 |
reimar |
Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffmpeg_aspect.ts
|
2006-06-21 |
diego |
Move #ifdefs around complete files into the build system.
|
2006-05-10 |
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
|
2006-04-27 |
uau |
Fix memory corruption in vd_libmpeg2
|
2005-11-18 |
diego |
Unify include path handling, -I.. is in CFLAGS.
|
2004-12-01 |
henry |
reserve enough memory for image
|
2004-11-22 |
henry |
fix segfault with (height|width)%6!=0
|
2004-11-22 |
henry |
1e6l fix (use 422P instead of UYVY)
|
2004-11-20 |
henry |
libmpeg2 4:2:2 decoding
|
2004-08-26 |
henry |
clenups
|
2004-08-26 |
faust3 |
some more segfault fixes
|
2004-08-25 |
faust3 |
prevent libmpeg2 from freeing sh
|
2004-08-24 |
henry |
actually use the acceleration on SPARC
|
2004-08-24 |
henry |
libmpeg2 B-frame fix
|
2004-08-02 |
henry |
forgotten libmpeg2 postprocessing
|
2004-08-02 |
henry |
Importing libmpeg2 from mpeg2dec-0.4.0b
|
2004-06-12 |
iive |
display height may be a lot smaller or larger than picture height, sample provided by winnicki
|
2003-10-11 |
attila |
skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>
|
2003-08-18 |
rfelker |
clean up field flags:
|
2003-08-03 |
ranma |
Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,
|
2003-06-09 |
arpi |
libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:
|
2003-06-06 |
arpi |
fixed mem corruption bugs
|
2003-04-19 |
alex |
too verbose
|
2003-04-18 |
michael |
passing qscale_type around so the pp code can fix the mpeg2 <<1 thing
|
2003-04-15 |
arpi |
w%8!=0 hack
|
2003-04-06 |
arpi |
Oops :)
|
2003-04-06 |
arpi |
Rewritten, to use new libmpeg2 0.3.1 API
|
2002-11-01 |
arpi |
usage of libmpeg2, liba52, mp3lib & svq1 can be disabled
|
2002-10-29 |
michael |
passing picture_type (might be usefull for postprocessing)
|
2002-10-16 |
arpi |
10l. use mpcodecs_draw_slice, instead of libvo directly
|
2002-09-21 |
arpi |
we don't need the 0x1FF hack any more
|
2002-08-30 |
arpi |
-afm/-vfm migration from ID (int) to NAME (string) - simplifies code and makes dlopen()'ing possible
|
2002-04-18 |
arpi |
slices+field pictures fixed, initial sig11 workaround
|
2002-04-14 |
arpi |
draw_slices with framedrop fixed
|
2002-04-07 |
arpi |
missing #ifdfe - 0.1l
|
2002-04-07 |
arpi |
quant_store moved to frame struct
|
2002-04-04 |
arpi |
use -slices
|
2002-04-03 |
arpi |
rewritten - it replaces libmpeg2/decode.c now
|
2002-03-26 |
iive |
ported back hack for interlaced mpeg2, without it mplayer draws whole frame for every field -100% slowdown
|
2002-03-16 |
arpi |
mpegpes support
|
2002-03-16 |
arpi |
handle error from mpcodecs_config_vo()
|
2002-03-14 |
arpi |
missing config_vo
|