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