aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* 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
* Adding -format and -af switchesGravatar anders2002-10-06
* aufio filter layer (libaf) integration to libmpcodecs, mplayer and mencoderGravatar arpi2002-10-05
* renamed to LUT-based sw. eq.Gravatar alex2002-10-04
* 1l - update len too in sliced modeGravatar arpi2002-10-01
* fixing RV10 streamcopy - detect packet format (simple single frame vs. slicesGravatar arpi2002-10-01
* rv10 cleanupGravatar michael2002-10-01
* idct algo selection supportGravatar michael2002-09-29
* removed obsolote func, some cosmetics of AUDIO: msgGravatar arpi2002-09-29
* warning fixesGravatar arpi2002-09-29
* vcodec=mpeg4 set as defaultGravatar arpi2002-09-29
* -ac/-afm rewrite, now works the same way as -vc/-vfmGravatar arpi2002-09-28
* decoder merged, using mpi now. support for stride, and outfmt 411p,422pGravatar arpi2002-09-27
* some cleanupGravatar arpi2002-09-27
* -vf eq2, LUT-based brightness/contrast/gamma correction (Y-only)Gravatar arpi2002-09-27
* pass fourcc to lavcGravatar michael2002-09-26