| Commit message (Expand) | Author | Age |
* | 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 |
* | Revert part of commit r22170. | iive | 2007-02-07 |
* | Fix compilation after deprecation of some lav log level and | reimar | 2007-02-07 |
* | Add missing checks in RealVideo slice handling code. | reimar | 2007-02-06 |
* | 10l | michael | 2007-02-05 |
* | skip first (green) frame | michael | 2007-02-05 |
* | Cosmetics | reimar | 2007-02-03 |
* | Avoid crash in uninit if codec not found | reimar | 2007-02-03 |
* | Add global field dominance flag instead of duplicating this "everywhere" | reimar | 2007-02-02 |
* | Use ffmpeg lzo instead of (also quite outdated) minlzo in nuppelvideo. | reimar | 2007-01-31 |
* | use ffmpeg's LZO | reimar | 2007-01-31 |
* | Use export type mpi, everything else is a fragile hack. | reimar | 2007-01-31 |
* | Avoid a static variable and instead use variable in context | reimar | 2007-01-31 |
* | Swap palette on bigendian. | reimar | 2007-01-31 |
* | cosmetics: remove useless commented-out stuff. | reimar | 2007-01-30 |
* | More simplification | reimar | 2007-01-30 |
* | Simplify | reimar | 2007-01-30 |
* | Fix vd_lzo, broken since r18069, i.e. April 2006! | reimar | 2007-01-30 |
* | fix a segfault if -x264encopts is the last commandline option (with no argument) | lorenm | 2007-01-28 |
* | Mark m_struct_t defaults as const | reimar | 2007-01-28 |
* | Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN16 | reimar | 2007-01-27 |
* | Fix FSF address and otherwise broken license headers. | diego | 2007-01-22 |
* | Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c | reimar | 2007-01-21 |
* | Another AVCodecTag compile fix | reimar | 2007-01-21 |
* | BE_32 -> AV_RB32 | reimar | 2007-01-19 |
* | include the right riff.h according to USE_LIBAVFORMAT_SO|USE_LIBAVFORMAT; ple... | nicodvb | 2007-01-19 |