aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* | Create a struct for X11 stateGravatar Uoti Urpala2008-04-23
* | x11_common.c: Make some functions staticGravatar Uoti Urpala2008-04-23
* | Allocate vo struct with tallocGravatar Uoti Urpala2008-04-23
* | Makefile: Compile and link talloc.cGravatar Uoti Urpala2008-04-23
* | Make talloc abort() instead of returning NULLGravatar Uoti Urpala2008-04-23
* | Hardcode feature checks in talloc.cGravatar Uoti Urpala2008-04-23
* | Add the talloc memory allocatorGravatar Uoti Urpala2008-04-23
* | Move vo_ontop to options structGravatar Uoti Urpala2008-04-23
* | vo_gl[2]: Rename conflicting vo_ontop macroGravatar Uoti Urpala2008-04-23
* | Add option pointer to vo structGravatar Uoti Urpala2008-04-23
* | vf.c: malloc+memset -> callocGravatar Uoti Urpala2008-04-23
* | Move correct_pts to options structGravatar Uoti Urpala2008-04-23
* | Add option pointer to vf structGravatar Uoti Urpala2008-04-23
* | Add option pointer to demuxers and stheader.h structsGravatar Uoti Urpala2008-04-23
* | Declare demuxer *_streams fields with proper typesGravatar Uoti Urpala2008-04-23
* | Move options "vo" and "ao" to common structGravatar Uoti Urpala2008-04-23
* | Start of new option systemGravatar Uoti Urpala2008-04-23
* | vo_xv: Free resources in error casesGravatar Uoti Urpala2008-04-23
* | vo_xv.c: Make reconfig logic more robustGravatar Uoti Urpala2008-04-23
* | vo_xv.c: remove unnecessary #ifdefs and static varsGravatar Uoti Urpala2008-04-23
* | vo_xv.c: Cosmetic changesGravatar Uoti Urpala2008-04-23
* | Change vo_xv to use new VO APIGravatar Uoti Urpala2008-04-23
* | Add a context argument to mp_input_add_event_fd callbackGravatar Uoti Urpala2008-04-23
* | input/input.c: Minor simplificationGravatar Uoti Urpala2008-04-23
* | vo_xv.c: Remove #if 0 codeGravatar Uoti Urpala2008-04-23
* | Add context variable to vo_draw_text callbackGravatar Uoti Urpala2008-04-23
* | Add new video driver APIGravatar Uoti Urpala2008-04-23
* | video_out.c: Cosmetic changesGravatar Uoti Urpala2008-04-23
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
* | Change VOCTRL_[GET|SET]_EQUALIZER argument passingGravatar Uoti Urpala2008-04-23
| * There is no need to remove .a files from subdirectories, they are onlyGravatar diego2008-04-23
| * Merge libvo/Makefile into top-level Makefile.Gravatar diego2008-04-23
| * EXTRAXX_INC flags should now be added to .depend compilation,Gravatar diego2008-04-23
| * Merge libao2/Makefile into top-level Makefile.Gravatar diego2008-04-23
| * Remove useless 0 flag from s printf conversion specifier, fixes the warning:Gravatar diego2008-04-23
| * Take audio delay into account when seeking in avisynth demuxer.Gravatar reimar2008-04-23
| * Calculate fps as double-precision to make switching to double-precision fps v...Gravatar reimar2008-04-23
| * Merge tremor/Makefile into top-level Makefile.Gravatar diego2008-04-22
| * Move Tremor low accuracy CFLAGS handling to configure.Gravatar diego2008-04-22
| * Only add loader to PARTS on x86.Gravatar diego2008-04-22
| * .depend has to get all the CFLAGS that the files it contains dependencyGravatar diego2008-04-22
| * Create standard recursive rules from a template.Gravatar diego2008-04-22
| * Use directory name as library name template.Gravatar diego2008-04-22
| * added support for dvdread-config (from our svn), called as fallback when dvdr...Gravatar nicodvb2008-04-22
| * Simplify phony target declaration.Gravatar diego2008-04-22
| * Add an unconditional phony recurse rule and make the binaries depend on it.Gravatar diego2008-04-22
| * revert commits 26437-26439 the right way[tm]Gravatar attila2008-04-22
| * Only add available CPU extensions to config.mak.Gravatar diego2008-04-22
| * Move phony target declaration to the bottom of the file; add distclean target.Gravatar diego2008-04-22
| * Add BFI video support through FFmpeg.Gravatar diego2008-04-22