aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Remove superfluous comment.Gravatar diego2006-11-25
* Rename CONFIG_MP3LAME variable, the variable for LAME support in FFmpegGravatar diego2006-11-24
* Fix incorrect function pointer definition.Gravatar uau2006-11-22
* Make compilation depending on USE_OSD unconditional.Gravatar uau2006-11-22
* Fix incorrect stride used in vf_ass.Gravatar eugeni2006-11-22
* MSGTR for libmpcodecs/vd.cGravatar kraymer2006-11-22
* Remove superfluous empty variable declaration.Gravatar diego2006-11-21
* Unify dep/depend targets.Gravatar diego2006-11-20
* allows to de- and reactivate yadif on the flyGravatar gpoirier2006-11-19
* Remove obsolete Xvid 3 support.Gravatar diego2006-11-18
* Add deinterlace property, patch by Carl Eugen HoyosGravatar reimar2006-11-17
* Put files fully owned by my under GPL v2 "or later"Gravatar reimar2006-11-17
* Fix AMD64 support, patch by Reimar DoffingerGravatar gpoirier2006-11-17
* Fix segfault with videos with unusual resolution, patch by Stanislav Maslovsk...Gravatar gpoirier2006-11-15
* Fix extradata passing to lavc RV20 decoderGravatar rtogni2006-11-14
* Use vf control for reading pts from vf_voGravatar uau2006-11-14
* Update OSD contents only after the correct values for the frame are known.Gravatar uau2006-11-14
* Remove mmx.h, the licensing status was doubtful, and put a minimalGravatar diego2006-11-10
* Separate XviD 3 and XviD 4 tests.Gravatar diego2006-11-08
* support lavc mblmin and mblmaxGravatar corey2006-11-08
* Fix code that cuts audio data if the filters produce too much.Gravatar uau2006-11-07
* feed av_log() through mp_msg()Gravatar michael2006-11-07
* Remove remnants of long-gone libfame.Gravatar diego2006-11-06
* Initialize fontconfig in VFCTRL_INIT_EOSD handler.Gravatar eugeni2006-11-05
* Fix comment, it's 'sowt', not 'swot' ('twos' reversed)Gravatar reimar2006-11-05
* Always respect w and h params to mpcodecs_config_vo overGravatar reimar2006-11-05
* ass renderer absolutely needs readable target mpi.Gravatar reimar2006-11-04
* changed email addressGravatar henry2006-11-04
* pass the interlacing info to the filter chainGravatar henry2006-11-04
* Introduce MSGT_ASS, use it for all libass messages.Gravatar eugeni2006-11-03
* Set mpi stride, mostly fixes http://samples.mplayerhq.hu/MPEG2/res_change_ffm...Gravatar reimar2006-11-02
* qp height should be in macroblocks, not pixelsGravatar henry2006-11-01
* Do not modify parsed command-line values on config,Gravatar reimar2006-11-01
* Libass interface reworked:Gravatar eugeni2006-10-28
* make vf_geq read whitespace in equation paramGravatar ods152006-10-28
* remove unused variableGravatar ods152006-10-27
* cosmetic, reindentation, tab removalGravatar ods152006-10-27
* update vf_geq to new ff_eval APIGravatar ods152006-10-27
* Split ass_configure() into several smaller functions.Gravatar eugeni2006-10-26
* 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