aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpcodecs
Commit message (Expand)AuthorAge
* Fix "inline keyword not at beginning of declaration" warning.Gravatar diego2007-05-05
* add "level" as lavc optionGravatar cehoyos2007-05-03
* Remove unused variable,Gravatar reimar2007-04-29
* Add -ass-hinting option for setting font hinting method.Gravatar eugeni2007-04-27
* Simplify preprocessor directives: There is a general variable forGravatar diego2007-04-26
* Add config.h variables for static FFmpeg libraries.Gravatar diego2007-04-26
* Add general variables for either static or shared FFmpeg libraries.Gravatar diego2007-04-26
* cosmetics: Rename Makefile variable CONFIG_ASS --> ASS.Gravatar diego2007-04-25
* cosmetics: Remove CONFIG_ prefix from FFmpeg library Makefile variables.Gravatar diego2007-04-25
* Gui --> guiGravatar diego2007-04-23
* support format=y8 with -ovc rawGravatar lorenm2007-04-11
* "()" to "(void)" function param list fixesGravatar uau2007-04-01
* Fix double close() in ve_vfw.cGravatar iive2007-03-24
* cosmetics: Merge #ifdefs for better readability.Gravatar diego2007-03-23
* allows to de- and reactivate kerndeint on the flyGravatar cehoyos2007-03-22
* Conditionally compile vf_bmovl.c instead of enclosing all of the fileGravatar diego2007-03-21
* Invert logic for HAVE_NO_POSIX_SELECT to HAVE_POSIX_SELECT to be in lineGravatar diego2007-03-21
* Move libav* include CFLAGS to mpcommon.mak instead of duplicating them.Gravatar diego2007-03-18
* Add explicit location for headers from the libmpdemux/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Add explicit location for headers from the stream/ directory.Gravatar diego2007-03-15
* Use explicit header location, don't use CFLAGS for simple subdirectories.Gravatar diego2007-03-15
* Include loader/ prefix in #include path everywhere.Gravatar diego2007-03-15
* cosmetics: Fix indentation, reorder some lines for consistency.Gravatar diego2007-03-13
* Give more descriptive names to the source and library variables and splitGravatar diego2007-03-13
* Source files should not contain non-ASCII characters.Gravatar diego2007-03-12
* Allow demuxers to return packets with no pts in -correct-pts modeGravatar uau2007-03-11
* Reindent messy functions before working on themGravatar uau2007-03-11
* Fix ratio aspect on Matroska files, broken with recent 'spect change in DVB' ...Gravatar gpoirier2007-03-07
* Discard earlier failure in building filter chain when trying a new codec.Gravatar reimar2007-03-03
* Use libavutil's av_clip* instead of unreadable MIN/MAX chaos.Gravatar reimar2007-03-01
* Adding an extra -I.. parameter is no longer necessary.Gravatar diego2007-02-27
* compilation fix clip_uint8 -> av_clip_uint8Gravatar rik2007-02-27
* cosmetics: Fix some common typos, appropiate --> appropRiate,Gravatar diego2007-02-24
* cosmetics: Fix some common typos, sepErate --> sepArate, deciSSion --> deciSion.Gravatar diego2007-02-21
* reinit the vo when aspect ratio changes; patch by C.E. Hoyos approved by MichaelGravatar nicodvb2007-02-20
* Controllable quality setting of VFW enconding, through the dumped state of th...Gravatar alex2007-02-18
* Make liblzo conditional to the appropriate #defines.Gravatar diego2007-02-18
* Remove internal minilzo, external liblzo can be used instead.Gravatar diego2007-02-18
* Use liblzo2 instead of liblzo1, it's not bigger but faster.Gravatar diego2007-02-18
* Use external liblzo instead of internal minilzo.Gravatar diego2007-02-18
* Move common vo initialization code to video_out.cGravatar reimar2007-02-17
* swap palette on big endianGravatar michael2007-02-17
* palette init code for IMGFMT_RGB4 and IMGFMT_RG4BGravatar michael2007-02-17
* add IMGFMT_RGB8 palette init code what moron actually added init code just fo...Gravatar michael2007-02-17
* another ridiculous palette bug which has nothing to do with the new palete su...Gravatar michael2007-02-17
* mplayer canot handle DR1 with CODEC_ID_INTERPLAY_VIDEO (later needs too many ...Gravatar michael2007-02-17
* PAL8 ...Gravatar michael2007-02-16
* Fix memory leak when changing playback speedGravatar uau2007-02-10
* Avoid crash when uninit is called without ever calling config in x264 encoderGravatar reimar2007-02-08