aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* per context cpuCaps (idea by kabi)Gravatar michael2002-10-30
* change qscale type to int8 and fix qscale orderingGravatar michael2002-10-30
* The default query_format shouldn't accept IMGFMT_MPEGPESGravatar albeu2002-10-30
* 10L ! Don't remove the scale filter if we don't added ourselfGravatar albeu2002-10-30
* cleanly passing the cpuCapsGravatar michael2002-10-30
* Auto insert vf_lavc for the MPEG vo'sGravatar albeu2002-10-29
* new video filter: unsharp - does image (l/c/l+c) sharping/bluringGravatar arpi2002-10-29
* cleanupGravatar michael2002-10-29
* cosmetics ;)Gravatar michael2002-10-29
* better deblocking filterGravatar michael2002-10-29
* cleaned up liblzo detect and namingGravatar alex2002-10-29
* 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