Mercurial > mplayer.hg
graph
-
Make http_read_response fail if parsing the response failed.2010-03-23, by reimar
-
Fix build due to codecs_path vs. codec_path typo.2010-03-23, by diego
-
Get rid of pointless def_path variable; use codec_path directly instead.2010-03-23, by diego
-
Real binary loader code should respect the binary codec path.2010-03-23, by diego
-
Reindent2010-03-22, by reimar
-
Start probing with a size matching the stream buffer size so it is possible2010-03-22, by reimar
-
Make all instances of codec_patch unconditional, otherwise2010-03-21, by attila
-
Rename SetCodecPath() --> set_codec_path().2010-03-21, by diego
-
Rename get_path.[ch] --> path.[ch].2010-03-20, by diego
-
Move SetCodecPath() from loader to get_path.c and make it unconditional.2010-03-20, by diego
-
sync with en/mplayer.1 rev. 309362010-03-20, by jrash
-
Remove unnecessary size limits and a related define for hm12 decoder.2010-03-19, by reimar
-
Use vd_raw to handle NV12/NV21 formats, since we support them as pixel formats2010-03-19, by reimar
-
Replace wrong condition name in #endif comment by correct instance.2010-03-19, by diego
-
Check whether COMPILE_ALTIVEC is defined, not if it is set to a 0/1 value.2010-03-19, by diego
-
Drop support for XANIM_MOD_DIR environment variable.2010-03-18, by diego
-
Reuse codec path variable used in the binary loader in the XAnim loader.2010-03-18, by diego
-
Extend the generic path of the yuv2rgb converter with support for rgb4442010-03-18, by cehoyos
-
cosmetics: indentation2010-03-18, by aurel
-
add support for lavf style extradata in vd_theora2010-03-18, by aurel
-
Remove unnecessary #ifdefs around harmless loader/codecpath.h #include.2010-03-18, by diego
-
Split codec path related code into a separate file to fix Windows build.2010-03-18, by reimar
-
Fix first line(s) of vo vdpau documentation.2010-03-18, by cehoyos
-
Fix thread safety issue in mreq_private: last_alloc was accessed from multiple2010-03-17, by sesse