Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Wed, 17 Feb 2010 22:33:21 +0000 | diego | Add config.h header #include; it is required for the HAVE_BIGENDIAN check. |
Wed, 17 Feb 2010 22:28:24 +0000 | diego | Add separate header for aac_parse_frame(); avoids forward declarations. |
Wed, 17 Feb 2010 22:22:51 +0000 | diego | Add separate header for real_fix_timestamp(); avoids forward declarations. |
Wed, 17 Feb 2010 22:14:04 +0000 | diego | Mark mp_mp3_get_lsf() as static; it is not used outside of the file. |
Wed, 17 Feb 2010 22:11:05 +0000 | diego | Mark mov_build_index() as static; it is not used outside of the file. |
Wed, 17 Feb 2010 22:01:35 +0000 | diego | libmpdemux: Mark functions not used outside of their files as static. |
Wed, 17 Feb 2010 21:49:17 +0000 | corey | Document several new x264 parameters. |