summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_libmpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* Make video decoder description structs constUoti Urpala2008-04-251-1/+1
* Move vd_use_slices to options structUoti Urpala2008-04-251-2/+2
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.diego2008-04-121-0/+2
* Avoid reinit of vo with the exactly same parameters over and over.reimar2008-02-161-6/+20
* typo fix: inited --> initializeddiego2008-02-141-1/+1
* Avoid void * arithmeticreimar2007-07-301-2/+2
* pass the interlacing info to the filter chainhenry2006-11-041-0/+2
* Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm...reimar2006-11-021-0/+3
* Move #ifdefs around complete files into the build system.diego2006-06-211-2/+0
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...nicodvb2006-05-101-0/+4
* Fix memory corruption in vd_libmpeg2uau2006-04-271-9/+29
* Unify include path handling, -I.. is in CFLAGS.diego2005-11-181-1/+1
* reserve enough memory for imagehenry2004-12-011-2/+2
* fix segfault with (height|width)%6!=0henry2004-11-221-8/+8
* 1e6l fix (use 422P instead of UYVY)henry2004-11-221-32/+25
* libmpeg2 4:2:2 decodinghenry2004-11-201-30/+65
* clenupshenry2004-08-261-7/+12
* some more segfault fixesfaust32004-08-261-0/+5
* prevent libmpeg2 from freeing shfaust32004-08-251-0/+1
* actually use the acceleration on SPARChenry2004-08-241-2/+2
* libmpeg2 B-frame fixhenry2004-08-241-28/+50
* forgotten libmpeg2 postprocessinghenry2004-08-021-0/+11
* Importing libmpeg2 from mpeg2dec-0.4.0bhenry2004-08-021-14/+5
* display height may be a lot smaller or larger than picture height, sample pro...iive2004-06-121-3/+3
* skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>attila2003-10-111-0/+2
* clean up field flags:rfelker2003-08-181-4/+5
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,ranma2003-08-031-0/+6
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:arpi2003-06-091-0/+2
* fixed mem corruption bugsarpi2003-06-061-4/+4
* too verbosealex2003-04-191-1/+1
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingmichael2003-04-181-0/+1
* w%8!=0 hackarpi2003-04-151-2/+2
* Oops :)arpi2003-04-061-2/+0
* Rewritten, to use new libmpeg2 0.3.1 APIarpi2003-04-061-251/+118
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledarpi2002-11-011-0/+3
* passing picture_type (might be usefull for postprocessing)michael2002-10-291-0/+11
* 10l. use mpcodecs_draw_slice, instead of libvo directlyarpi2002-10-161-3/+2
* we don't need the 0x1FF hack any morearpi2002-09-211-2/+2
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...arpi2002-08-301-1/+0
* slices+field pictures fixed, initial sig11 workaroundarpi2002-04-181-1/+19
* draw_slices with framedrop fixedarpi2002-04-141-1/+1
* missing #ifdfe - 0.1larpi2002-04-071-0/+2
* quant_store moved to frame structarpi2002-04-071-5/+2
* use -slicesarpi2002-04-041-1/+1
* rewritten - it replaces libmpeg2/decode.c nowarpi2002-04-031-27/+234
* ported back hack for interlaced mpeg2, without it mplayer draws whole frame f...iive2002-03-261-1/+3
* mpegpes supportarpi2002-03-161-3/+17
* handle error from mpcodecs_config_vo()arpi2002-03-161-2/+1
* missing config_voarpi2002-03-141-0/+1
* divx_quality and equalizer support donearpi2002-03-091-1/+1
* mpng, libmpeg2 added, none of them finished :(arpi2002-03-091-0/+56