| Commit message (Expand) | Author | Age | Files | Lines |
* | Lots and lots of #ifdef ARCH_... -> #if ARCH_... | reimar | 2009-01-16 | 1 | -2/+2 |
* | IWMMXT optimizations were removed from our internal libmpeg2 copy, so now | diego | 2008-10-22 | 1 | -3/+1 |
* | Remove version information from libmpeg2 vd_info_t struct. | diego | 2008-09-06 | 1 | -1/+1 |
* | Enable Alpha/ARM optimizations in libmpeg2. | diego | 2008-05-01 | 1 | -1/+10 |
* | Backport SSE2-optimized IDCT routines from upstream libmpeg2. | diego | 2008-04-12 | 1 | -0/+2 |
* | Avoid reinit of vo with the exactly same parameters over and over. | reimar | 2008-02-16 | 1 | -6/+20 |
* | typo fix: inited --> initialized | diego | 2008-02-14 | 1 | -1/+1 |
* | Avoid void * arithmetic | reimar | 2007-07-30 | 1 | -2/+2 |
* | pass the interlacing info to the filter chain | henry | 2006-11-04 | 1 | -0/+2 |
* | Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm... | reimar | 2006-11-02 | 1 | -0/+3 |
* | Move #ifdefs around complete files into the build system. | diego | 2006-06-21 | 1 | -2/+0 |
* | moved code to set aspect ratio for mpeg12 away from video.c and into decoder ... | nicodvb | 2006-05-10 | 1 | -0/+4 |
* | Fix memory corruption in vd_libmpeg2 | uau | 2006-04-27 | 1 | -9/+29 |
* | Unify include path handling, -I.. is in CFLAGS. | diego | 2005-11-18 | 1 | -1/+1 |
* | reserve enough memory for image | henry | 2004-12-01 | 1 | -2/+2 |
* | fix segfault with (height|width)%6!=0 | henry | 2004-11-22 | 1 | -8/+8 |
* | 1e6l fix (use 422P instead of UYVY) | henry | 2004-11-22 | 1 | -32/+25 |
* | libmpeg2 4:2:2 decoding | henry | 2004-11-20 | 1 | -30/+65 |
* | clenups | henry | 2004-08-26 | 1 | -7/+12 |
* | some more segfault fixes | faust3 | 2004-08-26 | 1 | -0/+5 |
* | prevent libmpeg2 from freeing sh | faust3 | 2004-08-25 | 1 | -0/+1 |
* | actually use the acceleration on SPARC | henry | 2004-08-24 | 1 | -2/+2 |
* | libmpeg2 B-frame fix | henry | 2004-08-24 | 1 | -28/+50 |
* | forgotten libmpeg2 postprocessing | henry | 2004-08-02 | 1 | -0/+11 |
* | Importing libmpeg2 from mpeg2dec-0.4.0b | henry | 2004-08-02 | 1 | -14/+5 |
* | display height may be a lot smaller or larger than picture height, sample pro... | iive | 2004-06-12 | 1 | -3/+3 |
* | skip null frames in mpeg files, patch by Zoltan Hidvegi <mplayer@hzoli.2y.net> | attila | 2003-10-11 | 1 | -0/+2 |
* | clean up field flags: | rfelker | 2003-08-18 | 1 | -4/+5 |
* | Add mpeg2_flags to mp_image_t, copy flags in vd_libmpeg2.c, | ranma | 2003-08-03 | 1 | -0/+6 |
* | libmpeg2-altivec patch by Magnus Damm <damm@opensource.se>: | arpi | 2003-06-09 | 1 | -0/+2 |
* | fixed mem corruption bugs | arpi | 2003-06-06 | 1 | -4/+4 |
* | too verbose | alex | 2003-04-19 | 1 | -1/+1 |
* | passing qscale_type around so the pp code can fix the mpeg2 <<1 thing | michael | 2003-04-18 | 1 | -0/+1 |
* | w%8!=0 hack | arpi | 2003-04-15 | 1 | -2/+2 |
* | Oops :) | arpi | 2003-04-06 | 1 | -2/+0 |
* | Rewritten, to use new libmpeg2 0.3.1 API | arpi | 2003-04-06 | 1 | -251/+118 |
* | usage of libmpeg2, liba52, mp3lib & svq1 can be disabled | arpi | 2002-11-01 | 1 | -0/+3 |
* | passing picture_type (might be usefull for postprocessing) | michael | 2002-10-29 | 1 | -0/+11 |
* | 10l. use mpcodecs_draw_slice, instead of libvo directly | arpi | 2002-10-16 | 1 | -3/+2 |
* | we don't need the 0x1FF hack any more | arpi | 2002-09-21 | 1 | -2/+2 |
* | -afm/-vfm migration from ID (int) to NAME (string) - simplifies code and make... | arpi | 2002-08-30 | 1 | -1/+0 |
* | slices+field pictures fixed, initial sig11 workaround | arpi | 2002-04-18 | 1 | -1/+19 |
* | draw_slices with framedrop fixed | arpi | 2002-04-14 | 1 | -1/+1 |
* | missing #ifdfe - 0.1l | arpi | 2002-04-07 | 1 | -0/+2 |
* | quant_store moved to frame struct | arpi | 2002-04-07 | 1 | -5/+2 |
* | use -slices | arpi | 2002-04-04 | 1 | -1/+1 |
* | rewritten - it replaces libmpeg2/decode.c now | arpi | 2002-04-03 | 1 | -27/+234 |
* | ported back hack for interlaced mpeg2, without it mplayer draws whole frame f... | iive | 2002-03-26 | 1 | -1/+3 |
* | mpegpes support | arpi | 2002-03-16 | 1 | -3/+17 |
* | handle error from mpcodecs_config_vo() | arpi | 2002-03-16 | 1 | -2/+1 |
* | missing config_vo | arpi | 2002-03-14 | 1 | -0/+1 |
* | divx_quality and equalizer support done | arpi | 2002-03-09 | 1 | -1/+1 |
* | mpng, libmpeg2 added, none of them finished :( | arpi | 2002-03-09 | 1 | -0/+56 |