aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
...
* Remove unused file, it has never been compiled.Gravatar diego2008-05-11
* Oops, remove stray .TP.Gravatar diego2008-05-11
* Use standard license header.Gravatar diego2008-05-11
* sync w/r26732Gravatar gpoirier2008-05-11
* Add license headers to av_optsGravatar reimar2008-05-11
* Factorize "int i".Gravatar michael2008-05-11
* cosmetics: wording/spelling fixesGravatar diego2008-05-11
* cosmetics: Fix unknow vs. unknowN typo.Gravatar diego2008-05-11
* Mark new options Michael committed as undocumented.Gravatar diego2008-05-11
* Add newlines at end of file, this is required for text files and gccGravatar reimar2008-05-11
* synced with r26729Gravatar Gabrov2008-05-11
* MPlayer uses Subversion, not GIT, 10L to me, and thanks to Mizda for spotting...Gravatar gpoirier2008-05-11
* AVOption support for lavf demuxingGravatar michael2008-05-10
* AVOptions support for lavf muxing.Gravatar michael2008-05-10
* Reformat very ugly code.Gravatar michael2008-05-10
* AVOption support for video encoders.Gravatar michael2008-05-10
* AVOptions support for libavcodec based video decoders.Gravatar michael2008-05-10
* AVOptions support.Gravatar michael2008-05-10
* Replace a really ugly hack by a clean but not thread safe solution.Gravatar michael2008-05-10
* Request a timer resolution of 1 ms on Windows, the default ofGravatar reimar2008-05-10
* Prefer FSF-style AltiVec flags over Apple-style.Gravatar diego2008-05-10
* Simplify AltiVec compiler flag test.Gravatar diego2008-05-10
* usec_sleep(0) is not the same as not sleeping at all.Gravatar reimar2008-05-10
* Simplify AltiVec CFLAG test.Gravatar diego2008-05-10
* Replace some if constructs with && in the AltiVec test.Gravatar diego2008-05-10
* cosmetics: whitespace changes, spelling, code moving in AltiVec test.Gravatar diego2008-05-10
* Add . to windres include path (otherwise version.h is not found).Gravatar reimar2008-05-10
* Add force-pbo suboption for faster OpenGL output.Gravatar reimar2008-05-10
* Only check for and set AltiVec flags if AltiVec or runtime CPU detection isGravatar diego2008-05-10
* Consistency fix: all DVD encoding examples had ":aspect=16/9" option, so putGravatar gpoirier2008-05-10
* Remove outdated FIXME comment.Gravatar diego2008-05-10
* Add ati-hack suboption that aligns the lines to 32/64 bytes for PBO transfersGravatar reimar2008-05-10
* Add some comment headings to divide the Makefile into logical chapters.Gravatar diego2008-05-09
* cosmetics: Move some stuff around for more logical grouping.Gravatar diego2008-05-09
* Remove in_asm_used_var_warning_killer()Gravatar superdump2008-05-09
* sync w/r26674Gravatar gpoirier2008-05-09
* FFmpeg parts no longer require extra -I CFLAGS.Gravatar diego2008-05-09
* Sync with latest FFmpeg changes.Gravatar diego2008-05-09
* Use full path for #includes from another directory.Gravatar diego2008-05-09
* cosmetics: indentationGravatar diego2008-05-09
* Add options to handle the external libraries in libavcodec, which requireGravatar diego2008-05-08
* Add option to disable mp3lame.Gravatar diego2008-05-08
* cosmetics: Rename _lavc_* variables to _*_lavc.Gravatar diego2008-05-08
* cosmetics: Rename _def_lavc_* variables to _def_*_lavc.Gravatar diego2008-05-08
* Remove useless output.Gravatar diego2008-05-08
* add h264 speedupsGravatar compn2008-05-08
* Reindent for last commit.Gravatar ulion2008-05-08
* Distinguish between ac3 and dts by format tag.Gravatar ulion2008-05-08
* Define FC_FULLNAME and FC_EMBOLDEN to fix compilation with ancient fontconfig.Gravatar eugeni2008-05-08
* If both full name and family are available, use the former in inexact match w...Gravatar eugeni2008-05-08