aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_libmpeg2.c
Commit message (Expand)AuthorAge
* pass the interlacing info to the filter chainGravatar henry2006-11-04
* Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm...Gravatar reimar2006-11-02
* Move #ifdefs around complete files into the build system.Gravatar diego2006-06-21
* moved code to set aspect ratio for mpeg12 away from video.c and into decoder ...Gravatar nicodvb2006-05-10
* Fix memory corruption in vd_libmpeg2Gravatar uau2006-04-27
* Unify include path handling, -I.. is in CFLAGS.Gravatar diego2005-11-18
* reserve enough memory for imageGravatar henry2004-12-01
* fix segfault with (height|width)%6!=0Gravatar henry2004-11-22
* 1e6l fix (use 422P instead of UYVY)Gravatar henry2004-11-22
* libmpeg2 4:2:2 decodingGravatar henry2004-11-20
* clenupsGravatar henry2004-08-26
* some more segfault fixesGravatar faust32004-08-26
* prevent libmpeg2 from freeing shGravatar faust32004-08-25
* actually use the acceleration on SPARCGravatar henry2004-08-24
* libmpeg2 B-frame fixGravatar henry2004-08-24
* forgotten libmpeg2 postprocessingGravatar henry2004-08-02
* Importing libmpeg2 from mpeg2dec-0.4.0bGravatar henry2004-08-02
* display height may be a lot smaller or larger than picture height, sample pro...Gravatar iive2004-06-12
* skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net>Gravatar attila2003-10-11
* clean up field flags:Gravatar rfelker2003-08-18
* Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c,Gravatar ranma2003-08-03
* libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>:Gravatar arpi2003-06-09
* fixed mem corruption bugsGravatar arpi2003-06-06
* too verboseGravatar alex2003-04-19
* passing qscale_type around so the pp code can fix the mpeg2 <<1 thingGravatar michael2003-04-18
* w%8!=0 hackGravatar arpi2003-04-15
* Oops :)Gravatar arpi2003-04-06
* Rewritten, to use new libmpeg2 0.3.1 APIGravatar arpi2003-04-06
* usage of libmpeg2, liba52, mp3lib & svq1 can be disabledGravatar arpi2002-11-01
* passing picture_type (might be usefull for postprocessing)Gravatar michael2002-10-29
* 10l. use mpcodecs_draw_slice, instead of libvo directlyGravatar arpi2002-10-16
* we don't need the 0x1FF hack any moreGravatar arpi2002-09-21
* -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make...Gravatar arpi2002-08-30
* slices+field pictures fixed, initial sig11 workaroundGravatar arpi2002-04-18
* draw_slices with framedrop fixedGravatar arpi2002-04-14
* missing #ifdfe - 0.1lGravatar arpi2002-04-07
* quant_store moved to frame structGravatar arpi2002-04-07
* use -slicesGravatar arpi2002-04-04
* rewritten - it replaces libmpeg2/decode.c nowGravatar arpi2002-04-03
* ported back hack for interlaced mpeg2, without it mplayer draws whole frame f...Gravatar iive2002-03-26
* mpegpes supportGravatar arpi2002-03-16
* handle error from mpcodecs_config_vo()Gravatar arpi2002-03-16
* missing config_voGravatar arpi2002-03-14
* divx_quality and equalizer support doneGravatar arpi2002-03-09
* mpng, libmpeg2 added, none of them finished :(Gravatar arpi2002-03-09