aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs/vd_libmpeg2.c
Commit message (Expand)AuthorAge
* cleanup: remove NULL checks before free() all over the codeGravatar cboesch2010-11-14
* Merge svn changes up to r30463Gravatar Uoti Urpala2010-03-09
|\
| * Add missing license headers to all files in the libmpcodecs directory.Gravatar diego2010-01-30
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29117Gravatar Uoti Urpala2009-04-01
|\|
| * Use MP_MAX_PLANES as size of arrays passed to mpcodecs_draw_slice.Gravatar reimar2009-03-29
* | Merge svn changes up to r28341Gravatar Uoti Urpala2009-01-19
|\|
| * Lots and lots of #ifdef ARCH_... -> #if ARCH_...Gravatar reimar2009-01-16
* | Merge svn changes up to 27824Gravatar Uoti Urpala2008-10-25
|\|
| * IWMMXT optimizations were removed from our internal libmpeg2 copy, so nowGravatar diego2008-10-22
* | Merge svn changes up to r27573Gravatar Uoti Urpala2008-09-10
|\|
| * Remove version information from libmpeg2 vd_info_t struct.Gravatar diego2008-09-06
* | Merge svn changes up to r26680Gravatar Uoti Urpala2008-05-07
|\|
| * Enable Alpha/ARM optimizations in libmpeg2.Gravatar diego2008-05-01
* | Make video decoder description structs constGravatar Uoti Urpala2008-04-25
* | Move vd_use_slices to options structGravatar Uoti Urpala2008-04-25
|/
* Backport SSE2-optimized IDCT routines from upstream libmpeg2.Gravatar diego2008-04-12
* Avoid reinit of vo with the exactly same parameters over and over.Gravatar reimar2008-02-16
* typo fix: inited --> initializedGravatar diego2008-02-14
* Avoid void * arithmeticGravatar reimar2007-07-30
* 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