aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Add proper flv fourccGravatar reimar2006-10-24
* x264: don't enable turbo in the middle pass of a 3pass encode. (broke in r20060)Gravatar lorenm2006-10-21
* Add a call to x264enc_set_param in config, otherwise mencoder -ovc x264Gravatar reimar2006-10-21
* Do not use sh_audio->wf values if they are definitely invalidGravatar reimar2006-10-21
* make any parse error in -x264encopts fatalGravatar lorenm2006-10-20
* make -passlogfile work with x264 again (broke in r20060)Gravatar lorenm2006-10-19
* bilinear interpolationGravatar michael2006-10-16
* 200 byte is too littleGravatar michael2006-10-16
* generic equation filterGravatar michael2006-10-16
* Use American spelling of "gray" instead for British's "grey" for XviD option,...Gravatar gpoirier2006-10-16
* fix multiple instances of -x264encopts on the commandline (broke in r20060)Gravatar lorenm2006-10-15
* Fix typo in sub_delay external specification.Gravatar eugeni2006-10-13
* Allows up to 8 bytes of extradata for cmsg24Gravatar rtogni2006-10-10
* reinit codec chain when aspect ratio and/or resolution changeGravatar nicodvb2006-10-08
* print bits/s, not bytes/sGravatar ivo2006-10-06
* workaround redefinition of object_type as prev(object_type)+1Gravatar nicodvb2006-10-05
* Remove the x264 option parser, and pass the options on to libx264 as a string...Gravatar lorenm2006-10-05
* make PSNR printing more consistent with other encodersGravatar corey2006-10-03
* Simplify and optimize bitmap blending.Gravatar eugeni2006-10-02
* Compile fix for odd versions of binutils, namely the ones in Fedora.Gravatar gpoirier2006-10-01
* Add copyright notice and vim/emacs comments to libass and vf_ass.c.Gravatar eugeni2006-10-01
* in case of errors after decoding quit the main decoding Gravatar nicodvb2006-09-27
* Cosmetics and comments.Gravatar rik2006-09-23
* Patch by Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-23
* verbosity--;Gravatar diego2006-09-23
* Add forgotten emms which caused weird bugs like nan pts values.Gravatar reimar2006-09-23
* Fix compilation if HAVE_MMX is defined but NAMED_ASM_ARGS isn'tGravatar reimar2006-09-22
* Replace preprocessor hacks to work around compilers not supporting namedGravatar diego2006-09-18
* Use PIX_FMT_* instead of IMGFMT_* when calling sws_getContext()Gravatar lucabe2006-09-17
* conditional declerations are unnecessaryGravatar ods152006-09-17
* Add repeated screenshot mode to vf_screenshot.Gravatar eugeni2006-09-15
* mmx implementation of yadif. 3.5x faster.Gravatar lorenm2006-09-14
* cosmetics (indentation)Gravatar lorenm2006-09-14
* cosmeticsGravatar lorenm2006-09-14
* Add noglobal counterpart to the global flag.Gravatar diego2006-09-01
* Patch from Karolina Lindqvist <karolina.lindqvist@kramnet.se>Gravatar rik2006-09-01
* The FSF changed postal address.Gravatar diego2006-09-01
* fix build failure when ASS is disabledGravatar aurel2006-08-28
* "global header" support, this is pretty much just copy and pasted code from Gravatar michael2006-08-28
* Add EOSD support to vf_vo.Gravatar eugeni2006-08-28
* segfault fixGravatar michael2006-08-28
* Add -(no)ass-use-margins option.Gravatar eugeni2006-08-28
* Zero fill ass_settings_t before use.Gravatar eugeni2006-08-27
* Add VFCTRL_DRAW_EOSD.Gravatar eugeni2006-08-24
* A value of 2 is valid for noup, tooGravatar reimar2006-08-24
* Simplify vf_ass initialization.Gravatar eugeni2006-08-24
* Get rid of useless vf->priv castsGravatar reimar2006-08-20
* Move all internal -I parameters to the front of CFLAGS to avoid using externalGravatar diego2006-08-17
* display correct audio bitrate, samplerate and number of channels onceGravatar ivo2006-08-15
* display corrected aspect ratio for mplayer -identifyGravatar ivo2006-08-15