Mercurial > mplayer.hg
graph
-
get rid of void pointer arithmetic, as spotted by ICC2007-01-26, by gpoirier
-
Do not create font subdir of data directory, bitmap font support is deprecated.2007-01-25, by diego
-
Remove confusing line about forcing MP3 demuxing.2007-01-25, by diego
-
Remove comment printed by -demuxer help, it belongs in the copyright header.2007-01-25, by diego
-
Clarify -delay.2007-01-25, by diego
-
Remove ff_gcd prototype and include avutil.h instead where it is defined.2007-01-25, by reimar
-
10l to Gabrov for breaking docs build.2007-01-25, by rathann
-
build fix: Disable libtheora encoding over lavc.2007-01-25, by diego
-
Sync with FFmpeg r7699.2007-01-25, by diego
-
Simplify conditional compilation handling.2007-01-25, by diego
-
Address age-old FIXMEs about tdfx_vid, tdfxfb and 3dfx vo drivers.2007-01-24, by diego
-
Use interleaver id to select the correct interleaver instead of guessing2007-01-24, by rtogni
-
Quote some expressions, might help with some shells.2007-01-24, by diego
-
Use interleaver id to select the correct interleaver instead of guessing2007-01-24, by rtogni
-
Fix compilation if no libogg/libvoribs installed2007-01-24, by rtogni
-
Rename a few variables to match FFmpeg.2007-01-24, by diego
-
Fix compilation after ffmpeg changes in r76192007-01-24, by rtogni
-
better autodetection of framerate in case of h264; it works correctly with b-frames.2007-01-23, by nicodvb
-
Include string.h to make sure memcpy is not used without prototype2007-01-23, by reimar
-
Pass a context to av_log(), when possible2007-01-23, by lucabe
-
Bring MPlayer closer to compilation after latest FFmpeg changes.2007-01-23, by diego
-
substream 0x75 doesn't seem to be a valid vc1 stream, after all; removed2007-01-22, by nicodvb
-
Fix FSF address and otherwise broken license headers.2007-01-22, by diego
-
Fix license headers and FSF postal address.2007-01-22, by diego
-
Sync with FFmpeg r7634.2007-01-21, by diego
-
Discard -Wdeclaration-after-statement warning.2007-01-21, by diego
-
synced with r219062007-01-21, by Gabrov
-
synced with r219892007-01-21, by Gabrov
-
fix typo2007-01-21, by Gabrov
-
Fix compilation: define CONFIG_ZLIB in config.mak2007-01-21, by reimar
-
r21959: Apply ancient double-click patch that nobody cares to comment on.2007-01-21, by voroshil
-
Instead of printing a useless "sig11 coming soon" message, just abort parsing2007-01-21, by reimar
-
Sanity-check sh_video->bih->biSize2007-01-21, by reimar
-
Simplify by using av_codec_get_id and include riff.h only in demux_lavf.c2007-01-21, by reimar
-
Add ignore key bind2007-01-21, by reimar
-
Move code to ignore mouse wheel "down" events to fifo.c (needed because2007-01-21, by reimar
-
Another AVCodecTag compile fix2007-01-21, by reimar
-
Forgotten CodecTag -> AVCodecTag2007-01-21, by reimar
-
Fix compilation after lavf changes2007-01-21, by reimar
-
support -ffourcc with -of lavf2007-01-21, by reimar
-
Simplify install calls.2007-01-20, by diego
-
Remove redundant informative output.2007-01-20, by diego
-
Don't suppress make output during installation.2007-01-20, by diego
-
some simplifications2007-01-20, by diego
-
Move ldconfig platform differences into configure where they belong.2007-01-20, by diego
-
Move ranlib setting to a more sensible place.2007-01-20, by diego
-
in h264_parse_sps() reuse mp_unescape03()2007-01-20, by nicodvb