summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_libmpeg2.c
Commit message (Expand)AuthorAgeFilesLines
* 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