Mercurial > mplayer.hg
graph
-
r22060: describe -psprobe2007-01-31, by voroshil
-
Wrong variable name used in libfaac check.2007-01-31, by diego
-
libfaac detection skipped linking, and thus only checked for headers and not libs2007-01-31, by lorenm
-
Simplify extcheck calls by moving some logic into the function.2007-01-31, by diego
-
x264's crf takes a float argument2007-01-31, by lorenm
-
Allow forcing processor features on and off.2007-01-31, by diego
-
Fix looooooongstanding bug:2007-01-31, by diego
-
cosmetics: Move around a few options for better logical grouping.2007-01-30, by diego
-
cosmetics: consistent formatting2007-01-30, by diego
-
Unification of parameter handling part 3 of many:2007-01-30, by diego
-
Unification of parameter handling part 2 of many:2007-01-30, by diego
-
Unification of parameter handling part 1 of many:2007-01-30, by diego
-
cosmetics: remove useless commented-out stuff.2007-01-30, by reimar
-
More simplification2007-01-30, by reimar
-
Simplify2007-01-30, by reimar
-
Fix vd_lzo, broken since r18069, i.e. April 2006!2007-01-30, by reimar
-
Move network detection further up to simplify detection of dependant stuff.2007-01-30, by reimar
-
Support 16bit bigendian PCM audio from libavformat2007-01-30, by reimar
-
Document -noidx.2007-01-30, by diego
-
typo2007-01-30, by diego
-
URL fix2007-01-30, by diego
-
cosmetics: Reorder install targets.2007-01-30, by diego
-
Mark phony targets as such.2007-01-30, by diego
-
Replace ifeq structure in the install target by a set of dependent targets.2007-01-30, by diego
-
better back_ptr_div16 description by (Clemens Ladisch ((( cladisch ( fastmail (( net2007-01-30, by michael
-
reduced verbosity2007-01-29, by nicodvb
-
fix audio type when ts_detect_streams detects that a private1 stream is actually ac32007-01-29, by nicodvb
-
Expand property documentation2007-01-29, by reimar
-
List available properties2007-01-29, by reimar
-
Bugfix: glyph and bitmap pointers could be left uninitialized after2007-01-29, by eugeni
-
alphabetical order2007-01-29, by diego
-
typo, new sentences on lines of their own2007-01-29, by diego
-
describe -psprobe2007-01-28, by nicodvb
-
sanity checks during codec detection; also reset demuxer->stream->eof2007-01-28, by nicodvb
-
Remove references to no longer existing documentation.2007-01-28, by diego
-
Move platform-specific stuff together.2007-01-28, by diego
-
Move _ldd setting to a saner place.2007-01-28, by diego
-
added code to scan the video stream to search the actual video codec used;2007-01-28, by nicodvb
-
include math.h for fabsf()2007-01-28, by nicodvb
-
cosmetics: reindentation and braces removal2007-01-28, by nicodvb
-
stray fflush spotted by Aurel2007-01-28, by lu_zero
-
fix a segfault if -x264encopts is the last commandline option (with no argument)2007-01-28, by lorenm
-
Fix base64_encode() max output length checking.2007-01-28, by uau
-
Make example and test build and link correctly2007-01-28, by lu_zero
-
av_logify2007-01-28, by lu_zero
-
Doxygen comments for used DirectShow methods.2007-01-28, by voroshil
-
Mark m_struct_t defaults as const2007-01-28, by reimar
-
fix endianess, see bug #7272007-01-28, by lu_zero
-
10l: screen_height calculation was using an uninitialized variable2007-01-28, by faust3
-
Fix number of rows in interlaced mode.2007-01-28, by reimar
-
Accept rdt packets with "is-reliable" flag set2007-01-28, by rtogni
-
10l, confused current "frame" with canvas width.2007-01-28, by reimar
-
set has_valid_timestamps and corresponding first and final pts only after2007-01-28, by nicodvb
-
Hack: use refmode == 1 instead of == 0, as browsers behave like this2007-01-28, by reimar
-
Set sh_video->bih->biWidth properly, fixes decoding after latest dec_video.c change2007-01-28, by reimar
-
Call real_fix_timestamp() after seeking, to avoid video freezing2007-01-27, by rtogni
-
fix overlooked debug message2007-01-27, by voroshil
-
Changing debug messages and renaming method names according to their2007-01-27, by voroshil
-
fix typos from previous commit2007-01-27, by voroshil
-
Cosmetics. Doxygen comments.2007-01-27, by voroshil
-
synced up to r212212007-01-27, by ptt
-
Implement FIXME: Restore original width/height when CODECS_FLAG_ALIGN162007-01-27, by reimar
-
Simplify and make lzo decompression code more similar to zlib one.2007-01-27, by reimar
-
Forgotten free on error2007-01-27, by reimar
-
r21989: fix typo2007-01-27, by voroshil
-
*dest = malloc (*size); is useless directly before *dest = realloc (*dest, *size);2007-01-27, by reimar
-
synced up to r219062007-01-27, by ptt
-
Handle mp_msg_charset == NULL correctly in filename_recode.2007-01-27, by reimar
-
Cosmetics: remove tabs, almost all added during last patch, from2007-01-27, by reimar
-
synced with r220162007-01-26, by Gabrov
-
fastmemcpy.h always has to include inttypes.h on systems that need it.2007-01-26, by diego
-
filename double-conversion, especially usefull for CJK users :-)2007-01-26, by gpoirier
-
Remove illegal definition of underscored-prefixed symbol "__MODULE__":2007-01-26, by gpoirier
-
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