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