aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 10l - fixed wma version misdetectionGravatar alex2002-10-29
* passing picture_type (might be usefull for postprocessing)Gravatar michael2002-10-29
* fixing segfaultGravatar michael2002-10-29
* postprocessing cleanup:Gravatar michael2002-10-28
* config_vo error handlingGravatar arpi2002-10-28
* pass extradata to the codecGravatar arpi2002-10-28
* 1l :)Gravatar arpi2002-10-27
* handle direct rendering buffer allocation failureGravatar michael2002-10-27
* 2xSai filter... just for fun, imho uselessGravatar arpi2002-10-25
* debug izeGravatar arpi2002-10-25
* 10l... #ifdef doesn't work for enums :(Gravatar arpi2002-10-24
* updated commentsGravatar arpi2002-10-24
* 100l - Michael is right, we don't need le2me hereGravatar arpi2002-10-24
* 10lGravatar arpi2002-10-23
* fixed unaligned access (bus error on sparc)Gravatar arpi2002-10-23
* automatic rotation for mode 4..7, based onGravatar arpi2002-10-23
* time.h required for select()Gravatar arpi2002-10-23
* -vop bmovl - BitMap OVerLay videofilter for MPlayerGravatar arpi2002-10-23
* - using avcodec_alloc_context()Gravatar arpi2002-10-22
* compiler warning fixes by DominikGravatar arpi2002-10-22
* task doneGravatar alex2002-10-19
* using sh->context for private dataGravatar alex2002-10-19
* support to use minilzo lib alternativelyGravatar alex2002-10-19
* bypass palette from bih, when codec cannot give it in o_bihGravatar arpi2002-10-19
* #ifdef PIX_FMT_YUV411P...Gravatar arpi2002-10-19
* exporting palette for 4/8bpp modesGravatar arpi2002-10-17
* fixing palette exportGravatar arpi2002-10-17
* rgb1/rgb4 supportGravatar arpi2002-10-17
* 10l bug, found by valgrind :)Gravatar arpi2002-10-16
* 10l. use mpcodecs_draw_slice, instead of libvo directlyGravatar arpi2002-10-16
* new filter: 1bpp - converts 1bpp image to yuv/rgb 8/16/32 bppGravatar arpi2002-10-16
* set up ss_div/ss_mul properly, accept 'alaw' fourcc tooGravatar arpi2002-10-16
* tell the codec wrapper the codec path (fixes realaudio Sipr)Gravatar arpi2002-10-16
* MSGL_DBG2 -> MSGL_INFOGravatar attila2002-10-14
* printf -> mp_msgGravatar attila2002-10-14
* put M4S2 & MP4S headers in avctx->extradata (in the unlikely case that they a...Gravatar michael2002-10-14
* compiler warning fixesGravatar arpi2002-10-13
* liblzo realtime video codec support (decoding only)Gravatar arpi2002-10-13
* make local stuff 'static', complete uninitGravatar arpi2002-10-13
* new error resilience supportGravatar michael2002-10-13
* yuy2 output supportGravatar michael2002-10-13
* don't honor stride hints if the next filter(chain) doesn't support strideGravatar arpi2002-10-10
* support for VFCAP_ACCEPT_STRIDE in vo driversGravatar arpi2002-10-09
* VFCAP_DRAW_SLICE addedGravatar arpi2002-10-09
* parse samplerate & channels from LPCM headerGravatar arpi2002-10-08
* reset channels tooGravatar arpi2002-10-08
* 411P added (DV ntsc)Gravatar arpi2002-10-07
* argh. gcc sux. someone please explain why float x=0; if(x>0) ... is true.Gravatar arpi2002-10-07
* I think libfaad2 changed recently. The functions faacDecInit() andGravatar arpi2002-10-07
* I found that default isn't optimal so it's changed a bit. :)Gravatar arpi2002-10-06